soloam / ha-pid-controller

PID Controller to Home Assistant
MIT License
97 stars 12 forks source link

how to make the call from configuration.yaml #42

Open Vicente-Ch opened 1 year ago

Vicente-Ch commented 1 year ago

English: Good morning, I'm trying to get this hacs integration https://github.com/soloam/ha-pid-controller working but I can't get the sensors generated. create the pid.yaml file and call it from the configuration.yaml. If I check the configuration it does not give me any error but the sensors do not appear. The integration is downloaded from hacs automatically and is located in the path indicated. Does anyone see something wrong in the configuration?

Español: Buenos dias, Estoy intentando hacer funcionar esta integracion de hacs https://github.com/soloam/ha-pid-controller pero no consiguigo generar los sensores. cree el archivo pid.yaml y lo llamo desde el configuration.yaml. Si compruebo la configuracion no me da ningun error pero no aparecen los sensores. La integracion la descargue desde hacs en automatico y esta ubicada e la ruta que indica. Alguien ve algo mal en la configuracion?

pid

Captura configuracion

Vicente-Ch commented 1 year ago

249 / 5.000 Resultados de traducción Resultado de traducción Spanish: Hello again. I already have my pid sensor configured, although I have not been able to configure everything in the "pid.yaml" file as I wanted. Now what happens is that it works very slow. Just changing the set_point above/below the sensor value.

249 / 5.000 Resultados de traducción Resultado de traducción Spanish: Hello again. I already have my pid sensor configured, although I have not been able to configure everything in the "pid.yaml" file as I wanted. Now what happens is that it works very slow. Just changing the set_point above/below the sensor value.

bitsbeauty commented 1 year ago

Hi Viencent, I have the same issue and I guess its an identation issue. Can you copy your config file that worked for you?

For the slow update. Did you read the other discussions on the issues? The PID is not updating automatically, you need to configure an HA automation to update it.