automation with iammeter and homeassistant

i cant found in automation the iammeter sensor, need make some adjust?

my solution:

i have created a binary sensor:


  - platform: template
sensors:
vitro_consumo_1500w:
friendly_name: "sensor vitro"
delay_off:
seconds: 5
value_template: >-
{{ states('sensor.meter_power')|float > 1500 }}


and then i can found in automation the binary sensor

Thread Status
1
140
2
1
0

Sort replies by:

This is my automation with iammeter and homeassistant

Looks like you are new here. Register for free, learn and contribute.