#mqtt devices go under `mqtt` key not
1 messages · Page 1 of 1 (latest)
did you do a configuration check?
yes that configuration was good and allowed me to restart
I am sending this mqtt message from an ESP8266 as a character string I think and not an integer
what does the json payload look like?
I am not sure what that means
how does the message sent on topic virtual/light look like?
when I listen to the topic I get this message:
Message 16 received on virtual/light at 7:35 PM:
39
QoS: 0 - Retain: true
so you're looking for value_template: "{{ value }}" or don't need that line at all
I thought that line would give me the value of 39 from the mqtt message
that line gives you the value of the level key from a json payload which you don't have at all
so what should i have instead?
i just told you that