I am running Home Assistant dockerized on a RP4 running Debian bullseye.
After finding out, that Python scripts can not by default use imports, I wrote a couple of scripts for Cron to play around with my Shelly2.5 covers. I soon noticed that I have no idea where to find the data that all my Zigbee (ZHA) sensors are collecting and how to talk to them. Does anyone here know where to find them? Is there maybe a blog or forum post that you know of, which I could read, that elaborates further on this topic?
The data is available in the sensors and other entities created by ZHA. The devices are controller in the same way as any other, via automations or scripts.
Im sorry I probably didnt specify my question correctly.
I would like to access these values from the Host (Debian).
So basically, where in the linux fs do I have to look to be able to use these values in an external script.