Search found 7 matches

by guus_b
Tuesday 02 January 2018 14:08
Forum: OpenTherm gateway
Topic: OTGW use with remote session
Replies: 16
Views: 4750

Re: OTGW use with remote session

What version of Domoticz are you using?
I am running the latest stable version without issues on the device sharing subject.

Here is a user having trouble using beta v3.8755: viewtopic.php?t=21142
by guus_b
Tuesday 02 January 2018 12:13
Forum: OpenTherm gateway
Topic: OTGW use with remote session
Replies: 16
Views: 4750

Re: OTGW use with remote session

I am running roughly the same setup as you do and it is working without any problems. Master: RPi 3 with Domoticz v3.8153 in the meter cabinet Slave: RPi (first version) with Domoticz v3.8153 in the attic next to te boiler. This one has the OTGW connected to it through USB. Have you read the article ...
by guus_b
Monday 08 May 2017 10:43
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179635

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

I found it. My mistake, again :roll:

Only the subdirectory pytradfri inside the directory pytradfri on git by ggravlingen needs to be in ../domoticz/plugins/IKEA-tradfri/
It's working now.

Thanks for the support.
by guus_b
Monday 08 May 2017 8:42
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179635

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

Hi Moroen, Thanks for the reply. I guess I misread point 4 of your installation instruction. I did ../domoticz/plugins/pytradfri instead of ../domoticz/plugins/IKEA-tradfri/pytradfri. I moved pytradfri to the correct location and restarted Domoticz resulting in a new error message in the log. 2017 ...
by guus_b
Sunday 07 May 2017 23:05
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179635

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

Hi Moroen, I own a Tradfri hub, a remote and three E27 WS opal 980lm bulbs, so I thought I'd give your plugin a try. The Tradfri stuff is running fine on its own. I am using an RPi B+ with Jessie and Domoticz 3.7431 beta. I followed your instructions. After restarting Domoticz the IKEA Tradfri entry ...
by guus_b
Wednesday 29 June 2016 9:18
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Best practice to protect sd card (WIKI offers 2 options).
Replies: 12
Views: 3666

Re: Best practice to protect sd card (WIKI offers 2 options).

You don't need a fresh Domoticz image. The step sudo rsync -axv / /mnt in the procedure creates a mirror of the current situation of your SD card.
I would stop the domoticz service before running that command, though.

Code: Select all

sudo service domoticz.sh stop
by guus_b
Sunday 26 June 2016 23:30
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Best practice to protect sd card (WIKI offers 2 options).
Replies: 12
Views: 3666

Re: Best practice to protect sd card (WIKI offers 2 options).

There is a third option to protect the SD card: https://www.raspberrypi.org/forums/view ... 29&t=44177
I use this on all three of my rpi's (2x Domoticz, 1x OSMC).