Search found 2 matches

by ebtkr
19 Aug 2021, 22:54
Forum: ESP Easy: Software
Topic: JSON over MQTT?
Replies: 6
Views: 5695

Re: JSON over MQTT?

I'm using the version ESP_Easy_mega_20210802_normal_ESP8266_4M1M and the form that work fine is put payload between quotes "" like this: publish,home/temp,"{"Time":"%systime%","Temp":"[temp#temp1]"}" I guess you need to use different quote...
by ebtkr
19 Aug 2021, 18:32
Forum: ESP Easy: Software
Topic: JSON over MQTT?
Replies: 6
Views: 5695

Re: JSON over MQTT?

I'm using the version ESP_Easy_mega_20210802_normal_ESP8266_4M1M and the form that work fine is put payload between quotes "" like this:

publish,home/temp,"{"Time":"%systime%","Temp":"[temp#temp1]"}"