-
-
Notifications
You must be signed in to change notification settings - Fork 97
Conversation
- 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
…t which prevented the message until now
=> 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
=> Fully working, Proddy overworked code of Lobo # Conflicts: # src/ems-esp.cpp # src/ems.cpp # src/ems.h # src/ems_devices.h # src/my_config.h # src/version.h
it's really hard to see the differences between the current dev branch and your PRs so I tried to add them manually. |
Sorry to hear, I tried to put //lobocobra, everywhere I changed some code. |
Cool, now all except one tiny thing is working! Many thanks for that. Last gap When you have a floor-heating then you will use the external temp and the "Current room temp sensor" is deactivated. To fix this quickly (accepting the second value to be at 0) But honestly this is even less than a minor issue! nobody is in the console the whole day long :) |
I close the PR as your inserted code fixes all remaining issues. |
no, thank you! You've been an enormous help and all your testing, patience and contributions keep this project alive. |
Hi Proddy
Many thanks for implementing my code. I learned alot by looking at your changes.
=> As some of the features did not work, I fixed them and this PR represents a working code, based on your changes.