Installing Moroen's Tradfri plugin on Synology; Help!

Xiaomi, Ikea TRÅDFRI, Philips Hue and more.

Moderator: leecollings

Post Reply
Creaky
Posts: 20
Joined: Monday 12 December 2016 15:45
Target OS: NAS (Synology & others)
Domoticz version: 2020.2
Location: NL
Contact:

Installing Moroen's Tradfri plugin on Synology; Help!

Post by Creaky »

Hi all,

I have been trying for hours to install Moroens's Tradfri plugin on my Domoticz install on Synology.
I tried to follow the steps stated on Moroens GIT page on https://github.com/moroen/IKEA-Tradfri-plugin but I can't get through them for the life of me!

I can't get past step 4:
$ python3 setup.py install

It fails every time with this feedback:

Code: Select all

(env) root@DiskStation:/volume1/@appstore/domoticz/plugins/IKEA-Tradfri# python3 setup.py install
Unable to find pgen, not compiling formal grammar.
Compiling /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Plex/Scanners.py because it changed.
Compiling /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Plex/Actions.py because it changed.
Compiling /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Compiler/Scanning.py because it changed.
Compiling /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Compiler/Visitor.py because it changed.
Compiling /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Compiler/FlowControl.py because it changed.
Compiling /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Runtime/refnanny.pyx because it changed.
Compiling /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Compiler/FusedNode.py because it changed.
Compiling /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Tempita/_tempita.py because it changed.
[1/8] Cythonizing /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Compiler/FlowControl.py
[2/8] Cythonizing /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Compiler/FusedNode.py
[3/8] Cythonizing /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Compiler/Scanning.py
[4/8] Cythonizing /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Compiler/Visitor.py
[5/8] Cythonizing /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Plex/Actions.py
[6/8] Cythonizing /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Plex/Scanners.py
[7/8] Cythonizing /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Runtime/refnanny.pyx
[8/8] Cythonizing /tmp/easy_install-zqqkwv_e/Cython-0.29.13/Cython/Tempita/_tempita.py
warning: no files found matching 'Doc/*'
warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Utility'
warning: no files found matching 'pyximport/README'
unable to execute '/opt/bin/gcc': No such file or directory


Traceback (most recent call last):
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/unixccompiler.py", line 116, in _compile
    extra_postargs)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/ccompiler.py", line 909, in spawn
    spawn(cmd, dry_run=self.dry_run)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/spawn.py", line 36, in spawn
    _spawn_posix(cmd, search_path, dry_run=dry_run)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/spawn.py", line 159, in _spawn_posix
    % (cmd, exit_status))
distutils.errors.DistutilsExecError: command '/opt/bin/gcc' failed with exit status 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/bdist_egg.py", line 172, in run
    cmd = self.call_command('install_lib', warn_dir=0)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/bdist_egg.py", line 158, in call_command
    self.run_command(cmdname)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/install_lib.py", line 11, in run
    self.build()
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/command/install_lib.py", line 107, in build
    self.run_command('build_ext')
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/build_ext.py", line 84, in run
    _build_ext.run(self)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/command/build_ext.py", line 338, in run
    self.build_extensions()
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/command/build_ext.py", line 447, in build_extensions
    self._build_extensions_serial()
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/command/build_ext.py", line 472, in _build_extensions_serial
    self.build_extension(ext)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/build_ext.py", line 205, in build_extension
    _build_ext.build_extension(self, ext)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/command/build_ext.py", line 532, in build_extension
    depends=ext.depends)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/ccompiler.py", line 574, in compile
    self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/unixccompiler.py", line 118, in _compile
    raise CompileError(msg)
distutils.errors.CompileError: command '/opt/bin/gcc' failed with exit status 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 154, in save_modules
    yield saved
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 195, in setup_context
    yield
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 250, in run_setup
    _execfile(setup_script, ns)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 45, in _execfile
    exec(code, globals, locals)
  File "/tmp/easy_install-zqqkwv_e/Cython-0.29.13/setup.py", line 285, in <module>
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/__init__.py", line 145, in setup
    return distutils.core.setup(**attrs)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/core.py", line 163, in setup
    raise SystemExit("error: " + str(msg))
