[App][Pro] ESP Easy (Firmware for ESP32, NodeMCU, Wemos...)

Hi Joolee and/or fellow ESP Easy app users,

(EDIT: I just enabled Controller 1, configured as HA MQTT → it sends the temp-, humid- and motion values via MQTT w/o any problem)
Screenshot from 2023-06-07 01-00-50


I’m trying to get a DHT11 temp/humid sensor ( @ GPIO-4 D2) to Homey.
I’ve read this complete thread, and the Wiki and all, but I’m stuck.

I can’t select the DHT sensors, although they show their value in the ESPeasy device webpage.
I added a dummy sensor, and I can add it as “Environment” temperature/humidity input. But the DHT is not available to select from “Environment”, I’ve also tried every other input type.

Screenshot from 2023-06-07 00-40-40

The LD2410 mmwave motion alarm output is connected to GPIO-13 D7 as “input-switch”, and it now sends motion alarms, that’s nice.
Only, it can’t be configured yet (I will add a request for support).

Here’s the JSON

{"System":{
"Load":20.58,
"Load LC":10508,
"Build":20230508,
"Git Build":"mega-20230508",
"System Libraries":"ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(38a443e), LWIP: 2.1.2 PUYA support",
"Plugin Count":47,
"Plugin Description":"[Normal]",
"Build Time":"May  8 2023 07:25:58",
"Binary Filename":"ESP_Easy_mega_20230508_normal_ESP8266_4M1M",
"Local Time":"2023-06-07 01:05:34",
"UTC time stored in RTC chip":"-",
"Time Source":"NTP",
"Time Wander":0.0,
"Use NTP":"true",
"Unit Number":4,
"Unit Name":"presence_badkamer",
"Uptime":55,
"Uptime (ms)":3289114,
"Last Boot Cause":"Soft Reboot",
"Reset Reason":"Software/System restart",
"CPU Eco Mode":"false",
"Heap Max Free Block":10120,
"Heap Fragmentation":20,
"Free RAM":12648,
"Free Stack":3536,
"ESP Chip Model":"ESP8266",
"Sunrise":"7:55",
"Sunset":"20:02",
"Timezone Offset":60,
"Latitude":0.00,
"Longitude":0.00,
"Syslog Log Level":"None",
"Serial Log Level":"Info",
"Web Log Level":"None"
},
"WiFi":{
"Hostname":"presence-badkamer-4",
"IP Config":"DHCP",
"IP Address":"192.168.1.62",
"IP Subnet":"255.255.255.0",
"Gateway":"192.168.1.1",
"STA MAC":"BC:Dxxxxxx",
"DNS 1":"192.168.1.1",
"DNS 2":"(IP unset)",
"SSID":"Fxxxxxx_Out-2.4G",
"BSSID":"00:1xxxxxxx",
"Channel":1,
"Encryption Type":"WPA/WPA2/PSK",
"Connected msec":3286000,
"Last Disconnect Reason":1,
"Last Disconnect Reason str":"(1) Unspecified",
"Number Reconnects":0,
"Configured SSID1":"Fxxxxxx_2.4G",
"Configured SSID2":"Fxxxxxx_Out-2.4G",
"Force WiFi B/G":"false",
"Restart WiFi Lost Conn":"true",
"Force WiFi No Sleep":"false",
"Periodical send Gratuitous ARP":"false",
"Connection Failure Threshold":0,
"Max WiFi TX Power":17.50,
"Current WiFi TX Power":8.00,
"WiFi Sensitivity Margin":3,
"Send With Max TX Power":"false",
"Extra WiFi scan loops":0,
"Use Last Connected AP from RTC":"false",
"RSSI":-57
},
"nodes":[
{"nr":4,
"name":"presence_badkamer",
"build":20230508,
"platform":"ESP Easy Mega",
"ip":"192.168.1.62",
"age":16364
}],
"Sensors":[
{
"TaskValues": [
{"ValueNumber":1,
"Name":"DummyTemp",
"NrDecimals":1,
"Value":-15.5
},
{"ValueNumber":2,
"Name":"DummyHum",
"NrDecimals":0,
"Value":55
}],
"DataAcquisition": [
{"Controller":1,
"IDX":0,
"Enabled":"false"
},
{"Controller":2,
"IDX":2,
"Enabled":"true"
},
{"Controller":3,
"IDX":0,
"Enabled":"false"
}],
"TaskInterval":0,
"Type":"Generic - Dummy Device",
"TaskName":"dummy_temp_hum",
"TaskDeviceNumber":33,
"TaskEnabled":"true",
"TaskNumber":2
},
{
"TaskValues": [
{"ValueNumber":1,
"Name":"motion_alarm",
"NrDecimals":0,
"Value":1
}],
"DataAcquisition": [
{"Controller":1,
"IDX":0,
"Enabled":"true"
},
{"Controller":2,
"IDX":3,
"Enabled":"true"
},
{"Controller":3,
"IDX":0,
"Enabled":"false"
}],
"TaskInterval":10,
"Type":"Switch input - Switch",
"TaskName":"motion_alarm",
"TaskDeviceNumber":1,
"TaskDeviceGPIO1":13,
"TaskEnabled":"true",
"TaskNumber":3
},
{
"TaskValues": [
{"ValueNumber":1,
"Name":"Temperature",
"NrDecimals":1,
"Value":21.2
},
{"ValueNumber":2,
"Name":"Humidity",
"NrDecimals":0,
"Value":52
}],
"DataAcquisition": [
{"Controller":1,
"IDX":0,
"Enabled":"true"
},
{"Controller":2,
"IDX":4,
"Enabled":"true"
},
{"Controller":3,
"IDX":0,
"Enabled":"false"
}],
"TaskInterval":10,
"Type":"Environment - DHT11/12/22  SONOFF2301/7021/MS01",
"TaskName":"dht11_temp_hum",
"TaskDeviceNumber":5,
"TaskDeviceGPIO1":4,
"TaskEnabled":"true",
"TaskNumber":4
}
],
"TTL":1000
}



Note, this setup works fine with HA + ESPHome btw.

Thanks for looking into this!

1 Like