Hi guys
I’m new and I’m slowly learning to use home assistant.
I’m not an expert
I wanted to know, if HASS can read (through URL) the status of some devices on a web server and display them in HASS.
example:
http: //192.xxxxxxx/statusxxxxx …
answer:
{
“life”: 0,
“domus”: “000000000000”,
“status”: [0,0,1,1,0,1,1,0,0,0,0,1,0,1,1],
}
and display on HASS (for example with lamp icons)
the status of the devices
lamp 1 = off
lamp 2 = off
lamp 3 = on
lamp 4 = on
…etc…
.
.
lamp 15 = on
Thank you very much
sorry for my English