Search found 2 matches

by baumi67
14 Apr 2020, 21:01
Forum: ESP Easy: General Discussion
Topic: OpenHub MQTT Controller subscribe - how to catch message
Replies: 0
Views: 6946

OpenHub MQTT Controller subscribe - how to catch message

Hello! I try to connect my EspEasy to thingspeak mqtt broker. I'd like only subscribe to a topic, and get the value from thingspeak. (The topic / field is modifyed by android MQTT dash app.) I use the OpenHUB controller. I watch the messages with WireShark. I see the EspEasy successfully subscribed,...
by baumi67
23 Dec 2019, 20:49
Forum: ESP Easy: Software
Topic: obscure problem with sendtohtttp (and thingspeak)
Replies: 58
Views: 26348

Re: obscure problem with sendtohtttp (and thingspeak)

after flashing, I enabled the MQTTT Domoticz controller and sets the new settings: Will Retain: false Clean Session true And of course I changed code in the Rules from: SendToHTTP api.thingspeak.com,80,/update?api_key=XXXX&field1=[DHT22#Temp]&field2=[DHT22#Hum]&field3=[Light#Lux]&fi...