Hello @SilverFire ,
Im able to read the data from my DESSMonitor using the public api gathered as per instructions on the project. Im interested in sending commands through this API so Im able to change parameters and seeing applied to my inverter e.g.:
bt_ |
17 |
id | "bt_charger_source_priority"
par | "Charger Source Priority"
val | "Solar priority" ----> to "Solar only"
bc_ |
4 |
id | "bc_output_source_priority"
par | "Output Source Priority"
val | "Utility" ----> to "SBU"
Any idea how to do this?
Found this API documentation but it's in Chinese so difficult to digest https://api.dessmonitor.com
This seems to be the one to use https://api.dessmonitor.com/chapter4/sendCmdToDevice.html but still trying to get the list of 16-string command to send
Thanks and regards,
Hello @SilverFire ,
Im able to read the data from my DESSMonitor using the public api gathered as per instructions on the project. Im interested in sending commands through this API so Im able to change parameters and seeing applied to my inverter e.g.:
bt_ |
17 |
id | "bt_charger_source_priority"
par | "Charger Source Priority"
val | "Solar priority" ----> to "Solar only"
bc_ |
4 |
id | "bc_output_source_priority"
par | "Output Source Priority"
val | "Utility" ----> to "SBU"
Any idea how to do this?
Found this API documentation but it's in Chinese so difficult to digest https://api.dessmonitor.com
This seems to be the one to use https://api.dessmonitor.com/chapter4/sendCmdToDevice.html but still trying to get the list of 16-string command to send
Thanks and regards,