njfaria / SolPipLog

Logger for the PIP Inverter series ( USB / RS232 version )
Apache License 2.0
86 stars 32 forks source link

MQTT Charger mode Settings #37

Closed eddee54455 closed 4 years ago

eddee54455 commented 4 years ago

Hi Nuno,

Using mqtt I am able to set the mode from sol to uti to sbu without a problem -

When I try and set the charger mode via mqtt, nothing seems to happen - I have checked the mqtt log and it does not reflect the request.

Command Used: "solpiplog/pip/status/set 2"

Many thanks for an awesome bit of software...

Regds Ed

eddee54455 commented 4 years ago

Hi Nuno,

Problem solved... Please update the line: "solpiplog/pip/status/set with payload 0, 1, 2, 3 for charger settings"

on page: "https://github.com/njfaria/SolPipLog/blob/master/docs/mqttvalues.md"

To reflect: "solpiplog/pip/charge/set with payload 0, 1, 2, 3 for charger settings"

Regds Ed