- The version of plugin.py and tradfri.tac now are the same for both stable and beta versions of domoticz. No more matching master branch with stable domoticz and development branch for beta domoticz, the master branch is where it's at (At least until, if ever, the python framework changes it's API again in such a manner that a unified plugin.py is not maintainable).
- As a result of this, the default branch for the plugin has changed back to master, which should be suitable for most users.
- The handling of ident/psk has changed for stable domoticz. The adapter need to be configured from the command-line
and the settings for the IKEA-plugin on the hardware-page needs to be updated, as described in the readme
Code: Select all
$ ./configure.py GATEWAY_IP GATEWAY_MASTER_KEY
- Stable domoticz now have support for the IKEA-sockets.
Regards,
M