Questions about telldus-core
Posted: Fri Mar 17, 2023 9:45 am
Hello,
I'm trying to developp a plugin to manage my tellstick duo using the domogik project : http://www.domogik.org/.
It's written in python.
In the web interface, I use the tdTurnOn or tdTurnOff function of the telldus-core to manage swith and dimmer.
I've defined a callback function to catch the deviceEvent (ie buttons, doors detectors, night detectors, ...)
But this function is also called when I use the web Interface.
Is there a way to deactivate this feature.
I only want to catch RF event, those done by a physical button or detector. State and other stuff are directly managed by domogik.
TIA
I'm trying to developp a plugin to manage my tellstick duo using the domogik project : http://www.domogik.org/.
It's written in python.
In the web interface, I use the tdTurnOn or tdTurnOff function of the telldus-core to manage swith and dimmer.
I've defined a callback function to catch the deviceEvent (ie buttons, doors detectors, night detectors, ...)
But this function is also called when I use the web Interface.
Is there a way to deactivate this feature.
I only want to catch RF event, those done by a physical button or detector. State and other stuff are directly managed by domogik.
TIA