Support for Solar Log Inverters #1152
d28b
started this conversation in
Show and tell
Replies: 1 comment
-
Sorry, missed your post. This will be possible in the next update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Solar Log devices provide the current power via HTTP/REST:
with data
The response looks as follows:
Register 780 reports the generated power in W, while register 781 reports the consumed power in W. The power submitted to the grid (+) or consumed from the grid (-) can be calculated as follows:
Since version 2.24.7 of the TeslaSolarCharger supports GET requests only, we use a small bridge which requests the current power values from the Solar Log device as describes above, and provides them via GET requests to TeslaSolarCharger.
Here is the bridge we use:
Beta Was this translation helpful? Give feedback.
All reactions