[REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Moderator: leecollings
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
There's a new version of the IKEA-plugin available on the github page: https://github.com/moroen/IKEA-Tradfri-plugin.
The major change is support for groups. Groups defined in Ikea's app now appears to domoticz as regular switches, that supports turning on/off, dimming and observation of state changes.
There are to separate branches. The master branch corresponds to the current master branch/stable of domotics, the development branch is for the development branch of domoticz.
As always, comments, suggestions, fixes etc are most welcome!
Regards,
M
The major change is support for groups. Groups defined in Ikea's app now appears to domoticz as regular switches, that supports turning on/off, dimming and observation of state changes.
There are to separate branches. The master branch corresponds to the current master branch/stable of domotics, the development branch is for the development branch of domoticz.
As always, comments, suggestions, fixes etc are most welcome!
Regards,
M
-
- Posts: 2
- Joined: Tuesday 21 February 2017 11:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Belgium
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Since yesterdays update, the groups have now become visible in my domoticz setup
Thanks so much for developing this, I'm a happy user!
Thanks so much for developing this, I'm a happy user!
-
- Posts: 6
- Joined: Monday 04 September 2017 21:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8389
- Location: Sweden
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hi all,andi216 wrote: ↑Saturday 05 August 2017 19:26moroen wrote:
There's definitely something wrong with your twisted install, you should be able to import twisted from interactive python... Try forcing an update?
$ pip3 install --upgrade twisted
Regards,
M
pi@pi:~/domoticz/plugins/IKEA-Tradfri $ sudo pip3 install --upgrade twisted
Requirement already up-to-date: twisted in /usr/local/lib/python3.4/dist-packages
Requirement already up-to-date: zope.interface>=4.0.2 in /usr/local/lib/python3.4/dist-packages (from twisted)
Requirement already up-to-date: constantly>=15.1 in /usr/local/lib/python3.4/dist-packages (from twisted)
Requirement already up-to-date: incremental>=16.10.1 in /usr/local/lib/python3.4/dist-packages (from twisted)
Requirement already up-to-date: Automat>=0.3.0 in /usr/local/lib/python3.4/dist-packages (from twisted)
Requirement already up-to-date: hyperlink>=17.1.1 in /usr/local/lib/python3.4/dist-packages (from twisted)
Downloading/unpacking setuptools from https://pypi.python.org/packages/f6/d0/ ... 627bbe57da (from zope.interface>=4.0.2->twisted)
Downloading setuptools-36.2.7-py2.py3-none-any.whl (477kB): 477kB downloaded
Installing collected packages: setuptools
Found existing installation: setuptools 5.5.1
Not uninstalling setuptools at /usr/lib/python3/dist-packages, owned by OS
Successfully installed setuptools
Cleaning up...
pi@pi:~/domoticz/plugins/IKEA-Tradfri $ python3 tradfri.tac
Traceback (most recent call last):
File "tradfri.tac", line 1, in <module>
from twisted.conch.telnet import TelnetTransport, TelnetProtocol
ImportError: No module named 'twisted'
Ill get that exact same fault as andi2160, and can not get pass this. Anyone that have any more ideas?
Thank you
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Just a quick question, which version of Python are you using? You should at least have Python 3.4.1.andnyg wrote: ↑Sunday 10 September 2017 18:12Hi all,andi216 wrote: ↑Saturday 05 August 2017 19:26pi@pi:~/domoticz/plugins/IKEA-Tradfri $ python3 tradfri.tacmoroen wrote:
There's definitely something wrong with your twisted install, you should be able to import twisted from interactive python... Try forcing an update?
$ pip3 install --upgrade twisted
Regards,
M
Traceback (most recent call last):
File "tradfri.tac", line 1, in <module>
from twisted.conch.telnet import TelnetTransport, TelnetProtocol
ImportError: No module named 'twisted'
Ill get that exact same fault as andi2160, and can not get pass this. Anyone that have any more ideas?
Thank you
Regards,
M
-
- Posts: 6
- Joined: Monday 04 September 2017 21:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8389
- Location: Sweden
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hello,
Im running 3.4.2
Thank you
/Andreas
Im running 3.4.2
Thank you
/Andreas
-
- Posts: 46
- Joined: Tuesday 14 March 2017 13:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I have reinstalled domoticz (RPi B+, with stable Version 3.8153)
Python 3.4.5
Now there is another type of error
Log
2017-09-11 20:37:57.278 (ikea) Initialized version 1.0.0, author 'moroen'
2017-09-11 20:37:57.346 (ikea) Debug log level set to: 'true'.
2017-09-11 20:37:57.347 (ikea) Heartbeat interval set to: 2.
2017-09-11 20:37:57.347 (ikea) Protocol set to: 'JSON'.
2017-09-11 20:37:57.347 (ikea) Transport set to: 'TCP/IP', 127.0.0.1:1234.
2017-09-11 20:37:57.349 PluginSystem: Starting I/O service thread.
2017-09-11 20:37:57.349 (ikea) Connect directive received, action initiated successfully.
2017-09-11 20:37:57.399 (ikea) Calling message handler 'onConnect'.
2017-09-11 20:37:57.400 (ikea) Failed to connect to IKEA tradfri COAP-adapter! Status: 111 Description: Connection refused
2017-09-11 20:37:57.701 (Batt zwave) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:06.782 (ikea) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:06.782 (ikea) Not connected - nextConnect: 3
2017-09-11 20:38:07.685 (Batt zwave) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:08.790 (ikea) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:08.790 (ikea) Not connected - nextConnect: 2
2017-09-11 20:38:10.797 (ikea) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:10.797 (ikea) Not connected - nextConnect: 1
Python 3.4.5
Now there is another type of error
Code: Select all
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ python3 tradfri.tac
Traceback (most recent call last):
File "tradfri.tac", line 2, in <module>
from twisted.internet import protocol, task, reactor, endpoints
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/reactor.py", line 38, in <module>
from twisted.internet import default
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/default.py", line 56, in <module>
install = _getInstallFunction(platform)
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/default.py", line 44, in _getInstallFunction
from twisted.internet.epollreactor import install
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/epollreactor.py", line 24, in <module>
from twisted.internet import posixbase
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/posixbase.py", line 18, in <module>
from twisted.internet import error, udp, tcp
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/tcp.py", line 28, in <module>
from twisted.internet._newtls import (
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/_newtls.py", line 21, in <module>
from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol
File "/usr/local/lib/python3.4/dist-packages/twisted/protocols/tls.py", line 63, in <module>
from twisted.internet._sslverify import _setAcceptableProtocols
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/_sslverify.py", line 38, in <module>
TLSVersion.TLSv1_1: SSL.OP_NO_TLSv1_1,
AttributeError: 'module' object has no attribute 'OP_NO_TLSv1_1'
Log
2017-09-11 20:37:57.278 (ikea) Initialized version 1.0.0, author 'moroen'
2017-09-11 20:37:57.346 (ikea) Debug log level set to: 'true'.
2017-09-11 20:37:57.347 (ikea) Heartbeat interval set to: 2.
2017-09-11 20:37:57.347 (ikea) Protocol set to: 'JSON'.
2017-09-11 20:37:57.347 (ikea) Transport set to: 'TCP/IP', 127.0.0.1:1234.
2017-09-11 20:37:57.349 PluginSystem: Starting I/O service thread.
2017-09-11 20:37:57.349 (ikea) Connect directive received, action initiated successfully.
2017-09-11 20:37:57.399 (ikea) Calling message handler 'onConnect'.
2017-09-11 20:37:57.400 (ikea) Failed to connect to IKEA tradfri COAP-adapter! Status: 111 Description: Connection refused
2017-09-11 20:37:57.701 (Batt zwave) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:06.782 (ikea) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:06.782 (ikea) Not connected - nextConnect: 3
2017-09-11 20:38:07.685 (Batt zwave) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:08.790 (ikea) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:08.790 (ikea) Not connected - nextConnect: 2
2017-09-11 20:38:10.797 (ikea) Calling message handler 'onHeartbeat'.
2017-09-11 20:38:10.797 (ikea) Not connected - nextConnect: 1
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
There might be a problem with openssl, could you try to upgrade to latest openssl and latest openssl-libs?andi216 wrote: ↑Monday 11 September 2017 19:45 I have reinstalled domoticz (RPi B+, with stable Version 3.8153)
Python 3.4.5
Now there is another type of error
Code: Select all
AttributeError: 'module' object has no attribute 'OP_NO_TLSv1_1'
And this might help as well:
Code: Select all
pip install --upgrade pyopenssl
M
-
- Posts: 46
- Joined: Tuesday 14 March 2017 13:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I tried - upgrade. No change.
pi@raspberrypi:~ $ openssl version
OpenSSL 1.0.1t 3 May 2016
pi@raspberrypi:~ $ openssl version
OpenSSL 1.0.1t 3 May 2016
And this might help as well:
pip install --upgrade pyopenssl
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Strange... I'm pretty sure this is a twisted/openssl issue, and not the plugin as such. You should at least be able to import twisted from interactive python, if that fails, there must be an issue with twisted on your setup.
Another try:
You might find some info at https://github.com/django/daphne/issues/83 or https://twistedmatrix.com/trac/ticket/9121
(those are for python 2.x, but I think it's relevant for python3 as well)
Regards,
M
Another try:
Code: Select all
pip3 install -U twisted[tls]
(those are for python 2.x, but I think it's relevant for python3 as well)
Regards,
M
-
- Posts: 46
- Joined: Tuesday 14 March 2017 13:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
@moroen
Thank very much you for your advice. A step forward for me.
But...
Log
2017-09-13 18:23:30.105 (ikea) Calling message handler 'onHeartbeat'.
2017-09-13 18:23:30.256 (ikea) Calling message handler 'onHeartbeat'.
2017-09-13 18:23:32.263 (ikea) Calling message handler 'onHeartbeat'.
Thank very much you for your advice. A step forward for me.
But...
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ python3 tradfri.tac
IKEA-tradfri COAP-adaptor version 0.3 started (command line)!
Waiting for connection
Connected from IPv4Address(TCP, '127.0.0.1', 56914)
Data received: b'{"key": "blablablabla", "action": "setConfig", "observe": "True", "gateway": "192.168.1.111"}'
Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/twisted/python/log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/usr/local/lib/python3.4/dist-packages/twisted/python/log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/local/lib/python3.4/dist-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/local/lib/python3.4/dist-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/posixbase.py", line 597, in _doReadOrWrite
why = selectable.doRead()
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/tcp.py", line 208, in doRead
return self._dataReceived(data)
File "/usr/local/lib/python3.4/dist-packages/twisted/internet/tcp.py", line 214, in _dataReceived
rval = self.protocol.dataReceived(data)
File "tradfri.tac", line 51, in dataReceived
self.factory.initGateway(self, command['gateway'], command['key'], command['observe'])
File "tradfri.tac", line 231, in initGateway
for group in self.groups:
builtins.TypeError: 'Group' object is not iterable
Disconnected
Log
2017-09-13 18:23:30.105 (ikea) Calling message handler 'onHeartbeat'.
2017-09-13 18:23:30.256 (ikea) Calling message handler 'onHeartbeat'.
2017-09-13 18:23:32.263 (ikea) Calling message handler 'onHeartbeat'.
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Glad it worked out!andi216 wrote: ↑Wednesday 13 September 2017 17:20 @moroen
Thank very much you for your advice. A step forward for me.
But...
Code: Select all
builtins.TypeError: 'Group' object is not iterable Disconnected
It seems you have discovered a bug in the coap-adapter, it looks like you might not have any groups defined? I'll fix it as soon as I can, and commit it to github!
Thanks for your interest in the plugin and thanks for the bug-report!
Regards,
M
-
- Posts: 46
- Joined: Tuesday 14 March 2017 13:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I have a single group with 2 bulbs.it looks like you might not have any groups defined?
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Ok, so not the error I imagined then... Would you mind providing me with the output of:
Regards,
M
Code: Select all
coap-client -k key-goes-here coaps://192.168.x.x/15004/
M
-
- Posts: 46
- Joined: Tuesday 14 March 2017 13:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ coap-client -k key-goes-here coaps://192.168.1.111/15004/Would you mind providing me with the output of: coap-client -k key-goes-here coaps://192.168.x.x/15004/
v:1 t:CON c:GET i:4b5d {} [ ]
Sep 13 21:10:28 ALRT 20 invalidate peer
Sep 13 21:10:28 WARN received alert, peer has been invalidated
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hm, no group information at all?
Ok, what about:
If you still get the same
Sep 13 21:10:28 ALRT 20 invalidate peer
Sep 13 21:10:28 WARN received alert, peer has been invalidated
there's something wrong with libcoap and coap-client, the plugin uses coap-client to talk to the gateway
Regards,
M
Ok, what about:
Code: Select all
coap-client -k key-goes-here coaps://192.168.x.x/.well-known/core
Sep 13 21:10:28 ALRT 20 invalidate peer
Sep 13 21:10:28 WARN received alert, peer has been invalidated
there's something wrong with libcoap and coap-client, the plugin uses coap-client to talk to the gateway
Regards,
M
-
- Posts: 46
- Joined: Tuesday 14 March 2017 13:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ coap-client -k key-goes-here coaps://192.168.1.111/.well-known/coreOk, what about:
v:1 t:CON c:GET i:1a65 {} [ ]
Sep 13 21:54:41 ALRT 20 invalidate peer
Sep 13 21:54:41 WARN received alert, peer has been invalidated[/quote]
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
[/quote]
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ coap-client -k key-goes-here coaps://192.168.1.111/.well-known/core
v:1 t:CON c:GET i:1a65 {} [ ]
Sep 13 21:54:41 ALRT 20 invalidate peer
Sep 13 21:54:41 WARN received alert, peer has been invalidated
[/quote]
I've reproduced this error by specifying the wrong key, are you sure the key your using is correct?
Regards,
M
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ coap-client -k key-goes-here coaps://192.168.1.111/.well-known/core
v:1 t:CON c:GET i:1a65 {} [ ]
Sep 13 21:54:41 ALRT 20 invalidate peer
Sep 13 21:54:41 WARN received alert, peer has been invalidated
[/quote]
I've reproduced this error by specifying the wrong key, are you sure the key your using is correct?
Regards,
M
-
- Posts: 46
- Joined: Tuesday 14 March 2017 13:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
key is correct !I've reproduced this error by specifying the wrong key, are you sure the key your using is correct?
I checked with the next order $ python3 -i -m pytradfri IP KEY (and it works)
-
- Posts: 41
- Joined: Thursday 14 July 2016 20:49
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
When I try to install this, I get :
error while loading shared libraries usr/local/bin/python3.5
I don't know how many times I tried this, seems impossible.
I run domoticz beta latest
Raspberry Pi 3
raspbian Jessie
error while loading shared libraries usr/local/bin/python3.5
I don't know how many times I tried this, seems impossible.
I run domoticz beta latest
Raspberry Pi 3
raspbian Jessie
-
- Posts: 408
- Joined: Sunday 15 January 2017 11:06
- Target OS: Linux
- Domoticz version: beta
- Location: Norway
- Contact:
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hm, I'm running out of ideas... coap-client must work from the command line, but since pytradfri works, I guess it somehow does... I'll think some more...
Regards,
M
Who is online
Users browsing this forum: No registered users and 1 guest