-
Notifications
You must be signed in to change notification settings - Fork 71
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
MQTT Hold mode removed in HA 2022.9 #153
Comments
@clemente3905 if you want you can try my release HERE |
@labodj First of all THANKS!
Thanks again for your help and forgive if I ask lots of questions, but would really love to avoid damage... |
I suppose you are running fashberg firmware on your thermostat. I suppose it's connected to your wifi network. I suppose it's configured on your home assistant. Download the bin fine. |
Going to test right now. |
@labodj For instance, this is the part of the config.yaml relative to the thermostat
|
@clemente3905 you don't need that on home assistant, this firmware supports autodiscovery.
I'm using it this way, so I can confirm it works as expected. |
@labodj If I go inside the MQTT info I can see that everything seems OK, except the fact that in the value template it doesn't use '{{value}}' for the template. I remember that I had an issue with "standard" fasberg and I had to separate JSON in single argument to have them work.
|
@clemente3905 The warning on log is normal, just disable logging, it's useless for you. It's not the firmware, it's some config wrong on your side or some leftover. Reboot everything e retry. |
Ok, thanks for your patience and the help jacopo. I still don't know how but I will buy you a beer for sure! Is it correct? |
he @clemente3905 , check out 1.21. Hold-State is also deprecated. I've implemented Away and Scheduler/Auto with "Presets", just use the autoconfiguration, it works fine on my test-device |
Hi @fashberg . Don't know if this can be the issue but this solved my problem. If you need me to post some additional log/info please tell me. |
Hey @clemente3905 , Which HA version do you have? Probably it's my change in 1.12 with adding profiles. |
@fashberg The MCU-ID map is missing the closing "} so when compiling a full json file it is not valid and it is not parsed correctly. Please note that the same problem appears even if I use manual configuration WITHOUT the "single value" in the json file and without manually modifying the template into {{value}} in the configuration.yaml, so IMHO it is NOT a problem in the autodiscovery. |
@clemente3905 @fashberg Just a note, I always used "Send all properties also in separate MQTT messages" |
@fashberg @labodj mqtt-52931e3cbd611ec5dcd2eaf18dc50d47-Salotto-78df34da27a3aa8ca58905f9843aefee.json.txt |
* Fixes mqtt reconnect * Fixes invalidJsonCharacters (fashberg/WThermostatBeca#153)
it's was not the non-closing |
Hi all, with the last update (2022.9) of HA core, the hold mode has been removed.
As a result the thermostat integration in HA is no longer working.
Is there any workaround other than avoid upgrading home assistant?
The text was updated successfully, but these errors were encountered: