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

EEbus: remove ip #14662

Merged
merged 1 commit into from
Jul 2, 2024
Merged

EEbus: remove ip #14662

merged 1 commit into from
Jul 2, 2024

Conversation

andig
Copy link
Member

@andig andig commented Jul 2, 2024

Follow-up to #13998

/cc @DerAndereAndi

@andig andig added the devices Specific device support label Jul 2, 2024
@StefanSchoof
Copy link
Contributor

Ist das Breaking wenn man die ip in der config hat?

@andig
Copy link
Member Author

andig commented Jul 2, 2024

Sollte nicht sein.

@DerAndereAndi
Copy link
Contributor

Die IP wird sowieso nicht mehr verwendet, von dem her ist die Änderung auch absolut in Ordnung.

@andig andig merged commit c90b3ed into master Jul 2, 2024
6 checks passed
@andig andig deleted the fix/eebus-elli branch July 2, 2024 07:28
@pencoe
Copy link

pencoe commented Jul 3, 2024

Sollte nicht sein.

doch, ist es: die Zeile muss raus, sonst geht der Start schief (unknown key "ip")...

@andig
Copy link
Member Author

andig commented Jul 4, 2024

Hättest du ein Beispiel? Wir hatten sie genau deshalb in https://github.com/evcc-io/evcc/pull/13998/files#diff-9b5b7448e6c3befd30c43d54a3917da8421e875f779f3681c0d04bbdcab54f66R70 nochmal hinzu gefügt.

@Olf1337
Copy link

Olf1337 commented Jul 4, 2024

So sieht's dann aus:

main ] FATAL 2024/07/04 07:39:26 cannot create charger 'wallbox8': cannot create charger type 'template': invalid key: ip

Mit auskommentierter IP in der yaml geht's. Da werden aber dann einige drauf reinfallen

@andig
Copy link
Member Author

andig commented Jul 4, 2024

Hättest du ein Beispiel?

Bei welcher Config? Direkt oder per Template? Vielleicht könntest Du sie einfach zeigen ;)

@andig
Copy link
Member Author

andig commented Jul 4, 2024

Top, danke: 2cd0834

@Olf1337
Copy link

Olf1337 commented Jul 4, 2024

`chargers:
- type: template
  template: elliconnect 
  ski: EB93 6EA4 1C62 2FD3 A99E 4CF6 DF9D 24EB 4647 BAE2  
#  ip: 192.168.178.10  
  name: wallbox9

- type: template
  template: elliconnect 
  ski: 3D16 3CFD C326 9CD1 4D58 D3EC 2242 CDEA CA1B 26DC 
#  ip: 192.168.178.9  
  name: wallbox8`

sorry...am handy war das ne qual ohne formatierung

@Steffen294
Copy link

Steffen294 commented Jul 4, 2024

So sieht's dann aus:

main ] FATAL 2024/07/04 07:39:26 cannot create charger 'wallbox8': cannot create charger type 'template': invalid key: ip

Mit auskommentierter IP in der yaml geht's. Da werden aber dann einige drauf reinfallen

Ja genau so ist es, nach dem Update auf 0.128.0 funktioniert die Elli Wallbox nicht mehr.
cannot create charger type 'template': invalid key: ip

@mmohrwinkel
Copy link

Da werden aber dann einige drauf reinfallen

Schuldig :) Dank an @VolkerK62 für den rettenden Hinweis!

@mmrazovic
Copy link

Hatte es ersetzt mit host: , damit scheint es zu gehen :-)

@volvog
Copy link

volvog commented Jul 5, 2024

Mit host ist das Problem der Fehlermeldung beseitigt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants