Page 1 of 1

Itho Wifi Controller Python plugin

Posted: Tuesday 02 April 2024 19:16
by galadril
I just started a basic Python plugin to send commands to the Itho Wifi Controller.
Its currently only to push new commands to the module, not read the current state.. but please adjust if needed ;)
https://github.com/galadril/Domoticz-Itho-Wifi-Plugin

More info about the module:
https://github.com/arjenhiemstra/ithowifi/wiki

I tried to create an OpenApi spec around the module's api here:
https://github.com/arjenhiemstra/ithowifi/issues/214

Device:
Image

Please adjust the script if needed.

Re: Itho Wifi Controller Python plugin

Posted: Friday 02 January 2026 12:35
by DBND
At the moment, this plugin crashes my webfrontend. Looking at the logs, this may be due to some python dependencies.
Domoticz Version: 2025.2 (build 16818)
Python Version: 3.11.2 (main, Apr 28 2025, 14:11:48) [GCC 12.2.0]
So may need some checking/reference before install.

Re: Itho Wifi Controller Python plugin

Posted: Friday 02 January 2026 23:13
by waltervl
It would help that you note your findings on the plugin in more detail as it looks like this should work on any python version....

Perhaps the ithowifi module has more dependencies but the plugin definitely has no, only loads JSON and requests.