AnthonyKNorman

Results 33 comments of AnthonyKNorman

I would also very much like to see this added

Further info. Changing the temperature makes the MQTT report manual mode, but this is not reflected in the LCD ![image](https://user-images.githubusercontent.com/19652957/104753632-2e41da80-5750-11eb-963c-d839422f4e04.png) Calling the preset mode will set manual mode. ![image](https://user-images.githubusercontent.com/19652957/104753895-7f51ce80-5750-11eb-865f-7959dc8ada20.png)

I have managed to implement a fix for this by using an automation that sets 'scheduler' mode and then 'manual' mode when the climate.set_temperature service is called ``` - alias:...

Ignore all this. I'm an idiot! I hadn't set the correct thermostat model!

[v2023.1.1 home-assistant_zha_2023-02-04T11-07-32.458Z.log](https://github.com/home-assistant/core/files/10608658/v2023.1.1.home-assistant_zha_2023-02-04T11-07-32.458Z.log) [v2023.2.1 home-assistant_zha_2023-02-04T11-34-18.364Z.log](https://github.com/home-assistant/core/files/10608659/v2023.2.1.home-assistant_zha_2023-02-04T11-34-18.364Z.log) Hi Log files attached. Thank you

> @AnthonyKNorman You're running an outdated custom quirk: > > ```python > 2023-02-04 11:18:21.852 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry socket://192.168.68.143:8888 for zha > Traceback (most recent call last):...

@JohnMoor there are no stupid questions. I had to do my homework! When you disable debugging HA automatically downloads the debug log. Good luck.

@julianjwong in order to help the experts to help you, you need to open your own issue and attach your own debug logs. In that way I got very quick...

Hi The first thing you need to do is install the mqtt client using ```sudo pip3 install paho-mqtt``` as shown in your output above. The script will be raising an...

Can you show me your output again please - like you did in the first post?