Search found 9 matches

by espenf
Wednesday 05 July 2023 15:13
Forum: Third party and supplementary tools
Topic: Gardena mower control (domoticz-mqtt2-gardena)
Replies: 23
Views: 6562

Re: Gardena mower control (domoticz-mqtt2-gardena)

Thanks Thomas for pushing me a step further. I might have solved my issues now, but will include my actions for the next person in need: In Gardena.py, the config file was referred to with a relative path to the parent folder. That caused problems. Corrected that to a static path with great success ...
by espenf
Wednesday 28 June 2023 22:47
Forum: Third party and supplementary tools
Topic: Gardena mower control (domoticz-mqtt2-gardena)
Replies: 23
Views: 6562

Re: Gardena mower control (domoticz-mqtt2-gardena)

Hi, I've tried dakarli's fork, but when trying to run gardena.py, it throws this: Traceback (most recent call last): File "gardena.py", line 29, in <module> CLIENT_ID=configParser.get('Gardena', 'CLIENT_ID') File "/usr/lib/python3.7/configparser.py", line 780, in get d = self._unify_values(section ...
by espenf
Sunday 10 February 2019 21:37
Forum: LUA
Topic: Script to monitor if heaters really are switched on?
Replies: 3
Views: 569

Re: Script to monitor if heaters really are switched on?

ok, so you save the last state somehow, or is it possible to read previous values for the sensor?
This script runs every time the temp-sensor gives a new status, or is it time-based?
by espenf
Saturday 09 February 2019 21:51
Forum: LUA
Topic: Script to monitor if heaters really are switched on?
Replies: 3
Views: 569

Script to monitor if heaters really are switched on?

I have a thermostat-script that controls my heaters based on data from temperature sensors in the room and a dummy-thermostat in domoticz. Most of the heaters are controlled with 433mhz-plugs. It works relatively fine, but every now and then the 433-plugs ignores a command from the controller. I ...
by espenf
Wednesday 30 January 2019 22:15
Forum: Others
Topic: Open-Lit wifi LED controller
Replies: 0
Views: 575

Open-Lit wifi LED controller

Hi! Have anyone tried to integrate the "Open-Lit LED controller" with domoticz? I guess thats not the exact product name, and it might come in different brands, so here's a picture: s-l1600.jpg It connects to your wifi, comes with an app for both IOS and Android, named "OPEN-LIT" and it seems to be ...
by espenf
Tuesday 22 January 2019 21:43
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 178125

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

Have you used configure.py to create a new ident/psk-pair? If the configure.py fails, ./configure.py --debug and post the output here! Regards, M It just says "Config created!" when I create the ident, and "Error: IP and KEY required!" if I try the debug option.. I've read somewhere that the key ...
by espenf
Monday 21 January 2019 22:29
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 178125

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

Have you used configure.py to create a new ident/psk-pair? If the configure.py fails, ./configure.py --debug and post the output here! Regards, M It just says "Config created!" when I create the ident, and "Error: IP and KEY required!" if I try the debug option.. I've read somewhere that the key ...
by espenf
Monday 21 January 2019 20:29
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 178125

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

Hi! I've recently reinstalled my domoticz-system (sd-failure..), and i'm setting up this plugin on the new system, but i'm getting this message: (IKEA Gateway) Failed to connect to IKEA tradfri COAP-adapter! Status: 111 Description: Connection refused I guess that is has something to do with the PSK ...
by espenf
Tuesday 01 September 2015 21:37
Forum: MySensors
Topic: Ack
Replies: 45
Views: 10932

Ack

Hi! I'm new at this and trying to learn a thing or two in the process :) I'm trying to build a few sensors, switches and some servo-controlled blinds. I have a couple of questions that I couldn't find any understandable answers to for a newbie: Is there possible to demand an ack from the node before ...