Does anyone know if it’s feasible to host a website that publishes sensor data from my Home Assistant (running on a Raspberry Pi 5) to a custom subdomain?
You could have create rest calls with data to the website that then receives it and presents it.
Like a restcall to www.somedomain.com/index.php?sensor=12
Your website can pull data from home assistant using one of the APIs.
Thanks for those articles. I’m also trying to figure out the hosting side. So im wondering if it’s possible to host it entirely locally on the same rspi5 that home assistant is running on
There’s an Apache2 web server addon: GitHub - FaserF/hassio-addons: Multiple Homeassistant Add-Ons. For more details have a look at the sub-folders.