Search found 7 matches

by Tobbes
27 Sep 2022, 08:08
Forum: ESP Easy: Software
Topic: mqtt mega-20190106 to homeassistent fails [solved]
Replies: 4
Views: 1927

Re: mqtt mega-20190106 to homeassistent fails

Can you check with some MQTT tool like MQTT Explorer to see if ESPEasy actually tries to connect and send something? Many Thanks to you! The topic of the plug is slightly different. I do not know why, but with MQTT explorer I could find out the right topic. Now the values of temperature and humidit...
by Tobbes
26 Sep 2022, 10:27
Forum: ESP Easy: Software
Topic: mqtt mega-20190106 to homeassistent fails [solved]
Replies: 4
Views: 1927

Re: mqtt mega-20190106 to homeassistent fails

You mentioned "Changed IP address"... Just to be sure, you are addressing it by IP and not hostname? In older builds, the DNS hostname was resolved to an IP and that was stored and actually used by ESPEasy. Thus saving it again would then update the IP in the background. Another hint I ca...
by Tobbes
26 Sep 2022, 09:01
Forum: ESP Easy: Software
Topic: mqtt mega-20190106 to homeassistent fails [solved]
Replies: 4
Views: 1927

mqtt mega-20190106 to homeassistent fails [solved]

Hello, I have a problem with a SONOFF S20 plug running ESPeasy (mega-20190106). There is a DHT 22 added to the plug to measure the temperature and humidity in the room. In the past I used this device with ioBroker and the mqtt link worked good. Now I switched to homeassistent with its mosquitto-core...
by Tobbes
23 Sep 2019, 09:37
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 211263

Re: Hardware Watchdog Reboots

Hello and thanks a lot for your input. I tryed to run the Wemos D1 with capatitors - unfortunatelly without success. Also a dedicated wlan for the wemos endet in several reboots. So I setup a tasmota counter. This firmware works fine over 24h as a counter - but I would prefer Espeasy because of the ...
by Tobbes
20 Sep 2019, 11:09
Forum: ESP Easy: General Discussion
Topic: Hardware Watchdog Reboots
Replies: 219
Views: 211263

Re: Hardware Watchdog Reboots

Hello, I have also trouble with the Hardware Watchdog Reboots. I use a Counter to measure the water consumption in my house. Every turn around from the water meter is counted via a light barrier from the ESP8266. Tryed a Wemos D1 and a Nodemcu and both has several reboots over a day. The power plug ...
by Tobbes
19 Jan 2019, 22:54
Forum: ESP Easy: Software
Topic: Smart Meter measuring power consumption with serial port
Replies: 3
Views: 4039

Re: Smart Meter measuring power consumption with serial port

Hello I need some help with a plugin for my project... I found the plugin _P182_MT681.ino which seems to do what I want. I hope I understand to change the HEX values, according to my needs. Then I compile the firmware (first time). I connected an IR receiver to RX and GND but I do not know how to se...
by Tobbes
17 Jan 2019, 13:35
Forum: ESP Easy: Software
Topic: Smart Meter measuring power consumption with serial port
Replies: 3
Views: 4039

Smart Meter measuring power consumption with serial port

Hi, I want to measure the power consumption from my smart meter. This device has an optical interface (D0, SML) that gives a HEX output for the momentary consumption. Is it possible to extract the energy values out of the HEX string only by ESP Easy and publish them over mqtt? Can anybody show me an...