bruhautomation / ESP-MQTT-JSON-Multisensor

(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. Over-The-Air (OTA) uploading, too!
https://youtu.be/jpjfVc-9IrQ
Apache License 2.0
340 stars 152 forks source link

Compliation issues #17

Open amitubale opened 7 years ago

amitubale commented 7 years ago

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 removed the folder but no luck. since i waited @a month had to get the sensor working so i have espeasy on it now and got the 3 sensors working. (not sure how to get the color led configured on esp..so i need to get Ben's code compiled..

I iwll try it again and post the error. let me know if you are bale to compile with the new pakages ? thanks

amitubale commented 7 years ago

i was able to compile after adding the DHT.h lib and had to add #include above dht.h and it connects to Wifi too. took me while to realize there i no webserver in the code(or did i miss another lib ?)

tariquesani commented 7 years ago

No, there is no webserver but you can see output in the serial monitor. This works best with Home Assistant

amitubale commented 7 years ago

awesome..lean code..thanks

ArjenWols commented 6 years ago

Compilation error on Adafruit_Sensor.h Solved with this: https://github.com/adafruit/DHT-sensor-library/issues/62 Regards Arjen