If i use Modbus directly to set the position it is working. How can i fix the service, for setting the position. so the gui elements which depends on it will also work?
from what I can tell, you’d have to do this with a template cover that uses a modbus binary_sensor (for on/off) and a modbus sensor (for the position) and the modbus.write_register service to set the position for on/off and the position between on/off.
is this the configuration from the configuration.yaml in the modbus section for the Logo?
Or is this from another file (automations.yaml or scripts.yaml)
I think the Entry Point is missing. This confuses me…