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

Enhancements to Celsius support #43

Open rdbahm opened 6 years ago

rdbahm commented 6 years ago

Added a new #define that can be set to false to choose celsius. Could not locate a source for a heatindex formula for C, so we convert to F and then back to C inside the heatindex function.

This resolves #28.