Good morning all.
I have a Elko Super TR integrated through Deconz. The device can be used as a thermostat or regulator.
I use the latter function and can select 0-100% effect. However, in home assistatant it always “acts” as a thermostat.
It looks like this:
hvac_modes:
- heat
- 'off'
- auto
min_temp: 7
max_temp: 35
current_temperature: 23.9
temperature: 30
offset: 0
locked: false
icon: mdi:floor-plan
friendly_name: bathrom_regulator
supported_features: 1
I can change “temperature” setting and it acts like changing the percent effect, e.g. temperature = 30 → effect = 30%. Is there any way to change this into a regulator or virtually do so by changing unit to % and max/min values to 100 and 0 respectivly?
Best regards,
CF6