Hi!
I am trying to find a solution to control my Energy System (Solar and Battery).
I managed to use Modbus.Switches via modbus.yaml.
But I really would need to be able to set individual percentage for my Energy System.
Is there any way to implement a slider via Modbus?
My current Switches code looks like this:
- name: Victron Schalter Min SoC 80%
slave: 100
address: 2901
command_on: 800
command_off: 200
Thank You for your help!