SystemExit: error: command '/opt/bin/gcc' failed with exit status 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 1144, in run_setup
    run_setup(setup_script, args)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 253, in run_setup
    raise
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/contextlib.py", line 77, in __exit__
    self.gen.throw(type, value, traceback)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 195, in setup_context
    yield
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/contextlib.py", line 77, in __exit__
    self.gen.throw(type, value, traceback)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 166, in save_modules
    saved_exc.resume()
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 141, in resume
    six.reraise(type, exc, self._tb)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/_vendor/six.py", line 685, in reraise
    raise value.with_traceback(tb)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 154, in save_modules
    yield saved
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 195, in setup_context
    yield
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 250, in run_setup
    _execfile(setup_script, ns)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/sandbox.py", line 45, in _execfile
    exec(code, globals, locals)
  File "/tmp/easy_install-zqqkwv_e/Cython-0.29.13/setup.py", line 285, in <module>
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/__init__.py", line 145, in setup
    return distutils.core.setup(**attrs)
  File "/volume1/@appstore/py3k/usr/local/lib/python3.5/distutils/core.py", line 163, in setup
    raise SystemExit("error: " + str(msg))
SystemExit: error: command '/opt/bin/gcc' failed with exit status 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 15, in <module>
    scripts=[],
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/__init__.py", line 144, in setup
    _install_setup_requires(attrs)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/dist.py", line 719, in fetch_build_eggs
    replace_conflicting=True,
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 782, in resolve
    replace_conflicting=replace_conflicting
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1065, in best_match
    return self.obtain(req, installer)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1077, in obtain
    return installer(requirement)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/dist.py", line 786, in fetch_build_egg
    return cmd.easy_install(req)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 679, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 705, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 890, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 1158, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "/volume1/@appstore/domoticz/plugins/IKEA-Tradfri/env/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 1146, in run_setup
    raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: command '/opt/bin/gcc' failed with exit status 1
It complains about not finding GCC. So I followed some online advice to install "iPKGui" and then use that to install GCC, which I managed. GCC 7.2.0-7 is now installed on my Synology. But it did not solve the above error about GCC missing.

The "workaround"; 'pip3 install -r requirements.txt'
Doesn't solve it either, failing with its own errors:

Code: Select all

