Driver / help request ITHO-API

I got a ITHO mechanical ventilation box, and have now received a http interface card for it.
Tested it, and I can set the fan-speed with a HTTP command:
http:///api.html?username=&password=&command=low

Next i tried to use the http-get community driver, to parse that same API command to the ventilation box. No response :frowning:

Can someone help me build a driver for this?

Basically there should be a two types of URL requests:

  • Set the fanspeed low-med-high
  • Get the fanspeed

The device IP, username, password should be variables, and you should be able to toggle if the username and password need to be used.

Never mind, created the driver: [BETA] ITHO CVE driver

1 Like