Search found 10 matches

by BounceMeister
13 Jun 2023, 22:54
Forum: ESP Easy: Software
Topic: Import temperature data from Domoticz MQTT not working
Replies: 13
Views: 5624

Re: Import temperature data from Domoticz MQTT not working

Nearly anything is possible :lol: Indeed, you just proved it! ;) Thank you so much, i think i would have never figured out how to make this work. So the topic is domoticz/out and everything inside it is like values? Somehow i thought the topic to listen to would be domoticz/out/ZwembadTemp. I impor...
by BounceMeister
08 Jun 2023, 11:54
Forum: ESP Easy: Software
Topic: Import temperature data from Domoticz MQTT not working
Replies: 13
Views: 5624

Import temperature data from Domoticz MQTT not working

I want to do a simple thing that appears to be impossibly difficult. I want Domoticz to send a temperature sensor value to espeasy. I have a temperature sensor as a device in Domoticz (Raspberry Pi). I followed a tutorial to set up Node Red and Mosquitto to have Domoticz send data to node red. When ...
by BounceMeister
11 Jul 2021, 12:27
Forum: ESP Easy: General Discussion
Topic: Added i/o with PCF8574 but not working with mqtt?
Replies: 2
Views: 4863

Added i/o with PCF8574 but not working with mqtt?

I have been using esp-easy for a while now, slowly expanding throughout diy projects around the house and the swimmingpool. I have a Wemos D1 (ESP8266) which does not have much i/o, so i added a PCF8574 i/o expander. This needs to be connected to Domiticz via MQTT (mosquitto). (Eventually there will...
by BounceMeister
21 Jul 2020, 21:30
Forum: ESP Easy: General Discussion
Topic: Send temp value to other ESP before sleep
Replies: 3
Views: 5478

Re: Send temp value to other ESP before sleep

You can go 3 ways to have the temperatures sent from the TempEsp to the OLedEsp: Use SendToHttp ( the most generic and independent* ) Use the Inter-ESPEasy network ( the easiest to use* ) Use the ESPEasy P2P Networking controller ( a bit finicky but quite doable* ) (* that is my opinion , not a ver...
by BounceMeister
21 Jul 2020, 13:28
Forum: ESP Easy: General Discussion
Topic: Send temp value to other ESP before sleep
Replies: 3
Views: 5478

Send temp value to other ESP before sleep

I have one ESP with two temp sensors, let's call it "TempEsp". Is sleeps for 10 minutes, wakes for 60 seconds, measures temp, then sleeps again. Temp sensors are linked to Domoticz through IDX, values showing correctly in Domoticz. I have another ESP with some pushbuttons and an Oled scree...
by BounceMeister
13 Jul 2017, 21:06
Forum: RFLink: Nederlands support forum
Topic: Milight via RFLink master/slave knoppen in Domoticz
Replies: 2
Views: 9473

Milight via RFLink master/slave knoppen in Domoticz

Kan je in Domoticz de status van de Milight master- en de vier zone-knoppen correct laten weergeven? Toelichting: Ik ben Domoticz opnieuw aan het installeren op een Raspberry Pi 3 met een nieuwe RFLink gateway (v1.1.4) met een nrf2401 voor Milight. Inmiddels herkent Domoticz de Milight v1 RGBW remot...
by BounceMeister
02 May 2017, 23:10
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655439

Re: New ESP gadget

I tried ESPurna, but i can't get it to work on my Sonoff Dual. It fails at the start, while trying to connect.
I'll just forget about this Sonoff stuff. It sounded great, but it's just a disappointment to me now.

Now i have to figure out a way to flash the original firmware back onto it.
by BounceMeister
20 Mar 2017, 11:00
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655439

Re: New ESP gadget

Hello, I received the device today. The flash was success full with ESPEasy, without problems. BUT it don't know which two GPIO's are used for the relais. Any ideas? Please help :-) For flashing I used this picture. Pin: VCC (3.3V), RX, TX, GND Sonoff_Dual_Hardware.png and set this ESP PIN GPIO00 t...
by BounceMeister
10 Mar 2017, 20:34
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655439

Re: New ESP gadget

Hi ! We have to send the hex value: 0x00 both off 0x01 relay one on 0x02 relay two on 0x03 both relays on ..but how? Hmm Looks like simple send some data over the Serial port. But I wonder a Little about the INT / E-FW Connection. But sending some data within a new plugin is really straight forward...