Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95397

Humidifier control 0-10V

$
0
0

@Komonec wrote:

Hi,

I have sensor - sensor.multi_sensor, this is humidity sensor (0-100%) in room. And light.qubino_goap_zmnhvdx_flush_dimmer_0_10v_level_14 (0-255) - this is Qubino dimmer 0-10V (connected to humidity control 0-10V).

I want to do automation:
trigger:
value sensor.multi_sensor change
action:
set light.qubino_goap_zmnhvdx_flush_dimmer_0_10v_level_14 = (sensor.multi_sensor * 255/100)

How to write it right?

- alias: Humidity
  trigger:
    platform: state
    entity_id: sensor.multi_sensor
  action:
    service: light.turn_on
    entity_id: light.qubino_goap_zmnhvdx_flush_dimmer_0_10v_level_14
    ?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95397

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>