ESP-MQTT-JSON-Multisensor icon indicating copy to clipboard operation
ESP-MQTT-JSON-Multisensor copied to clipboard

Compliation issues

Open amitubale opened this issue 8 years ago • 4 comments

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 avatar Jun 08 '17 21:06 amitubale

i was able to compile after adding the DHT.h lib and had to add #include <Adafruit_Sensor.h> 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 ?)

amitubale avatar Jun 09 '17 02:06 amitubale

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

tariquesani avatar Jun 09 '17 02:06 tariquesani

awesome..lean code..thanks

amitubale avatar Jun 09 '17 14:06 amitubale

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

ArjenWols avatar Jul 25 '17 20:07 ArjenWols