[REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Python and python framework

Moderator: leecollings

dzjr
Posts: 45
Joined: Monday 02 July 2018 23:35
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.100xx
Location: Alkmaar, The Netherlands
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by dzjr »

moroen wrote: Friday 31 August 2018 14:17
Glad it worked out for you!

I've been toying with an idea to handle the whole IDENT/PSK-thing differently, I'll use your experience as motivation to finally getting it implemented...

Regards,
M
Excuse me for the late reaction, nice to hear the you used my experience as a motivation!

Preheps it is also posible (for @GGravelingen ) to look at the libcoap install script, i had some problems whit installing it.

Regards
dzjr
NUC Proxmox VM Stable & Raspberry Pi-3 Domoticz Beta
Tradfri Pluging by Moroen, Home made MySensors, Luftdaten, Home & Garden automatisation.
APC Back-UPS XS 700U, Modbus RTU & Janitza UMG103, RF-Link
Sonos plugins
moroen
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?

Post by moroen »

dzjr wrote: Sunday 09 September 2018 21:22
Preheps it is also posible (for @GGravelingen ) to look at the libcoap install script, i had some problems whit installing it.

Regards
dzjr
Removing the dependency on libcoap is the next big thing on the list, I just need to decide whether to keep using python for the adapter or switch it to something that supports COAPS a bit more natively.

Regards,
M
moroen
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?

Post by moroen »

MichaelvK wrote: Sunday 09 September 2018 19:54 Thanks!


Got it working indeed , missed an update of Domoticz, but as this is handled as a package, had to pick a beta from Jadahl.
Great!
All I now have to figure out is to have the "python3 tradfri.tac" as a daemon / service on Synology.
Not as easy as it sounds..

Great stuff this plugin!!
Could I as you a question, as I do not have access to a synolgy? How easy (or difficult) would it be to compile and run a golang application on a synology nas? I am currently experimenting with other implementations of the plugin.

Regards,
M
dzjr
Posts: 45
Joined: Monday 02 July 2018 23:35
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.100xx
Location: Alkmaar, The Netherlands
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by dzjr »

moroen wrote: Tuesday 04 September 2018 22:38 The latest version of the plugin's development branch now has a rather major change, a change that will break a current installation of the plugin, though rather easy to fix.

Instead of generating a (or using a known) IDENT/PSK pair, and then entering this information on the plugin setup page, the IDENT/PSK is handled by the adaptor, and generated using a configure.py python scipt, which need to be executed once before the adapter starts.

Anyone updating to the newest version are encouraged to the check out the readme for instructions, and report errors, problems or suggestions in this thread. Hopefully this change will alleviate a rather common problem getting the adapter to run, as you only need to supply the gateway IP and master-key on setup, no more manually using the coap-client directly to generate the IDENT/PSK-pair.

Regards,
M
Hello Moroen (and others here)

Thank you for the new version, i had some problems whit the plugin so i try-ed a new install and i used the new tutorial (off course).

It works very fine!
The only problem i have is whit installing the COAP client from GGravelingen (it is not working) and the error that i don't have the service_identity ( pip3 install service_identity helped.

and now it is running without problems.

Thanks again!

dzjr
NUC Proxmox VM Stable & Raspberry Pi-3 Domoticz Beta
Tradfri Pluging by Moroen, Home made MySensors, Luftdaten, Home & Garden automatisation.
APC Back-UPS XS 700U, Modbus RTU & Janitza UMG103, RF-Link
Sonos plugins
MichaelvK
Posts: 7
Joined: Tuesday 02 January 2018 19:43
Target OS: NAS (Synology & others)
Domoticz version: 4.9992
Location: Harderwijk, the Netherlands
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by MichaelvK »

moroen wrote: Wednesday 12 September 2018 20:17
Could I as you a question, as I do not have access to a synolgy? How easy (or difficult) would it be to compile and run a golang application on a synology nas? I am currently experimenting with other implementations of the plugin.

Regards,
M
I am not familiar with golang, sorry about that.
It was just a flow of getting and installing make, automake, gcc, python3, pip3, twisted and so forth.
I do have a second Nas available where I can try to get it to the current state , unfortunately it is not really working anymore (had it working for a moment).

My version is as following:
IKEA-tradfri COAP-adaptor version 0.7
Development Branche
Domoticz 4.9992 via Jadahl.com

Running the adapter via

Code: Select all

sudo /volume1/@entware-ng/opt/bin/python3 /usr/local/domoticz/var/plugins/IKEA-Tradfri/tradfri.tac
Domoticz connects, but it is stuck at the following:
Spoiler: show
IKEA-tradfri COAP-adaptor version 0.7 started (command line)!
Connected from IPv4Address(type='TCP', host='127.0.0.1', port=41826)
Data received: b'{"observe": "True", "groups": "False", "action": "initGateway", "pollinterval": "30"}'
Initializing gateway
Unhandled Error
Traceback (most recent call last):
File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/twisted/python/log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/twisted/python/log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/twisted/internet/posixbase.py", line 614, in _doReadOrWrite
why = selectable.doRead()
File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/twisted/internet/tcp.py", line 243, in doRead
return self._dataReceived(data)
File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/twisted/internet/tcp.py", line 249, in _dataReceived
rval = self.protocol.dataReceived(data)
File "/usr/local/domoticz/var/plugins/IKEA-Tradfri/tradfri.tac", line 88, in dataReceived
self.factory.initGateway(self, command)
File "/usr/local/domoticz/var/plugins/IKEA-Tradfri/tradfri.tac", line 287, in initGateway
self.devices = self.api(self.api(self.gateway.get_devices()))
File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/pytradfri-5.5.1-py3.6.egg/pytradfri/api/libcoap_api.py", line 96, in request

File "/volume1/@entware-ng/opt/lib/python3.6/site-packages/pytradfri-5.5.1-py3.6.egg/pytradfri/api/libcoap_api.py", line 85, in _execute

pytradfri.error.RequestTimeout:

Disconnected
Synology DS216+ & Domoticz as a Package (Jadahl)
connected:
Denon AVR2200W
Panasonic TX-L47ET60B
Doorbell Action
Several KAKU Action Flamingo's
Ali-Express WiFi cam
Ali-Express WiFi PTZ cam (soon)
Ali-Express PIR's
IKEA Trådfri
MichaelvK
Posts: 7
Joined: Tuesday 02 January 2018 19:43
Target OS: NAS (Synology & others)
Domoticz version: 4.9992
Location: Harderwijk, the Netherlands
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by MichaelvK »

The errors were my fault, somehow the IP got changed for the gateway, after which I received really weird results that the python script received return calls.

if someone else get these:

Code: Select all

Initializing gateway
Unhandled Error
Traceback (most recent call last):
  File "/opt/lib/python3.6/site-packages/twisted/python/log.py", line 103, in callWithLogger
    return callWithContext({"system": lp}, func, *args, **kw)
  File "/opt/lib/python3.6/site-packages/twisted/python/log.py", line 86, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/opt/lib/python3.6/site-packages/twisted/python/context.py", line 122, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/opt/lib/python3.6/site-packages/twisted/python/context.py", line 85, in callWithContext
    return func(*args,**kw)
--- <exception caught here> ---
  File "/opt/lib/python3.6/site-packages/twisted/internet/posixbase.py", line 614, in _doReadOrWrite
    why = selectable.doRead()
  File "/opt/lib/python3.6/site-packages/twisted/internet/tcp.py", line 243, in doRead
    return self._dataReceived(data)
  File "/opt/lib/python3.6/site-packages/twisted/internet/tcp.py", line 249, in _dataReceived
    rval = self.protocol.dataReceived(data)
  File "/usr/local/domoticz/var/plugins/IKEA-Tradfri/tradfri.tac", line 88, in dataReceived
    self.factory.initGateway(self, command)
  File "/usr/local/domoticz/var/plugins/IKEA-Tradfri/tradfri.tac", line 287, in initGateway
    self.devices = self.api(self.api(self.gateway.get_devices()))
  File "/opt/lib/python3.6/site-packages/pytradfri-5.5.1-py3.6.egg/pytradfri/api/libcoap_api.py", line 96, in request
    
  File "/opt/lib/python3.6/site-packages/pytradfri-5.5.1-py3.6.egg/pytradfri/api/libcoap_api.py", line 85, in _execute
    
pytradfri.error.RequestTimeout: 
Just check the IP address of the gateway you are trying to reach from Domoticz.. :roll:
Synology DS216+ & Domoticz as a Package (Jadahl)
connected:
Denon AVR2200W
Panasonic TX-L47ET60B
Doorbell Action
Several KAKU Action Flamingo's
Ali-Express WiFi cam
Ali-Express WiFi PTZ cam (soon)
Ali-Express PIR's
IKEA Trådfri
rwijbenga
Posts: 20
Joined: Sunday 25 September 2016 22:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by rwijbenga »

@moroen

Ikea has now the new Control Outlet plugs in store, and I have them here. :D

But the are not yet working with this plugin, the work in the Ikea app.

I guess the device code/name must be added to devices.ini.....

Or are you planning an update for support of the Control Outlet?
moroen
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?

Post by moroen »

rwijbenga wrote: Monday 17 September 2018 13:13 @moroen

Ikea has now the new Control Outlet plugs in store, and I have them here. :D

But the are not yet working with this plugin, the work in the Ikea app.

I guess the device code/name must be added to devices.ini.....

Or are you planning an update for support of the Control Outlet?
Unfortunately, the tradfri outlets are still not available here in Norway, and until I get my hands on a couple of these things, I don't think I'll be able to implement support for them in the plugin. If someone could post the model description I might be able to get it working without having a real outlet, but I wouldn't be to hopeful.

I'll keep my eyes on the IKEA-website, and I plan to order a couple of these outlets as soon as they are available and implement support for them!

Regards,
M
User avatar
heggink
Posts: 978
Joined: Tuesday 08 September 2015 21:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 12451
Location: NL
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by heggink »

@moroen: many thanks for the plugin. Took a bit of reading thru the entire thread to figure out which combination of components I needed but works great now.

Couple remaining questions:
  • any thoughts on adding the controllers as devices in domoticz? motion sensors and so on? Would be great to use tradfri actuators in domoticz for other purposes...
  • what is a workable polling frequency? Especially if the actuators are also available as deives, any thoughts on the possibility of a notification (from the coap adapter) rather than a polling approach?
Again, great work and cannot wait to see the wall plugs included.

H
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
Stimpy68
Posts: 40
Joined: Wednesday 09 May 2018 16:37
Target OS: Linux
Domoticz version:
Location: The Hague, The Netherlands
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by Stimpy68 »

Hi guys, I can't get the plugin updated. I want to use the beta of Domoticz because of a bug in Hue that is fixed in the beta. But after updating domoticz to beta the Tradfri plugin stops working. Updated that to the development branch version. But now the plugin won't connect to libcoap because it broke. It won't start. Anyone else having this problem (and a solution maybe ;-) )
moroen
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?

Post by moroen »

heggink wrote: Monday 01 October 2018 10:42 @moroen: many thanks for the plugin. Took a bit of reading thru the entire thread to figure out which combination of components I needed but works great now.

Couple remaining questions:
  • any thoughts on adding the controllers as devices in domoticz? motion sensors and so on? Would be great to use tradfri actuators in domoticz for other purposes...
  • what is a workable polling frequency? Especially if the actuators are also available as deives, any thoughts on the possibility of a notification (from the coap adapter) rather than a polling approach?
Again, great work and cannot wait to see the wall plugs included.

H
Adding controllers would be a high priority, but as far as I know, it's not currently possible to monitor these devices using the coap-api, but I haven't checked this in a while...

As far as a workable polling interval, I would generally recommend as long an interval as possible, as to frequent polling seems to crash the gateway from time to time. Getting proper observation has proven to be a major stumbling block, as I've been unable to implement this in any kind of reliable way. Either the gateway stops sending notifications after a variable number of observations or after a variable amount of time. I've even tried to implement the adapter in other languages (where the one using golang is the most complete) to get reliable observations, but to no avail. I'm not giving up, but it's currently not a high priority.

I'm very interested in you experience in getting the plugin to work. I've been toying with various version of the plugin for so long now, that I'm probably completely blind to the different steps needed in getting it to work. I try to install it "on a clean system" (actually a debian docker-image) when something in the setup changes, but I'm probably making way to many assumptions along the way. So if you would be as kind as to point out what you found difficult, I could try to make the readme/instructions a bit clearer, or if you feel so inclined, update the readme and issue a pull request!

Regards,
M
moroen
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?

Post by moroen »

Stimpy68 wrote: Monday 01 October 2018 13:21 Hi guys, I can't get the plugin updated. I want to use the beta of Domoticz because of a bug in Hue that is fixed in the beta. But after updating domoticz to beta the Tradfri plugin stops working. Updated that to the development branch version. But now the plugin won't connect to libcoap because it broke. It won't start. Anyone else having this problem (and a solution maybe ;-) )
Hi!

The latest developmen-version introduced a new way of handling the ident/key-pair needed for DTLS, so if you're upgrading from a previous development version or from master, you need to make a couple of changes:

First, configure the adapter:

Code: Select all

domoticz/plugins/IKEA-Tradfri$ sudo systemctrl stop domoticz
domoticz/plugins/IKEA-Tradfri$ sudo systemctrl stop ikea-tradfri
domoticz/plugins/IKEA-Tradfri$ ./configure.py IP GATEWAY-KEY
domoticz/plugins/IKEA-Tradfri$ sudo systemctrl start ikea-tradfri
domoticz/plugins/IKEA-Tradfri$ sudo systemctrl stop domoticz
And then you need to go to the hardware-page, select the IKEA-Tradfri plugin, and change the adapter IP-adress to point to where the adapter is running (localhost if running domoticz and the adapter on the same server).

This is documented in the readme-file of the development branch. If the instructions are unclear (which they probably are, since I'm generally rubbish at writing documentation), let me know what the sticking-points are, and I'll try to make them clearer... :shock:

Regards,
M
User avatar
heggink
Posts: 978
Joined: Tuesday 08 September 2015 21:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 12451
Location: NL
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by heggink »

moroen wrote:
heggink wrote: Monday 01 October 2018 10:42 @moroen: many thanks for the plugin. Took a bit of reading thru the entire thread to figure out which combination of components I needed but works great now.

Couple remaining questions:
  • any thoughts on adding the controllers as devices in domoticz? motion sensors and so on? Would be great to use tradfri actuators in domoticz for other purposes...
  • what is a workable polling frequency? Especially if the actuators are also available as deives, any thoughts on the possibility of a notification (from the coap adapter) rather than a polling approach?
Again, great work and cannot wait to see the wall plugs included.

H
Adding controllers would be a high priority, but as far as I know, it's not currently possible to monitor these devices using the coap-api, but I haven't checked this in a while...

As far as a workable polling interval, I would generally recommend as long an interval as possible, as to frequent polling seems to crash the gateway from time to time. Getting proper observation has proven to be a major stumbling block, as I've been unable to implement this in any kind of reliable way. Either the gateway stops sending notifications after a variable number of observations or after a variable amount of time. I've even tried to implement the adapter in other languages (where the one using golang is the most complete) to get reliable observations, but to no avail. I'm not giving up, but it's currently not a high priority.

I'm very interested in you experience in getting the plugin to work. I've been toying with various version of the plugin for so long now, that I'm probably completely blind to the different steps needed in getting it to work. I try to install it "on a clean system" (actually a debian docker-image) when something in the setup changes, but I'm probably making way to many assumptions along the way. So if you would be as kind as to point out what you found difficult, I could try to make the readme/instructions a bit clearer, or if you feel so inclined, update the readme and issue a pull request!

Regards,
M
Hi Moroen,

My key challenge was the fact that I don't follow all the betas (too dependent on domoticz to let a beta mess things up) but an somewhere in the end 4.99xx. Having messed with python myself, I recognized the json.decode issue in onCommand but never realised I needed to be on your beta channel. Then I didn't think/read and continued with the hub IP rather than the adapter IP... But that was resolved quite quickly once I kicked my brain in gear (in my defence, I can say that I had just woken up from a < 6hr sleep after my birthday celebration with the mates still suffering big time from alcohol abuse).

Mostly (all) my bad essentially.

H
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
moroen
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?

Post by moroen »

Thanks to rwijbenga, who very kindly donated a couple of outlets/sockets to me, the latest development version now supports controlling the IKEA Tradfri outlets/sockets. Adding the sockets to the IKEA gateway using the official IKEA app and then restarting domoticz after pulling the latest development branch should add the sockets to the existing IKEA-devices.

If any trouble getting the plugin to work after the update, please note the changes to how the plugin handles the IDENT/PSK-pair, as described in the readme.

As always, reports of errors, suggestions etc are most welcome!

Regards,
M
redfirebrooks
Posts: 40
Joined: Sunday 07 January 2018 15:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by redfirebrooks »

Hello

I guess I need your help again. Just rebooted my RPI3 and now I have this message

Code: Select all

Failed to connect to IKEA tradfri COAP-adapter! Status: 111 Description: Connection refused
Using

Code: Select all

python3 tradfri.tac
i have no problem

Service status service gives me this

Code: Select all

pi@domoticz:~/domoticz/plugins/IKEA-Tradfri $ sudo systemctl status ikea-tradfri.service
● ikea-tradfri.service - IKEA Tradfri COAP-adapter
   Loaded: loaded (/lib/systemd/system/ikea-tradfri.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2018-10-05 23:18:03 CEST; 10min ago
 Main PID: 2999 (code=exited, status=1/FAILURE)

Oct 05 23:18:03 domoticz systemd[1]: ikea-tradfri.service: Failed with result 'exit-code'.
Oct 05 23:18:03 domoticz systemd[1]: ikea-tradfri.service: Service hold-off time over, scheduling restart.
Oct 05 23:18:03 domoticz systemd[1]: Stopped IKEA Tradfri COAP-adapter.
Oct 05 23:18:03 domoticz systemd[1]: ikea-tradfri.service: Start request repeated too quickly.
Oct 05 23:18:03 domoticz systemd[1]: Failed to start IKEA Tradfri COAP-adapter.
Oct 05 23:18:03 domoticz systemd[1]: ikea-tradfri.service: Unit entered failed state.
Oct 05 23:18:03 domoticz systemd[1]: ikea-tradfri.service: Failed with result 'exit-code'.
Version: 2024.1
Build Hash: 5279c8261
Compile Date: 2024-01-01 12:59:22
dzVents Version: 3.1.8
Python Version: 3.9.2
Raspbian Bullseye
Raspberry3B+
RFLINK R48.4
User avatar
heggink
Posts: 978
Joined: Tuesday 08 September 2015 21:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 12451
Location: NL
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by heggink »

Did you update coap? There were some changes to support the plugs in coap.
Pip install --upgrade
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
moroen
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?

Post by moroen »

Support for sockets require the latest version of pytradfri - 6.0.1

Regards,
M
User avatar
heggink
Posts: 978
Joined: Tuesday 08 September 2015 21:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 12451
Location: NL
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by heggink »

Btw, since the new version I get a LOT of errors on the plugin having ended unexpectedly. It runs but still.
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
moroen
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?

Post by moroen »

heggink wrote: Saturday 06 October 2018 8:39 Btw, since the new version I get a LOT of errors on the plugin having ended unexpectedly. It runs but still.
Could you try running it from the command line and post any error messages?

Regards,
M
User avatar
heggink
Posts: 978
Joined: Tuesday 08 September 2015 21:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 12451
Location: NL
Contact:

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Post by heggink »

doing it now.
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest