ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
352 stars 50 forks source link

Heating status is stuck #118

Closed crux2006 closed 1 year ago

crux2006 commented 1 year ago

Hi, even if the managed heating device changes state, this is not reflected in the heating integration. Maybe the video was not explanatory, but if you pay attention, even if the relay is turned on and off, the heating is constantly on.

Is this bug only me... Version 2023.

https://user-images.githubusercontent.com/59333074/215348199-08eb1815-5fae-4b57-a3d4-bafe01293f10.mp4

ScratMan commented 1 year ago

Please try 2023.1.1

crux2006 commented 1 year ago

updated, problem fixed. How to write Pid_p , Pid_i , Pid_d entities in yaml directory?

pid_e_debug: true

It doesn't happen this way. Can you give a short example?

ScratMan commented 1 year ago

Write debug: true in the configuration Yaml and reload the integration or restart HA. The pid_'x' attributes will then appear in the entity's state.

crux2006 commented 1 year ago

Thanks:)