KNX
Forum rules
This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
This is a legacy forum which is locked for new topics. New topics should be started in one of the other forums under Extending Indigo
- jay (support)
- Site Admin
- Posts: 19232
- Joined: Wed Mar 19, 2008 11:52 am
- Location: Austin, Texas
- Contact:
Re: KNX
Hi Jay,
There is a very handy interface for KNX. You can see it here.
http://www.weinzierl.de/en/products/771.html
The 772 handles more devices.
My guess is add a python developer and connectivity to the interfaces API and that's the KNX plugin done.
If I was commissioning a python developer to do this what skill set would they need to have.
There is a very handy interface for KNX. You can see it here.
http://www.weinzierl.de/en/products/771.html
The 772 handles more devices.
My guess is add a python developer and connectivity to the interfaces API and that's the KNX plugin done.
If I was commissioning a python developer to do this what skill set would they need to have.
- jay (support)
- Site Admin
- Posts: 19232
- Joined: Wed Mar 19, 2008 11:52 am
- Location: Austin, Texas
- Contact:
Re: KNX
Nothing special really - the Indigo side of the plugin is pretty straight-forward python, though an understanding of how Indigo works would be quite useful I suspect. The comm stuff to talk to the interface would be the more time consuming part to develop.
Re: KNX
Hi
I found this :
http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd
It's a command-line tool for eib/Knx bus.
and this is a tutorial to install it on osx system using macports
https://uwe-arzt.de/20090423.html
all that remains is writing a python plugin or use tcp out plugin to communicate with the daemon (eibd) .
But for the statut request I do not know how to do it
I'm not programmer if someone could write a plugin to support eib/Knx That will be amazing .
I found this :
http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd
It's a command-line tool for eib/Knx bus.
and this is a tutorial to install it on osx system using macports
https://uwe-arzt.de/20090423.html
all that remains is writing a python plugin or use tcp out plugin to communicate with the daemon (eibd) .
But for the statut request I do not know how to do it
I'm not programmer if someone could write a plugin to support eib/Knx That will be amazing .