britkat1980 / giv_tcp

TCP connection (from inverter) and MQTT implementation
71 stars 32 forks source link

Set Inverter time from home assistant #156

Closed alfwro13 closed 6 months ago

alfwro13 commented 6 months ago

I am using GivTCP setup as add-on in Home Assistant. Is there a way to setup inverter time from home assistant?

britkat1980 commented 6 months ago

Yes, use the MQTT Publish service and send the time you want to set in format '12/11/2021 09:15:32' to topic: "GivEnergy/control/SERIALNUMBER/setDateTime"

alfwro13 commented 6 months ago

perfect, thank you