-
Notifications
You must be signed in to change notification settings - Fork 8
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
the new master doesn't work on (my) hub2000 , the old dev worked! #51
Comments
reinhard-brandstaedter
added a commit
that referenced
this issue
Jun 25, 2024
the last :dev works thank you!! |
master has not merged from dev, yet. The fix is only in dev at the moment. Statuspage is not needed for sf-control, it is only a helper visualization/mobile app replacement. The more common setup is sf-control, homeassistant and/or mqtt to timeseries database and visualization with e.g grafana. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
I updated from :dev(worked) to master. Now I get this Keyerror. Container run's but there is no connection to port 5000.
I get this message n the log-file.
2024-06-25 13:29:14,767:ERROR: No configuration file (config.ini) found in execution directory! Using environment variables.
2024-06-25 13:29:14,806:INFO: Connectiong local MQTT: 192.168.1.144:1883
2024-06-25 13:29:14,806:INFO: Connecting to MQTT with: solarflow-statuspage-86
2024-06-25 13:29:14,807:INFO: Subscribing to topics...
Traceback (most recent call last):
File "//solarflow-status.py", line 419, in
setup()
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "//solarflow-status.py", line 404, in setup
local_mqtt_background_task()
File "//solarflow-status.py", line 338, in local_mqtt_background_task
local_subscribe(client)
File "//solarflow-status.py", line 274, in local_subscribe
report_topic = f'/{device_details["productKey"]}/+/properties/report'
KeyError: 'productKey'
The text was updated successfully, but these errors were encountered: