Hi evebody.
I’m trying to get the value of temperature from ispindel using Mqtt and if this value is around 19 Celsius, trigger a heater in fermentation place to increase the temperature to 20/21 Celsius.
I tried this without success
trigger: mqtt
topic: ispindel/iBigode01/temperature
payload: "{{ 'temperature:' > 20 }}"
encoding: utf-8
action: switch.turn_on
target:
device_id: 5c87152c0f0d783774d827a6b9b0d870
data: {}
Manually works..
Any help will be appreciated.