ESP-MQTT-JSON-Multisensor icon indicating copy to clipboard operation
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...

Results 39 ESP-MQTT-JSON-Multisensor issues
Sort by recently updated
recently updated
newest added

Some basic changes to PIR functionality - most importantly, changed the PIR from a "sensor" to a "binary sensor," which should be a better platform to base that kind of...

Build sensor and leave led hardware out. Sensors readings are perfect and seems very accurate. But randomly couple times of days, every sensor take 0value (temp, humidity, brighness) Here example...

Not sure what's happening here. I followed all the directions and I'm just trying to get the main sketch to compile but I'm getting errors with the ESP8266WiFi library. (I...

The maximum analogWrite on the ESP8266 value is not 255 (as in the code) but 1023. Because of that the LED is much less bright than it could theoretically be....

Hi anyone able to compile the code with the new versions o the packages ?. i tries for a whole day and gave up. i kept getting the IRemote..error. I...

I can connect to an local MQTT server when I put an IP address but I cannot connect to it via hostname. Yes, the hostname resolves from a desktop and...

Great tutorial / project! Having a slight issue with the PIR portion. I initially wired everything up with a LDR (waiting on a TEMP6000), and an HC-SR501, and couldn't for...

{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"0.00","motion":"motion detected","ldr":"0","temperature":"0.00"} {"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"0.00","motion":"motion detected","ldr":"757","temperature":"0.00"} {"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"0.00","motion":"motion detected","ldr":"757","temperature":"86.00"} Multisensor will send "0" when reboot, please help if there is any solution .

Hi, this Dallas ds18b20 temperature sensor is a very commonly used temperature sensor besides the DHT22, could you maybe please add support also for it?