Ik probeer een Ikea Tradfri hub toe te voegen aan domoticz, maar ik krijg het niet voor mekaar....
Mijn systeem:
Domoticz v3.8153
RPi 3B met Raspbian 9 (Stretch)
Tradfri gateway versie 1.3.14
Ik heb alle stappen van https://github.com/moroen/IKEA-Tradfri-plugin gevolgd tot stap 5 en vanaf dan gaat het fout....
er komt dan volgende melding:( client_identity en Client_passkey zijn in het echt goed ingevuld, ik heb ze hier even onleesbaar gemaakt)
pi@raspberrypi:~ $ coap-client -m post -u "Client_identity" -k “Client_passkey” -e '{"9090":"TRADFRI_1"}' "coaps://IP:192.168.1.29"
-bash: coap-client: opdracht niet gevonden
Ik ben een een beginner met de rpi en domoticz en weet niet wat er fout is gegaan... Alle hulp is welkom.
hieronder een overzicht van de volledige installatie:
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Feb 14 23:35:33 2018
pi@raspberrypi:~ $ git clone https://github.com/ggravlingen/pytradfri.git
Cloning into 'pytradfri'...
remote: Counting objects: 1084, done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 1084 (delta 22), reused 11 (delta 4), pack-reused 1039
Receiving objects: 100% (1084/1084), 359.26 KiB | 0 bytes/s, done.
Resolving deltas: 100% (671/671), done.
pi@raspberrypi:~ $ cd pytradfri
pi@raspberrypi:~/pytradfri $ python3 setup.py install
running install
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
[Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/test-easy-install-1150.write-test'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/usr/local/lib/python3.5/dist-packages/
Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.
For information on other options, you may wish to consult the
documentation at:
https://setuptools.readth.../latest/easy_install.html
Please make the appropriate changes for your system and try again.
pi@raspberrypi:~/pytradfri $ sudo python3 setup.py install
running install
running bdist_egg
running egg_info
creating pytradfri.egg-info
writing top-level names to pytradfri.egg-info/top_level.txt
writing dependency_links to pytradfri.egg-info/dependency_links.txt
writing requirements to pytradfri.egg-info/requires.txt
writing pytradfri.egg-info/PKG-INFO
writing manifest file 'pytradfri.egg-info/SOURCES.txt'
reading manifest file 'pytradfri.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pytradfri.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-armv7l/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/pytradfri
copying pytradfri/error.py -> build/lib/pytradfri
copying pytradfri/__init__.py -> build/lib/pytradfri
copying pytradfri/resource.py -> build/lib/pytradfri
copying pytradfri/gateway.py -> build/lib/pytradfri
copying pytradfri/const.py -> build/lib/pytradfri
copying pytradfri/util.py -> build/lib/pytradfri
copying pytradfri/color.py -> build/lib/pytradfri
copying pytradfri/command.py -> build/lib/pytradfri
copying pytradfri/smart_task.py -> build/lib/pytradfri
copying pytradfri/mood.py -> build/lib/pytradfri
copying pytradfri/group.py -> build/lib/pytradfri
copying pytradfri/device.py -> build/lib/pytradfri
copying pytradfri/__main__.py -> build/lib/pytradfri
creating build/lib/pytradfri/api
copying pytradfri/api/aiocoap_api.py -> build/lib/pytradfri/api
copying pytradfri/api/__init__.py -> build/lib/pytradfri/api
copying pytradfri/api/libcoap_api.py -> build/lib/pytradfri/api
creating build/bdist.linux-armv7l
creating build/bdist.linux-armv7l/egg
creating build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/error.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/__init__.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/resource.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/gateway.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/const.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/util.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/color.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/command.py -> build/bdist.linux-armv7l/egg/pytradfri
creating build/bdist.linux-armv7l/egg/pytradfri/api
copying build/lib/pytradfri/api/aiocoap_api.py -> build/bdist.linux-armv7l/egg/pytradfri/api
copying build/lib/pytradfri/api/__init__.py -> build/bdist.linux-armv7l/egg/pytradfri/api
copying build/lib/pytradfri/api/libcoap_api.py -> build/bdist.linux-armv7l/egg/pytradfri/api
copying build/lib/pytradfri/smart_task.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/mood.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/group.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/device.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/__main__.py -> build/bdist.linux-armv7l/egg/pytradfri
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/error.py to error.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/resource.py to resource.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/gateway.py to gateway.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/const.py to const.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/util.py to util.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/color.py to color.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/command.py to command.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/api/aiocoap_api.py to aiocoap_api.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/api/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/api/libcoap_api.py to libcoap_api.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/smart_task.py to smart_task.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/mood.py to mood.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/group.py to group.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/device.py to device.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/__main__.py to __main__.cpython-35.pyc
creating build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/pytradfri-5.3.1-py3.5.egg' and adding 'build/bdist.linux-armv7l/egg' to it
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing pytradfri-5.3.1-py3.5.egg
Copying pytradfri-5.3.1-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding pytradfri 5.3.1 to easy-install.pth file
Installed /usr/local/lib/python3.5/dist-packages/pytradfri-5.3.1-py3.5.egg
Processing dependencies for pytradfri==5.3.1
Finished processing dependencies for pytradfri==5.3.1
pi@raspberrypi:~/pytradfri $ pip3 install twisted
Collecting twisted
Downloading https://www.piwheels.host...35-cp35m-linux_armv7l.whl (3.0MB)
100% |████████████████████████████████| 3.0MB 61kB/s
Collecting incremental>=16.10.1 (from twisted)
Downloading incremental-17.5.0-py2.py3-none-any.whl
Collecting Automat>=0.3.0 (from twisted)
Downloading Automat-0.6.0-py2.py3-none-any.whl
Collecting zope.interface>=4.0.2 (from twisted)
Downloading https://www.piwheels.host...35-cp35m-linux_armv7l.whl (161kB)
100% |████████████████████████████████| 163kB 1.0MB/s
Collecting hyperlink>=17.1.1 (from twisted)
Downloading hyperlink-17.3.1-py2.py3-none-any.whl (73kB)
100% |████████████████████████████████| 81kB 1.7MB/s
Collecting constantly>=15.1 (from twisted)
Downloading constantly-15.1.0-py2.py3-none-any.whl
Collecting six (from Automat>=0.3.0->twisted)
Downloading six-1.11.0-py2.py3-none-any.whl
Collecting attrs (from Automat>=0.3.0->twisted)
Downloading attrs-17.4.0-py2.py3-none-any.whl
Collecting setuptools (from zope.interface>=4.0.2->twisted)
Downloading setuptools-38.5.1-py2.py3-none-any.whl (489kB)
100% |████████████████████████████████| 491kB 523kB/s
Installing collected packages: incremental, six, attrs, Automat, setuptools, zope.interface, hyperlink, constantly, twisted
Successfully installed Automat-0.6.0 attrs-17.4.0 constantly-15.1.0 hyperlink-17.3.1 incremental-17.5.0 setuptools-38.5.1 six-1.11.0 twisted-17.9.0 zope.interface-4.4.3
pi@raspberrypi:~/pytradfri $
pi@raspberrypi:~/pytradfri $ cd /opt/domoticz/plugins/
-bash: cd: /opt/domoticz/plugins/: Bestand of map bestaat niet
pi@raspberrypi:~/pytradfri $ /opt/domoticz/plugins$ git clone https://github.com/moroen/IKEA-Tradfri-plugin.git IKEA-Tradfri
-bash: /opt/domoticz/plugins$: Bestand of map bestaat niet
pi@raspberrypi:~/pytradfri $ cd /opt/domoticz/plugins/
-bash: cd: /opt/domoticz/plugins/: Bestand of map bestaat niet
pi@raspberrypi:~/pytradfri $ cd /opt/
pi@raspberrypi:/opt $ ls
minecraft-pi pigpio sonic-pi vc Wolfram
pi@raspberrypi:/opt $ cd..
-bash: cd..: opdracht niet gevonden
pi@raspberrypi:/opt $ cd
pi@raspberrypi:~ $ cd /domoticz/plugins
-bash: cd: /domoticz/plugins: Bestand of map bestaat niet
pi@raspberrypi:~ $ ls
Desktop libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb Public Videos
Documents Music python_games
domoticz oldconffiles pytradfri
Downloads Pictures Templates
pi@raspberrypi:~ $ cd /domoticz/
-bash: cd: /domoticz/: Bestand of map bestaat niet
pi@raspberrypi:~ $ cd /home/domoticz
-bash: cd: /home/domoticz: Bestand of map bestaat niet
pi@raspberrypi:~ $ cd /home/pi/domoticz/
pi@raspberrypi:~/domoticz $ cd plugins
pi@raspberrypi:~/domoticz/plugins $ git clone https://github.com/moroen/IKEA-Tradfri-plugin.git IKEA-Tradfri
Cloning into 'IKEA-Tradfri'...
remote: Counting objects: 379, done.
remote: Total 379 (delta 0), reused 0 (delta 0), pack-reused 379
Receiving objects: 100% (379/379), 87.92 KiB | 0 bytes/s, done.
Resolving deltas: 100% (225/225), done.
pi@raspberrypi:~/domoticz/plugins $ cd
pi@raspberrypi:~ $ coap-client -m post -u "Client_identity" -k “Client_passkey” -e '{"9090":"TRADFRI_1"}' "coaps://IP:192.168.1.29"
-bash: coap-client: opdracht niet gevonden
pi@raspberrypi:~ $ coap-client -m post -u "Client_identity" -k “Client_passkey” -e '{"9090":"TRADFRI_1"}' "coaps://IP:192.168.1.29"
-bash: coap-client: opdracht niet gevonden
Mijn systeem:
Domoticz v3.8153
RPi 3B met Raspbian 9 (Stretch)
Tradfri gateway versie 1.3.14
Ik heb alle stappen van https://github.com/moroen/IKEA-Tradfri-plugin gevolgd tot stap 5 en vanaf dan gaat het fout....
er komt dan volgende melding:( client_identity en Client_passkey zijn in het echt goed ingevuld, ik heb ze hier even onleesbaar gemaakt)
pi@raspberrypi:~ $ coap-client -m post -u "Client_identity" -k “Client_passkey” -e '{"9090":"TRADFRI_1"}' "coaps://IP:192.168.1.29"
-bash: coap-client: opdracht niet gevonden
Ik ben een een beginner met de rpi en domoticz en weet niet wat er fout is gegaan... Alle hulp is welkom.
hieronder een overzicht van de volledige installatie:
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Feb 14 23:35:33 2018
pi@raspberrypi:~ $ git clone https://github.com/ggravlingen/pytradfri.git
Cloning into 'pytradfri'...
remote: Counting objects: 1084, done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 1084 (delta 22), reused 11 (delta 4), pack-reused 1039
Receiving objects: 100% (1084/1084), 359.26 KiB | 0 bytes/s, done.
Resolving deltas: 100% (671/671), done.
pi@raspberrypi:~ $ cd pytradfri
pi@raspberrypi:~/pytradfri $ python3 setup.py install
running install
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
[Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/test-easy-install-1150.write-test'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/usr/local/lib/python3.5/dist-packages/
Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.
For information on other options, you may wish to consult the
documentation at:
https://setuptools.readth.../latest/easy_install.html
Please make the appropriate changes for your system and try again.
pi@raspberrypi:~/pytradfri $ sudo python3 setup.py install
running install
running bdist_egg
running egg_info
creating pytradfri.egg-info
writing top-level names to pytradfri.egg-info/top_level.txt
writing dependency_links to pytradfri.egg-info/dependency_links.txt
writing requirements to pytradfri.egg-info/requires.txt
writing pytradfri.egg-info/PKG-INFO
writing manifest file 'pytradfri.egg-info/SOURCES.txt'
reading manifest file 'pytradfri.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pytradfri.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-armv7l/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/pytradfri
copying pytradfri/error.py -> build/lib/pytradfri
copying pytradfri/__init__.py -> build/lib/pytradfri
copying pytradfri/resource.py -> build/lib/pytradfri
copying pytradfri/gateway.py -> build/lib/pytradfri
copying pytradfri/const.py -> build/lib/pytradfri
copying pytradfri/util.py -> build/lib/pytradfri
copying pytradfri/color.py -> build/lib/pytradfri
copying pytradfri/command.py -> build/lib/pytradfri
copying pytradfri/smart_task.py -> build/lib/pytradfri
copying pytradfri/mood.py -> build/lib/pytradfri
copying pytradfri/group.py -> build/lib/pytradfri
copying pytradfri/device.py -> build/lib/pytradfri
copying pytradfri/__main__.py -> build/lib/pytradfri
creating build/lib/pytradfri/api
copying pytradfri/api/aiocoap_api.py -> build/lib/pytradfri/api
copying pytradfri/api/__init__.py -> build/lib/pytradfri/api
copying pytradfri/api/libcoap_api.py -> build/lib/pytradfri/api
creating build/bdist.linux-armv7l
creating build/bdist.linux-armv7l/egg
creating build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/error.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/__init__.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/resource.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/gateway.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/const.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/util.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/color.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/command.py -> build/bdist.linux-armv7l/egg/pytradfri
creating build/bdist.linux-armv7l/egg/pytradfri/api
copying build/lib/pytradfri/api/aiocoap_api.py -> build/bdist.linux-armv7l/egg/pytradfri/api
copying build/lib/pytradfri/api/__init__.py -> build/bdist.linux-armv7l/egg/pytradfri/api
copying build/lib/pytradfri/api/libcoap_api.py -> build/bdist.linux-armv7l/egg/pytradfri/api
copying build/lib/pytradfri/smart_task.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/mood.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/group.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/device.py -> build/bdist.linux-armv7l/egg/pytradfri
copying build/lib/pytradfri/__main__.py -> build/bdist.linux-armv7l/egg/pytradfri
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/error.py to error.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/resource.py to resource.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/gateway.py to gateway.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/const.py to const.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/util.py to util.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/color.py to color.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/command.py to command.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/api/aiocoap_api.py to aiocoap_api.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/api/__init__.py to __init__.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/api/libcoap_api.py to libcoap_api.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/smart_task.py to smart_task.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/mood.py to mood.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/group.py to group.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/device.py to device.cpython-35.pyc
byte-compiling build/bdist.linux-armv7l/egg/pytradfri/__main__.py to __main__.cpython-35.pyc
creating build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
copying pytradfri.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/pytradfri-5.3.1-py3.5.egg' and adding 'build/bdist.linux-armv7l/egg' to it
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing pytradfri-5.3.1-py3.5.egg
Copying pytradfri-5.3.1-py3.5.egg to /usr/local/lib/python3.5/dist-packages
Adding pytradfri 5.3.1 to easy-install.pth file
Installed /usr/local/lib/python3.5/dist-packages/pytradfri-5.3.1-py3.5.egg
Processing dependencies for pytradfri==5.3.1
Finished processing dependencies for pytradfri==5.3.1
pi@raspberrypi:~/pytradfri $ pip3 install twisted
Collecting twisted
Downloading https://www.piwheels.host...35-cp35m-linux_armv7l.whl (3.0MB)
100% |████████████████████████████████| 3.0MB 61kB/s
Collecting incremental>=16.10.1 (from twisted)
Downloading incremental-17.5.0-py2.py3-none-any.whl
Collecting Automat>=0.3.0 (from twisted)
Downloading Automat-0.6.0-py2.py3-none-any.whl
Collecting zope.interface>=4.0.2 (from twisted)
Downloading https://www.piwheels.host...35-cp35m-linux_armv7l.whl (161kB)
100% |████████████████████████████████| 163kB 1.0MB/s
Collecting hyperlink>=17.1.1 (from twisted)
Downloading hyperlink-17.3.1-py2.py3-none-any.whl (73kB)
100% |████████████████████████████████| 81kB 1.7MB/s
Collecting constantly>=15.1 (from twisted)
Downloading constantly-15.1.0-py2.py3-none-any.whl
Collecting six (from Automat>=0.3.0->twisted)
Downloading six-1.11.0-py2.py3-none-any.whl
Collecting attrs (from Automat>=0.3.0->twisted)
Downloading attrs-17.4.0-py2.py3-none-any.whl
Collecting setuptools (from zope.interface>=4.0.2->twisted)
Downloading setuptools-38.5.1-py2.py3-none-any.whl (489kB)
100% |████████████████████████████████| 491kB 523kB/s
Installing collected packages: incremental, six, attrs, Automat, setuptools, zope.interface, hyperlink, constantly, twisted
Successfully installed Automat-0.6.0 attrs-17.4.0 constantly-15.1.0 hyperlink-17.3.1 incremental-17.5.0 setuptools-38.5.1 six-1.11.0 twisted-17.9.0 zope.interface-4.4.3
pi@raspberrypi:~/pytradfri $
pi@raspberrypi:~/pytradfri $ cd /opt/domoticz/plugins/
-bash: cd: /opt/domoticz/plugins/: Bestand of map bestaat niet
pi@raspberrypi:~/pytradfri $ /opt/domoticz/plugins$ git clone https://github.com/moroen/IKEA-Tradfri-plugin.git IKEA-Tradfri
-bash: /opt/domoticz/plugins$: Bestand of map bestaat niet
pi@raspberrypi:~/pytradfri $ cd /opt/domoticz/plugins/
-bash: cd: /opt/domoticz/plugins/: Bestand of map bestaat niet
pi@raspberrypi:~/pytradfri $ cd /opt/
pi@raspberrypi:/opt $ ls
minecraft-pi pigpio sonic-pi vc Wolfram
pi@raspberrypi:/opt $ cd..
-bash: cd..: opdracht niet gevonden
pi@raspberrypi:/opt $ cd
pi@raspberrypi:~ $ cd /domoticz/plugins
-bash: cd: /domoticz/plugins: Bestand of map bestaat niet
pi@raspberrypi:~ $ ls
Desktop libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb Public Videos
Documents Music python_games
domoticz oldconffiles pytradfri
Downloads Pictures Templates
pi@raspberrypi:~ $ cd /domoticz/
-bash: cd: /domoticz/: Bestand of map bestaat niet
pi@raspberrypi:~ $ cd /home/domoticz
-bash: cd: /home/domoticz: Bestand of map bestaat niet
pi@raspberrypi:~ $ cd /home/pi/domoticz/
pi@raspberrypi:~/domoticz $ cd plugins
pi@raspberrypi:~/domoticz/plugins $ git clone https://github.com/moroen/IKEA-Tradfri-plugin.git IKEA-Tradfri
Cloning into 'IKEA-Tradfri'...
remote: Counting objects: 379, done.
remote: Total 379 (delta 0), reused 0 (delta 0), pack-reused 379
Receiving objects: 100% (379/379), 87.92 KiB | 0 bytes/s, done.
Resolving deltas: 100% (225/225), done.
pi@raspberrypi:~/domoticz/plugins $ cd
pi@raspberrypi:~ $ coap-client -m post -u "Client_identity" -k “Client_passkey” -e '{"9090":"TRADFRI_1"}' "coaps://IP:192.168.1.29"
-bash: coap-client: opdracht niet gevonden
pi@raspberrypi:~ $ coap-client -m post -u "Client_identity" -k “Client_passkey” -e '{"9090":"TRADFRI_1"}' "coaps://IP:192.168.1.29"
-bash: coap-client: opdracht niet gevonden