Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Elli chargers #4207

Merged
merged 62 commits into from
Sep 30, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
1dd518e
Template schema fixes
DerAndereAndi Aug 23, 2022
9cbc9bc
Workarounds for Elli chargers
DerAndereAndi Aug 23, 2022
a15f720
Template updates
DerAndereAndi Aug 23, 2022
723c83a
Update eebus repo reference
DerAndereAndi Aug 23, 2022
4963682
Set site voltage
DerAndereAndi Aug 23, 2022
7fffdab
Minor templates fix
DerAndereAndi Aug 23, 2022
1379b42
Add fixed IP requirement
DerAndereAndi Aug 23, 2022
9796631
Add decorator for proper meter handling
DerAndereAndi Aug 23, 2022
7a63d7c
Fix to lowercase
DerAndereAndi Aug 23, 2022
d328064
Fix crash
DerAndereAndi Aug 24, 2022
c71fc28
Fix charging state logic
DerAndereAndi Aug 24, 2022
2f6fdd6
Merge branch 'master' into feature/elli
DerAndereAndi Aug 24, 2022
d3f93d8
Only set phases if they are wrong
DerAndereAndi Aug 24, 2022
a1374fe
Update isCharging detection and added tests
DerAndereAndi Aug 24, 2022
a0e811b
Add some sanity checks
DerAndereAndi Aug 24, 2022
59e2013
Minor style change
DerAndereAndi Aug 24, 2022
04b7a65
Remove commented dead code
DerAndereAndi Aug 24, 2022
7b499c9
Minor code style fix
DerAndereAndi Aug 24, 2022
44b2c12
Remove set phases
DerAndereAndi Aug 25, 2022
4f3555d
Simplify templates
DerAndereAndi Aug 25, 2022
fc60892
Update eebus and zeroconf
DerAndereAndi Aug 25, 2022
7870923
Support external connected meters
DerAndereAndi Aug 25, 2022
626ccf6
Add meter hint to Connect template
DerAndereAndi Aug 25, 2022
6097f26
Fix for built in meters for isCharging check
DerAndereAndi Aug 26, 2022
c8c56bb
Merge branch 'master' into feature/elli
DerAndereAndi Aug 26, 2022
b1cd510
Fix a crash
DerAndereAndi Aug 26, 2022
d84bf05
Fix detection of charging status with ext meter
DerAndereAndi Aug 28, 2022
ac9ebc0
Update eebus lib
DerAndereAndi Sep 3, 2022
ad5ba0f
Merge branch 'master' into feature/elli
DerAndereAndi Sep 12, 2022
6d21fd4
Change some errors to warnings
DerAndereAndi Sep 12, 2022
0c1d633
Change some warnings to trace
DerAndereAndi Sep 12, 2022
addfc46
Fix comment
DerAndereAndi Sep 12, 2022
18bb799
Merge branch 'master' into feature/elli
DerAndereAndi Sep 12, 2022
01ac753
Add patching of asn1
DerAndereAndi Sep 15, 2022
3b03b2c
Use the dir option of patch
DerAndereAndi Sep 15, 2022
c4d9764
Fix for previous commit
DerAndereAndi Sep 15, 2022
6d00528
Minor template update
DerAndereAndi Sep 15, 2022
93a3c92
Merge branch 'master' into feature/elli
DerAndereAndi Sep 15, 2022
497d3fb
Fix self consumption support action
DerAndereAndi Sep 22, 2022
e2fc87e
Update eebus lib
DerAndereAndi Sep 22, 2022
1ba34ef
Merge branch 'master' into feature/elli
DerAndereAndi Sep 22, 2022
cc9417a
Only check external meters every 10 seconds
DerAndereAndi Sep 22, 2022
ea6e71e
Fix for isCharging check cache
DerAndereAndi Sep 22, 2022
6aaf46c
Fix 10 minutes timeout workaround
DerAndereAndi Sep 24, 2022
7430880
Update eebus lib
DerAndereAndi Sep 26, 2022
3b168b2
Merge branch 'master' into feature/elli
DerAndereAndi Sep 26, 2022
14243cc
Tidy mod
DerAndereAndi Sep 26, 2022
c08d9b4
Merge branch 'master' into feature/elli
DerAndereAndi Sep 28, 2022
2a22346
go mod tidy
DerAndereAndi Sep 28, 2022
cd592c7
Use evcc internal machineID when possible
DerAndereAndi Sep 28, 2022
88f0587
Merge branch 'master' into feature/elli
DerAndereAndi Sep 29, 2022
f979f09
Minor style fixes
DerAndereAndi Sep 29, 2022
e7a609b
Update patching go
DerAndereAndi Sep 29, 2022
79b7e42
Add docker patch
andig Sep 29, 2022
5774c54
Update eebus lib
DerAndereAndi Sep 29, 2022
5c749df
Remove old UniqueID usage
DerAndereAndi Sep 29, 2022
5b33215
Minor error handling improvement
DerAndereAndi Sep 29, 2022
24fc80b
Update eebus lib to master
DerAndereAndi Sep 29, 2022
fc76e9b
Update Elli templates marking them as beta
DerAndereAndi Sep 29, 2022
53066a7
Remove more additional log timestamps
DerAndereAndi Sep 29, 2022
b941e42
Update eebus library
DerAndereAndi Sep 29, 2022
9199dd8
Simplify patch and ignore already-applied error
andig Sep 30, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update patching go
- Remove sudo from the makefile
- Call `sudo make patch-asn1` from the default workflow build job
  • Loading branch information
DerAndereAndi committed Sep 29, 2022
commit e7a609b74782e3d832ae334494ba08ed1303e467
5 changes: 4 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: make porcelain

- name: Patch ASN1
run: make patch-asn1
run: sudo make patch-asn1

build:
name: Build
Expand All @@ -46,6 +46,9 @@ jobs:
cache: true
id: go

- name: Patch ASN1
run: sudo make patch-asn1

- name: Build
run: make build

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ soc:
# patch asn1.go to allow Elli buggy certificates to be accepted with EEBUS
patch-asn1:
ifeq ($(shell test -e $(ASN1_FILE) && echo 1),1)
andig marked this conversation as resolved.
Show resolved Hide resolved
sudo patch -N -t -d $(ASN1_PATH) -i $(CURRENT_DIR)/patch/asn1.diff
patch -N -t -d $(ASN1_PATH) -i $(CURRENT_DIR)/patch/asn1.diff
endif