ESP-MQTT-JSON-Multisensor
ESP-MQTT-JSON-Multisensor copied to clipboard
(OBSOLETE) ESP MQTT JSON Multisensor for Home Assistant. Supported sensors include the TEMT6000 light, AM312 PIR, DHT22 temperature/humidity sensors. RGB led supports flash, fade, and transition. Ove...
Have you consider powering the sensor in shitty location where there is no power Any ideas for good battery options, eventually putting inside the box?
I have built the Multisensor with a DHT22 and NodeMCU along with the TEMT6000 & AM312 PIR. I'm using the same Pinouts as the Multisensor Video shows. I've flashed this...
Change the StaticJsonDocument calls according the Migrating from version 5 to 6 [docu](https://arduinojson.org/v6/doc/upgrade/)
Hi thanks for the amazing sensor diy. I have followed everything as per the instructions but my dht22 sensor gives me incorrect temperature readings by 5 to degrees more than...
Hello! Ordered parts quite some time ago and made everything ready. Yesterday, the board came and i set it up. It's working and showing values, but looking at the history,...
Hello, Is there any way to correct this? The sensor i stationary but the values seems to be up/down alot even though the median seems to be correct, looking at...
Any thoughts would be appreciated why I am receiving this error when compiling the code in Arduino: Arduino: 1.8.5 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 4M (3M...
Added a 5V Relay to the sensor: In HA (switch): - platform: mqtt name: "sensornode1 relay" state_topic: "bruh/sensornode1" command_topic: "bruh/sensornode1/relay" value_template: '{{ value_json.relay }}' qos: 0 retain: true In HA...
Hi, I've just setup 1 of these nodes to test as I want to have motion detection for some of the rooms in my house to control the lights with...
Hey guys, Since reflashing the multisensors with DanielXYZ2000 code revision I've not had any more problems with rubbish 0 values in the HomeAssistant sensor charts. However I do still get...