-
Notifications
You must be signed in to change notification settings - Fork 639
Add thermostat module #1603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add thermostat module #1603
Conversation
@ElderJoy this looks awesome. Do I understand that I can use a single relay and DS18B20 sensor connected to the same device or I can use two devices - one with relay and second with a sensor? |
Hi @Misiu! Thank you. Opearion description:
So you can use local or remote sensor for your choice. Just skip remote sensor name setup. It also support I2C display where indicating status, temp. interval, local and remote temp.
Kamin - remote temp. source |
It looks like the |
Hi Xose,
|
1. Add thermostat to the espurna_modules in progmem.h 2. Add thermostat to webui, gulp, html, js. 3. in general.h MQTT_USE_JSON returned to 0 by default and 1 if thermostat enabled.
# Conflicts: # code/espurna/config/webui.h # code/espurna/data/index.all.html.gz # code/espurna/data/index.light.html.gz # code/espurna/data/index.rfbridge.html.gz # code/espurna/data/index.rfm69.html.gz # code/espurna/data/index.sensor.html.gz # code/espurna/data/index.small.html.gz # code/espurna/espurna.ino # code/espurna/static/index.all.html.gz.h # code/espurna/static/index.light.html.gz.h # code/espurna/static/index.rfbridge.html.gz.h # code/espurna/static/index.rfm69.html.gz.h # code/espurna/static/index.sensor.html.gz.h # code/espurna/static/index.small.html.gz.h # code/espurna/web.ino # code/gulpfile.js # code/html/index.html
Hi Xose,
|
Looks very impressive, @ElderJoy do you have a bin file that I can flash to my TH16? |
My binaries outdated. I built them year ago. Espurna project developing quite fast, so it gone far since. So, I recommend you build it from hoseperez/espurna sources. |
No description provided.