Note that the following two integrations does not have anything to do with each other. It’s just that I cannot get both of them to work at the same time. Probably due to some coding error, since I am failrly new to HA configuration.
I had this line in configuration.yaml to load a sensor with current HVAC status from the thermostat.
I had this section in sensors.yaml:
The above worked fine by itself
I then wanted to integrate the parameters from by RPi to get CPU temperature, CPU utilization, Memory utilization and Disk usage. I was adviced to put the following in configuration.yaml:
After doing this I get the following error message:
I wanted to test if that systemmonitor is working OK, so I removed the hvac_status sensor from sensors.yaml. After doing this I get no error messages and the systemmonitor works. Data from RPi can be seen.
However, how do I get both of these two work at the same time?
What is the conflict? Is there a way I can set these two up differently?