
Search found 12 matches
- Wednesday 02 May 2018 21:38
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1716
- Views: 432047
Re: homebridge-edomoticz Plugin
How can I update Homebridge on my Raspberry Pi 3? I used the default Raspberry Pi image and added Homebridge to it. On the first post of this thread several ways are mentioned, but I have no idea which one I should follow. 

- Wednesday 02 May 2018 21:37
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1716
- Views: 432047
Re: homebridge-edomoticz Plugin
I have exactly the same, sometimes it works one day, sometimes one or two weeks but it always goes wrong. All I can do then is to remove two dirs and start again. Same situation here. To get it working again, I have to remove Homebridge from the Home app. Remove both before mentioned directories ...
- Sunday 11 February 2018 0:34
- Forum: Examples & Solutions
- Topic: dzVents version of the Solar Data Script [SOLVED]
- Replies: 175
- Views: 51192
Re: dzVents version of the Solar Data Script [SOLVED]
The weather station which you have selected did not supply cloud data for a very long time. Simply select a different weather station from the Ogimet website and add that to the script instead.
- Friday 09 February 2018 13:45
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 176279
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
You need to match the branch of the plugin to the version of domoticz you're using. It appears that your using the latest beta of domoticz? Then you need to use the developement branch of the plugin: $ cd IKEA-Tradfri $ git checkout development and restart domoticz... The devices shows up in the ...
- Friday 09 February 2018 11:06
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 176279
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I just noticed that the Domoticz path in my ikea-tradfri.service file started with a forward slash (/) instead of a tilde (~) for the home directory. I have changed the path to the full path of /home/pi/domoticz/plugins/IKEA-Tradfri and ran the following commands, followed by a reboot... pi ...
- Friday 09 February 2018 10:27
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 176279
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Ok, have you tried to install twisted using sudo (and force an update, just in case): $ sudo pip3 install -U twisted Regards, M Brilliant, that did the trick. It is installed in the correct path now. Thank you! :) I have added the IKEA TRÅDFRI Gateway to Domoticz, but I repeatedly get the error ...
- Thursday 08 February 2018 23:20
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 176279
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I haven't used a PI for a while, so I'm not quite sure about the default group for the pi user, but I would imagine it is 'pi'... You could test it: $ touch testing $ ls -la testing You'll get something like this as a response: -rw-r--r-- 1 mak mak 0 feb. 8 22:53 testing The first is the user name ...
- Thursday 08 February 2018 16:37
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 176279
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
It's the "username" for the connection with the gateway. Since communication is encrypted using DTLS, and IKEA has requested that the GATEWAY key is not stored anywhere, it's necessary to create a username/password (or IDENT/PSK) pair for communication. You could choose what ever you like ...
- Thursday 08 February 2018 14:23
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 176279
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I am trying to install the IKEA-Tradfri-plugin. What is meant with IDENT in the command below, the desired identification name of what ? The name of the Raspberry Pi on which I am installing the plugin, the name I would like to give to the TRÅDFRI Gateway or something else? May the identification ...
- Tuesday 30 January 2018 19:19
- Forum: Examples & Solutions
- Topic: dzVents version of the Solar Data Script [SOLVED]
- Replies: 175
- Views: 51192
Re: dzVents version of the Solar Data Script [SOLVED]
60 KM... You've got a point.
- Tuesday 30 January 2018 16:47
- Forum: Examples & Solutions
- Topic: dzVents version of the Solar Data Script [SOLVED]
- Replies: 175
- Views: 51192
Re: dzVents version of the Solar Data Script [SOLVED]
Below a screenshot of the log.
- Tuesday 30 January 2018 16:35
- Forum: Examples & Solutions
- Topic: dzVents version of the Solar Data Script [SOLVED]
- Replies: 175
- Views: 51192
Re: dzVents version of the Solar Data Script [SOLVED]
Anyone have any idea what could be the issue here? The Cloud Cover device is at 100%, whereas there are almost no clouds at the moment. The Lux device value seems to be very low, not corresponding with the time of day. The Azimuth and Altitude values seem OK? 2018-01-30 16_23_06-Domoticz.png The PWS ...