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

missing define mqtt_port #4

Closed hinrg closed 7 years ago

hinrg commented 7 years ago

Hey Ben,

Latest version is missing #define mqtt_port 1883 ;)

Might also be worth adding that a fresh install of the SDK you need to install DHT sensor library and Adfruit unified sensor.

Cheers, J

bruhautomation commented 7 years ago

Ah, great catch! Thanks for pointing that out. Yeah, can't believe I missed the DHT library in my video. Guess I've had that installed for so long I'd forgotten about it. I'll add a note to the code. Cheers!