(env) root@DiskStation:/volume1/@appstore/domoticz/plugins/IKEA-Tradfri# pip3 install -r requirements.txt
Collecting aiocoap==0.4a1 (from -r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/19/7e/a407d251bb570b903b162f454760992a3c59cc1b81fe9a087e8cb4cc9eb8/aiocoap-0.4a1.tar.gz
Collecting aiohttp==4.0.0a0 (from -r requirements.txt (line 2))
  ERROR: Could not find a version that satisfies the requirement aiohttp==4.0.0a0 (from -r requirements.txt (line 2)) (from versions: 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.14.4, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 0.16.0, 0.16.1, 0.16.2, 0.16.3, 0.16.4, 0.16.5, 0.16.6, 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.17.4, 0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.18.4, 0.19.0, 0.20.0, 0.20.1, 0.20.2, 0.21.0, 0.21.1, 0.21.2, 0.21.4, 0.21.5, 0.21.6, 0.22.0a0, 0.22.0b0, 0.22.0b1, 0.22.0b2, 0.22.0b3, 0.22.0b4, 0.22.0b5, 0.22.0b6, 0.22.0, 0.22.1, 0.22.2, 0.22.3, 0.22.4, 0.22.5, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.5, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 2.0.0rc1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6.post1, 2.0.7, 2.1.0, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0a4, 2.3.0, 2.3.1, 2.3.2b2, 2.3.2b3, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8, 2.3.9, 2.3.10, 3.0.0b0)
ERROR: No matching distribution found for aiohttp==4.0.0a0 (from -r requirements.txt (line 2))
Somehow some people have managed to get this working.
Can anyone please help with a description on how to get the Tradfri plugin to work on Synology?
I'm using a DS116 with DSM 6.2.2-24922 Update 3 and run Jamahl's Domoticz version 4.9700.
Greetz,

·´¯`·.¸¸.·´¯`·. ( Creaky ) .·´¯`·.¸¸.·´¯ `·
Creaky
Posts: 20
Joined: Monday 12 December 2016 15:45
Target OS: NAS (Synology & others)
Domoticz version: 2020.2
Location: NL
Contact:

Re: Installing Moroen's Tradfri plugin on Synology; Help!

Post by Creaky »

Today, to my surprise, the Tradfri plugin suddenly popped up in my (Synology Domoticz install) hardware list! Dunno what changed apart from a regular DSM update I did yesterday, but perhaps that played a role...

So of course I was delighted and added the Tradfri plugin as a new hardware device in Domoticz, pointing it to the COAP-adapter that is running on a RPI in my network. The RPI is running a barebones Domoticz install with the Tradfri plugin and the COAP-adapter installed and the whole setup is working just fine.

But unfortunately the Tradfri plugin on my Synology can't connect to the COAP-adapter running on the RPI. This is the error I am getting:

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

In the mean time, my RPI plugin is working just fine! What could be the problem?
Here is some debug info I grabbed:

2019-11-15 16:39:23.799 (Tradfri) Device has disconnected
2019-11-15 16:39:26.990 (Tradfri) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE ALL
2019-11-15 16:39:26.990 (Tradfri) Pushing 'PollIntervalDirective' on to queue
2019-11-15 16:39:26.990 (Tradfri) Pushing 'ProtocolDirective' on to queue
2019-11-15 16:39:26.990 (Tradfri) Pushing 'ConnectDirective' on to queue
2019-11-15 16:39:26.990 (Tradfri) Processing 'PollIntervalDirective' message
2019-11-15 16:39:26.990 (Tradfri) Heartbeat interval set to: 2.
2019-11-15 16:39:26.990 (Tradfri) Processing 'ProtocolDirective' message
2019-11-15 16:39:26.990 (Tradfri) Protocol set to: 'JSON'.
2019-11-15 16:39:26.990 (Tradfri) Processing 'ConnectDirective' message
2019-11-15 16:39:26.990 (Tradfri) Transport set to: 'TCP/IP', 192.168.1.19:1234.
2019-11-15 16:39:26.990 (Tradfri) Connect directive received, action initiated successfully.
2019-11-15 16:39:26.991 (Tradfri) Pushing 'onConnectCallback' on to queue
2019-11-15 16:39:26.991 (Tradfri) Pushing 'DisconnectedEvent' on to queue
2019-11-15 16:39:26.812 Status: (Tradfri) Stop directive received.
2019-11-15 16:39:26.812 Status: (Tradfri) Exiting work loop.
2019-11-15 16:39:26.912 Status: (Tradfri) Stopping threads.
2019-11-15 16:39:26.912 Status: (Tradfri) Stopped.
2019-11-15 16:39:26.912 Status: (Tradfri) Started.
2019-11-15 16:39:26.988 Status: (Tradfri) Entering work loop.
2019-11-15 16:39:26.988 Status: (Tradfri) Initialized version 2.0.0, author 'moroen'
2019-11-15 16:39:27.041 (Tradfri) Processing 'onConnectCallback' message
2019-11-15 16:39:27.041 (Tradfri) Calling message handler 'onConnect'.
2019-11-15 16:39:27.041 (Tradfri) Failed to connect to IKEA tradfri COAP-adapter! Status: 111 Description: Connection refused
2019-11-15 16:39:27.041 (Tradfri) Processing 'DisconnectedEvent' message
2019-11-15 16:39:27.041 (Tradfri) Disconnect event received for '192.168.1.19:1234'.
2019-11-15 16:39:27.042 (Tradfri) Pushing 'onDisconnectCallback' on to queue
2019-11-15 16:39:27.042 (Tradfri) Processing 'onDisconnectCallback' message
2019-11-15 16:39:27.042 (Tradfri) Calling message handler 'onDisconnect'.
2019-11-15 16:39:27.042 (Tradfri) Device has disconnected
2019-11-15 16:39:36.989 (Tradfri) Pushing 'onHeartbeatCallback' on to queue
2019-11-15 16:39:37.004 (Tradfri) Processing 'onHeartbeatCallback' message
2019-11-15 16:39:37.004 (Tradfri) Calling message handler 'onHeartbeat'.
2019-11-15 16:39:37.004 (Tradfri) Not connected - nextConnect: 3
2019-11-15 16:39:38.990 (Tradfri) Pushing 'onHeartbeatCallback' on to queue
2019-11-15 16:39:39.006 (Tradfri) Processing 'onHeartbeatCallback' message
2019-11-15 16:39:39.007 (Tradfri) Calling message handler 'onHeartbeat'.
2019-11-15 16:39:39.007 (Tradfri) Not connected - nextConnect: 2
2019-11-15 16:39:40.990 (Tradfri) Pushing 'onHeartbeatCallback' on to queue
2019-11-15 16:39:41.009 (Tradfri) Processing 'onHeartbeatCallback' message
2019-11-15 16:39:41.009 (Tradfri) Calling message handler 'onHeartbeat'.
2019-11-15 16:39:41.009 (Tradfri) Not connected - nextConnect: 1
2019-11-15 16:39:41.009 (Tradfri) Pushing 'ConnectDirective' on to queue
2019-11-15 16:39:41.009 (Tradfri) Processing 'ConnectDirective' message
2019-11-15 16:39:41.009 (Tradfri) Transport set to: 'TCP/IP', 192.168.1.19:1234.
2019-11-15 16:39:41.010 (Tradfri) Connect directive received, action initiated successfully.
2019-11-15 16:39:41.010 (Tradfri) Pushing 'onConnectCallback' on to queue
2019-11-15 16:39:41.010 (Tradfri) Pushing 'DisconnectedEvent' on to queue
2019-11-15 16:39:41.060 (Tradfri) Processing 'onConnectCallback' message
2019-11-15 16:39:41.060 (Tradfri) Calling message handler 'onConnect'.
2019-11-15 16:39:41.060 (Tradfri) Failed to connect to IKEA tradfri COAP-adapter! Status: 111 Description: Connection refused
2019-11-15 16:39:41.060 (Tradfri) Processing 'DisconnectedEvent' message
2019-11-15 16:39:41.060 (Tradfri) Disconnect event received for '192.168.1.19:1234'.
2019-11-15 16:39:41.060 (Tradfri) Pushing 'onDisconnectCallback' on to queue
2019-11-15 16:39:41.060 (Tradfri) Processing 'onDisconnectCallback' message
2019-11-15 16:39:41.060 (Tradfri) Calling message handler 'onDisconnect'.
2019-11-15 16:39:41.060 (Tradfri) Device has disconnected
2019-11-15 16:39:42.991 (Tradfri) Pushing 'onHeartbeatCallback' on to queue
2019-11-15 16:39:43.013 (Tradfri) Processing 'onHeartbeatCallback' message
2019-11-15 16:39:43.013 (Tradfri) Calling message handler 'onHeartbeat'.
2019-11-15 16:39:43.013 (Tradfri) Not connected - nextConnect: 3
2019-11-15 16:39:44.991 (Tradfri) Pushing 'onHeartbeatCallback' on to queue
2019-11-15 16:39:45.015 (Tradfri) Processing 'onHeartbeatCallback' message
2019-11-15 16:39:45.015 (Tradfri) Calling message handler 'onHeartbeat'.

I really hope somebody can help me out :)
Greetz,

·´¯`·.¸¸.·´¯`·. ( Creaky ) .·´¯`·.¸¸.·´¯ `·
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest