Hello,
I have dimmable light through Modbus integration. Technically this is a holding register with address of 3707 and can be written by levels 0-100 (0 means off, all other are valid light levels).
How to support such light on dashboard?
Haven’t found any solutions, Modbus integration is limited by permitted objects…
This works, but how to get ability to set 1-99?
- name: "Light Seating"
unique_id: light_seating
slave: 1
address: 3710
write_type: holding
command_on: 100
command_off: 0
scan_interval: 1
verify:
Thanks in advance,
Bulek.