hi,
After switching to hass.io I still struggle a bit. I used to have a sensor - file based template that was reading the number of free bicycles at my railstation.
I had a python script that read a webpage and created an easy readable json to the file template sensor and voila: magic!
Now, the options are a bit overwhelming and I admit I’ve only tested the first one;
-
addon: retrieving the html and saving it to my addon data folder works, however cat data command says the file does not exist. When I go into the container through ssh I can cat the downloaded file and it has the information I expected. (I still need to extract the value and mosquitto_pub it to my sensor)
-
platform: way too complacated for now I’m afraid
-
appdeamon: there is documentation available so it might be an option.
Which would be the simplest route to tackle this one? I haven’t even started scheduling it every half hour.
Thx!
Jhh