Hi,
How can i create a (fan) switch or slide bar in HA and send ‘rest commands’ to the ITHO unit? My end goal is to have the (fan) switch or slide bar also in Homekit.
I have connected my ITHO demand flow to HA. Every room has is own valve to the mechanical ventilation. I am able to put per room the valve in ‘high’, ‘low’ or ‘auto modus’, i can send commands via a rest command:
if the valve needs to extract a lot of air, I send the following command:
http://192.168.1.117/api.html?vremotecmd=high&vremoteindex=0
if the valve needs to extract les of air (so less noise), I send the following command:
http://192.168.1.117/api.html?vremotecmd=low&vremoteindex=0
if the valve needs to extract air based on the amound of Co2 in the room, I send the following command:
http://192.168.1.117/api.html?vremotecmd=auto&vremoteindex=0
How can i create a (fan) switch or slide bar in HA and send ‘rest commands’ to the ITHO unit? My end goal is to have the (fan) switch or slide bar also in Homekit.
Thanks for your help!!