LenzGr / pytalent-monitor

A Python Script to gather some data from the Talent Monitoring REST API
MIT License
6 stars 2 forks source link

Bug: PV module request broken #5

Closed encarsia closed 10 months ago

encarsia commented 10 months ago

Hi,

this used to work but I figured that the pv module data isn't in the response json from the "selectLayoutComponents" request anymore and therefore throws an error. Maybe this is due a firmware update, I have a TSOL-MS600 with firmware version 5.0.11.

Could you test if this still works for you? If not, good news everyone, I can provide the fix that works for me.

Regards

LenzGr commented 10 months ago

Thanks for the report. This is likely not related to firmware updates on your inverter, but rather to changes in the REST API itself. The script fails for me too. If you have already found a solution, I'd greatly appreciate a pull request!

encarsia commented 10 months ago

Done.

LenzGr commented 10 months ago

Thank you for your contribution! I appreciate your help.