Search found 8 matches
- Friday 20 December 2019 23:40
- Forum: Switches and Scenes
- Topic: Domoticz and Enocean/Eltako
- Replies: 0
- Views: 343
Domoticz and Enocean/Eltako
Is it possible to operate a Enocean Eltako FSR61-230V relay with Domoticz. I have a Enocean USB gatewau stick connected to a Raspeberry Pi running Domoticz. I have an Eltako wireless switch FT-55, which shows up in Domoticz but not the relay. The reason why I ask is that operating the relay is sort ...
- Tuesday 10 December 2019 21:11
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 169571
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Now it works, many thanks! https://i.ibb.co/xDqPgkw/Capture.jpg The motion sensor is listed, but not enabled in Domotiz (yet), as stated in the documentation. root@raspberrypi:/home/pi/domoticz/plugins/IKEA-Tradfri# python3 tradfricoap.py list INFO:tradfri.config:Loading config 65536: TRADFRI motion ...
- Tuesday 10 December 2019 17:44
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 169571
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
As requested: root@raspberrypi:/home/pi/domoticz/plugins/IKEA-Tradfri# go version go version go1.11.6 linux/arm With the revised instruction I get up to this point, with no prior error messages: root@raspberrypi:/home/pi/domoticz/plugins/IKEA-Tradfri# python3 tradfricoap.py config 192.168.x.x ...
- Tuesday 10 December 2019 7:58
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 169571
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Tried installing go following the instructions in https://golang.org/doc/install#install, did not help.
- Tuesday 10 December 2019 7:44
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 169571
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I did a clean install of Buster on a Raspberry Pi and followed the guidelines in https://github.com/moroen/IKEA-Tradfri-plugin/blob/pycoap/README-PI.md. Got up to a point, with some issues along the way, as follows. First issue: pi@raspberrypi:~ $ sudo apt install golang python3 python3-dev python3 ...
- Monday 09 December 2019 21:46
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 169571
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
As requested, here is the output of "sudo -H pip3 install -r requirements-pi.txt" Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: appdirs in /usr/lib/python3/dist-packages (from -r requirements-pi.txt (line 1)) (1.4.3) Requirement already ...
- Monday 09 December 2019 7:28
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 169571
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Running a fresh install of Buster on a Raspberry Pi 3 and following the guidelines in this thread I get the following. Any suggestions how to proceed? What version of python should one be using? ModuleNotFoundError: No module named 'appdirs' Version 3.5.x to Version 3.7.x is tested, support for ...
- Sunday 08 December 2019 22:57
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 169571
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Running a fresh install of Buster on a Raspberry Pi 3 and following the guidelines in this thread I get the following. Any suggestions how to proceed? What version of python should one be using? root@raspberrypi:/home/pi/domoticz/plugins/IKEA-Tradfri# python -V Python 3.8.0 root@raspberrypi:/home/pi ...