GivEnergy / giv_tcp

TCP connection (from inverter) and MQTT implementation
30 stars 41 forks source link

Unable to set battery reserve - Hybrid Gen3 #48

Closed Sc0th closed 1 month ago

Sc0th commented 1 month ago

Hi,

I am unable to set the battery reserve, is this a bug or am I doing it wrong?

[INF] infra01:~# mosquitto_sub -h mqtt -t solar/<serial>/Control/# -v | ts | grep -i reserve May 17 13:00:30 solar/<serial>/Control/Battery_Power_Reserve 50 May 17 13:00:33 solar/<serial>/Control/setBatteryReserve {reservePercent:15} May 17 13:00:50 solar/<serial>/Control/Battery_Power_Reserve 50

I am sending the following

mosquitto_pub -h mqtt -t solar/<serial>/Control/setBatteryReserve -m {"reservePercent":"15"}

I see nothing related in the debug logs which suggests to me I maybe sending garbage, any advice would be appreciated.

GIV-HY5.0 - D0.308-A0.308

Cheers!