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

ebus: fix version and connect problem #862

Open
z1marco opened this issue Dec 11, 2023 · 1 comment
Open

ebus: fix version and connect problem #862

z1marco opened this issue Dec 11, 2023 · 1 comment

Comments

@z1marco
Copy link

z1marco commented Dec 11, 2023

bugfix for version and connect problem

@z1marco
Copy link
Author

z1marco commented Dec 11, 2023

In der Datei plugins/ebus/init.py muss anstelle

if not self.connected:
self.logger.info("eBusd not connected")
return

der Code

if not self.connected:
self.connect()
if not self.connected:
self.logger.info("eBusd not connected")
return

eingefügt werden. Sonst läuft das Plugin nicht.

Außerdem muss in der Datei plugins/ebus/plugin.yaml in Zeile 16 1.5.0 durch 1.5.1 ersetzt werden.

Kann das jemand machen?

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

No branches or pull requests

1 participant