Replies: 1 comment 3 replies
-
Template Config File has the following entry: [SolarEdge] I assume that from the SolarEdge Monitoring Admin page the location ID of the owned solar system needs to replace the "2410315" of the template. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2022-09-01 22:05:51,569 :: SolarManager.Service :: ERROR :: An error occured while running the service: 'connections'
Traceback (most recent call last):
File "/home/pi/SolarManager/./main.py", line 38, in
solarManager.run()
File "/home/pi/SolarManager/SolarManager/SolarManager.py", line 90, in run
currentSolarState = self.solarEdge.get_current_state()
File "/home/pi/SolarManager/SolarEdge/SolarEdge.py", line 34, in get_current_state
for connection in apiData["connections"]:
KeyError: 'connections'
Beta Was this translation helpful? Give feedback.
All reactions