Search found 8 matches

by svde
13 Sep 2020, 16:38
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958130

Re: Serial MCU controlled relay/switch

I currently have 2 usecases: 1) Sending outside temperature and humidity values from domoticz to the ESP, so it can be displayed on an oled screen. I currently have a dzvents script which is triggered by the Buienradar device: local FQDN0 = 'esp-easy-0.XXXX.XX' return { active = true, on = { devices...
by svde
12 Sep 2020, 08:25
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958130

Re: Serial MCU controlled relay/switch

My understanding is that the "Generic - MQTT Import" plugin isn't suitable to get data from Domoticz. Domoticz publishes everything under one MQTT topic (domoticz/out) in json format, example: domoticz/out { "Battery" : 255, "RSSI" : 12, "description" : "...
by svde
11 Sep 2020, 10:56
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958130

Re: Serial MCU controlled relay/switch

Too bad, it would make the "Output - Domoticz MQTT Helper" a lot more useful if it could do that. Another usecase is behind able to take a value from MQTT and store it in a variable. I may start a different thread on this, as it's off-topic here.
by svde
10 Sep 2020, 18:13
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958130

Re: Serial MCU controlled relay/switch

Any chance that the "Output - Domoticz MQTT Helper" device can be used to control the relay?
by svde
10 Sep 2020, 13:08
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958130

Re: Serial MCU controlled relay/switch

TD-er wrote: 10 Sep 2020, 12:23 Do you have "USES_P091" defined in your build?
OK. Corrected that. It's working now.
by svde
10 Sep 2020, 12:11
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 958130

Re: Serial MCU controlled relay/switch

Looks like the plugin in the main repository has ID 91. I've built it and see that it was being compiled. But I don't see it in the list of devices.
by svde
30 Oct 2018, 10:39
Forum: ESP Easy: Hardware
Topic: DHT11 not decimal values?
Replies: 18
Views: 17912

Re: DHT11 not decimal values?

BME280 shows something with 2 digits, but when I compare to a calibrated Pt100, I don’t even think the 2 decimals are ... worthy to be used :roll: 98710545: BME280 : Temperature: 6.36 Perfect. Thanks! I have a use case which involves making predictions based on temperature delta's between 20 minute...
by svde
29 Oct 2018, 16:19
Forum: ESP Easy: Hardware
Topic: DHT11 not decimal values?
Replies: 18
Views: 17912

Re: DHT11 not decimal values?

My usecase requires 2 decimals. The DHT22 on my ESP shows 2 decimals, but the second decimal is always "0". I also have a luftdaten sensor which has a BME280 and DHT22 attached, I see that the BME280 on the luftdaten sensor does have 2 decimal values (the DHT22 connected to the lufdaten al...