Search found 169 matches

by Geitje
Sunday 16 May 2021 23:03
Forum: Zigbee
Topic: ZiGate firmware 31e and 31eOptiPDM
Replies: 5
Views: 908

Re: ZiGate firmware 31e and 31eOptiPDM

Great that device limit is higher now. When I have time to pair all my devices, I wil certainly update!
by Geitje
Monday 10 May 2021 11:01
Forum: Other questions and discussions
Topic: Notification for Dead nodes?
Replies: 11
Views: 3177

Re: Notification for Dead nodes?

This may be a trivial question but I can't find the answer so far: Is this normal?: I have some Popp & Co smoke detectors/sirens, and their wake up interval is really long. Last wake up now is 1/5/21 (I think that is when I rebooted my Pi). I do not see the setting to customize the interval in ...
by Geitje
Saturday 08 May 2021 23:12
Forum: Other questions and discussions
Topic: Notification for Dead nodes?
Replies: 11
Views: 3177

Re: Notification for Dead nodes?

Thanks @Waaren. Works fine. First I got a dead notification of every node. I had to change < to > in line 58, am I right? At least this works for me :) : if pTime > device.LastUpdate then Also I changed line 59 to: dz.notify("DEAD device", message .. ' seems to be dead. Check it out ', dz.PRIORITY ...
by Geitje
Tuesday 04 May 2021 14:31
Forum: Other questions and discussions
Topic: Notification for Dead nodes?
Replies: 11
Views: 3177

Re: Notification for Dead nodes?

Thanks for this script @waaren. It works fine for my zigbee devices (Zigate). However it does not seem to work for my Zwave devices. I use OpenZwave. My Zwave devices have offline times of 40000+, whilst they work (tested water leakage sensor), so they are not dead. I know this is not caused by the ...
by Geitje
Saturday 17 April 2021 22:38
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200586

Re: Python plugin: Presence detection from wireless router

You are right, a new plugin would be better. Are you willing to write it (I myself have not the knowledge to do so...)? Large parts of the code can be the same I supppose?. I can help debugging it...
by Geitje
Friday 16 April 2021 22:46
Forum: Switches and Scenes
Topic: Is the order of steps in a group/scene important?
Replies: 3
Views: 527

Re: Is the order of steps in a group/scene important?

I'n not sure if you can set an on and off command in the same line. But you can try! I always seperate on and off commands. So to "switch on a light for 10 minutes after 5 minutes" you could use two lines in a scene: Lamp Hal | On | 100% | 300 | 0 Lamp Hal | Off | 0% | 0 | 900 Your other statements ...
by Geitje
Friday 16 April 2021 22:36
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200586

Re: Python plugin: Presence detection from wireless router

I'm using this plugin for months now on my Orbi. Works flawlessly! I would like to do a request. It would be a great extension to the plugin I think. I would like to monitor my wifi network for new devices that connect. For example to get a notification when a unknown device connects to my LAN. This ...
by Geitje
Tuesday 29 December 2020 23:56
Forum: Z-Wave
Topic: Heatit Z-TRM3 thermostat
Replies: 7
Views: 1466

Re: Heatit Z-TRM3 thermostat

I found this on Github:
https://github.com/OpenZWave/open-zwave/pull/2458

So it seems a OpenZwave issue, so little to do with Domoticz. Let's just wait until thay merge the pull request on Github...
by Geitje
Wednesday 16 December 2020 17:21
Forum: Z-Wave
Topic: Heatit Z-TRM3 thermostat
Replies: 7
Views: 1466

Re: Heatit Z-TRM3 thermostat

I have this exact same problem. Inclusion if fine, but I cannot set the setpoint from Domoticz. The setpoint is reported fine if I change it on the device itself.
How have others resolved this?
by Geitje
Wednesday 11 November 2020 20:12
Forum: Others
Topic: Velux Integra
Replies: 28
Views: 19285

Re: Velux Integra

Thanks for this great tutorial, will certainly try it if everything here is ready.
by Geitje
Tuesday 03 November 2020 23:01
Forum: Heating/cooling
Topic: Options for simple underfloor heating control
Replies: 6
Views: 1831

Re: Options for simple underfloor heating control

You could use a Shelly 1, it's controlable by wifi. You could flash Tasmota, to easily integrate it in Domoticz using MQTT. Or use the Shelly Cloud plugin. You can control the Shelly by using a for example 433Mhz thermometer and a script. Shelly is rated till 16A. I am not know sure if it is wise to ...
by Geitje
Thursday 22 October 2020 21:05
Forum: Others
Topic: Velux Integra
Replies: 28
Views: 19285

Re: Velux Integra

Well, if you need help/suggestions, you could always post here...
I'm planning to buy velux integra, so I'm interested too...
by Geitje
Wednesday 21 October 2020 21:10
Forum: Other questions and discussions
Topic: Siemens/Bosch Home Connect Ecosystem
Replies: 86
Views: 29549

Re: Siemens/Bosch Home Connect Ecosystem

Sorry my reply (previous post) was in Dutch :oops: , now translated to English....
by Geitje
Tuesday 20 October 2020 16:52
Forum: Other questions and discussions
Topic: Siemens/Bosch Home Connect Ecosystem
Replies: 86
Views: 29549

Re: Siemens/Bosch Home Connect Ecosystem

What is the result if you run in terminal: "sudo ./Washer.sh<or different daemon-name> status" from the plugin dir?

I had to change line 1 of plugin.py. Changed python version from 3.6 naar 3.7, as I run that one.
by Geitje
Monday 21 September 2020 22:54
Forum: Other questions and discussions
Topic: Siemens/Bosch Home Connect Ecosystem
Replies: 86
Views: 29549

Re: Siemens/Bosch Home Connect Ecosystem

That got me a lot further. Thanks. Now the plugin is starting, but I get the same error as you got: 2020-09-21 22:50:26.236 (Zwave USB) Temp (Vloerverwarming badkamer temperatuur vloer) 2020-09-21 22:50:32.994 Status: (Bosch/Siemens Home Connect) Started. 2020-09-21 22:50:34.126 (Bosch/Siemens Home ...
by Geitje
Monday 21 September 2020 9:55
Forum: Other questions and discussions
Topic: Siemens/Bosch Home Connect Ecosystem
Replies: 86
Views: 29549

Re: Siemens/Bosch Home Connect Ecosystem

Today I tried to install the plugin. To get it running I also had to install the SSEclient: pip install sseclient I got 2 warnings when installing the SSEclient, there was an update of PIP, and my python version being too old. If I do this, Pyton versions seem ok? pi@raspberrypi:~/dtgbot $ python ...
by Geitje
Monday 31 August 2020 23:00
Forum: Other questions and discussions
Topic: Siemens/Bosch Home Connect Ecosystem
Replies: 86
Views: 29549

Re: Siemens/Bosch Home Connect Ecosystem

Thanks for updating this plugin. I certainly will test and try to help to debug. I also have an oven with Home Connect. How can I help to include that in the plugin?
by Geitje
Saturday 04 July 2020 19:46
Forum: iOS
Topic: Domoticz App
Replies: 505
Views: 124629

Re: Domoticz App

On my father's Iphone I constantly get an "OK" popup when Domoticz is getting a notification, even when notifications are off. See below. How can we turn this off? It's an Iphone 8, iOS 13.5.1, newest version Domoticz app.
Spoiler: show
IMG_20200704_194029_FrogResizer25%.jpg
IMG_20200704_194029_FrogResizer25%.jpg (107.93 KiB) Viewed 2552 times
by Geitje
Saturday 20 June 2020 14:43
Forum: Others
Topic: Velux Integra
Replies: 28
Views: 19285

Re: Velux Integra

You already were able to get this working? I'm planning to place some roofwindows, and would like to control the rollershutter by Domoticz. I'm about to give it a try. I have installed the klf-200-api on the same server as Domoticz - next step is to write scripts that use this API and have them run ...