Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Dev #83

Closed
wants to merge 11 commits into from
Closed

Dev #83

wants to merge 11 commits into from

Conversation

lobocobra
Copy link

Added 2nd Heating Circuit for RC35.
=> MQTT thermostat is now working also if you have a floor heating
=> added some MQTT messages usefull for openhab and similar

Missing
=> MQTT Raw needs to be removed
=> modify ems_setThermostatTemp(f); in order to change daytemp,nighttemp,holidaytemp and +1/-1 type of commands to increase/decrease the temp, if they are within the limit of +15° and °30°

lobocobra and others added 9 commits March 23, 2019 00:18
- save heatcircuit works
- mqtt raw send works

Not working
- no mqtt response on raw request
- no mqtt info back to mqtt server
- heatcircuit 2 not changable dynamically (probably fixed if activated as save is now working)
- save of HC works, but 0x47 0x48 still hard coded
- 5 new variables added and they are now loaded on read BUT no mqtt send so far
- raw send over mqtt works BUT without response

Missing features
- send per MQTT all values
- send response after mqtt raw

Errors
- still some errors missed read (not from my code)
- still -3200° when no in house temp
=> heatingcircuit still hard-coded, rest works pretty well
=> answer on raw data by mqtt not yet implemented
=> To be tested with someone that uses HC1.

Missing
- still missing mqtt response on mqtt-raw-send (send works, answer not implemented)
I merged and I fixed the errors, now it should work.
- open task, add new mqtt commands for day,night,holiday
- remove mqtt raw for others than me
- find a fix with 0x48 settemp beeing empty when auto switches from night to day.
=> and minimal value control for temperature
@lobocobra
Copy link
Author

I added the possibility to change daytemp/nightemp/vacactiontemp by MQTT

@proddy
Copy link
Collaborator

proddy commented Apr 6, 2019

I've merged into dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants