Feature Request: Changing Settings #90
Replies: 4 comments
-
Also interested in this. Think this can be activated on the deye inverter if you email deye and ask them to enable this. Then the modbus command can be sendt. |
Beta Was this translation helpful? Give feedback.
-
Is this plugin sending modbus commands to the inverters? If so changing settings command would be possible to send as well? |
Beta Was this translation helpful? Give feedback.
-
After version C35D deye have opened for remote control. Mabey this will be more easy to implement now? |
Beta Was this translation helpful? Give feedback.
-
A python module has been created which does that https://github.com/jmccrohan/pysolarmanv5 and then you could e.g. change the charge amp with this script. Would be awesome to have it inside this integration in home assistant. """ Scan Modbus registers to find valid registers""" if name == "main": |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible to add changing of settings from home assistant? Specifically the "Battery Low" setting (Register 219). I want to change when my battery is charged from the grid when I know the power will be going off.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions