softypit / esp32_mqtt_eq3

esp32-based mqtt node to control EQ-3 BLE TRVs
144 stars 46 forks source link

Compiling with Dallas 1820 sensor code #29

Closed spanout closed 4 years ago

spanout commented 5 years ago

Has anyone tried to add a simple Dallas DS1820 temperature read into the app_main on eq3_main.c. I would like to report back to mqtt the current room temperature as I do on a PiZero version of this, but I cannot seem to compile the code. I am a novice with this kind of thing. Would anyone else be interested in such a feature?

Floyddotnet commented 5 years ago

Take a look at this commit: https://github.com/buddebej/esp32_mqtt_eq3/commit/b645fb4861fbdd2497e7c28fdd695d08a360776a (Add support for dht22)

spanout commented 4 years ago

Thanks