PiotrMachowski / Home-Assistant-custom-components-GNE-PV-Monitoring

This sensor uses official API to get data from GNE
MIT License
6 stars 1 forks source link

Add option to turn on or off solar panels #4

Open Sicos1977 opened 3 months ago

Sicos1977 commented 3 months ago

Hi,

Could you add an option to turn on or off the solar panels? This should be possible through the API.

Sending this payload to the API turns everything on --> {stationId: "", ids: "FFFFFFFF", status: "0"} And this to turn everything off --> {stationId: "", ids: "FFFFFFFF", status: "1"}

I'm a programmer (C#) myself but have no idea how to do this in Python in combination with Home Assistant.