last week I received my rfxcom interface for the klikaanklikuit lights I have in two bedrooms.
I installed Domoticz on my raspberry and all is working fine.
My next step was to create an app on Toon to show the status of the lights on a tile and with a screen where you can switch the lights.
I started with the app from adjego and expanded that further.
Had to draw some new icons for the Dimstate/non-dim state.
All working fine but still some stuff to do:
- current list of devices is not retrieved from Domoticz, listed devices are hardcoded in DomoticzApp (idx variable in http request).
- currently the status of the lights is refreshed every 10 seconds. Which means that after switching a light on or off it takes 0-10 seconds before the status is shown on Toon but the lights are actually switched realtime via domoticz. I still need to figure out how I can trigger the status update on Toon after switching a light on Toon (calling a function in another QML file)
- Initially I had active buttons on the tile as well but it didn't look nice in Dim state, will see if I can add this back in later
I'm quite busy coming week, expect a clean version somewhere next weekend.
Consider this as work in progress and a source of inspiration

EDIT: attachment removed, see next post