Search found 140 matches

by Fredom
Friday 22 November 2024 22:37
Forum: dzVents
Topic: .afterSec(xx) not working? :(
Replies: 4
Views: 678

Re: .afterSec(xx) not working? :(

hi all, can somebody help me out why my delay does not work? i'm trying to make a heating script with zones, a buffertank with pump and an weather temperature based heatpump with an on/off input. the rest of the scripts works (with thermostats, heatcommand to heatpump and opening the valves, but i ...
by Fredom
Friday 22 November 2024 12:07
Forum: Python
Topic: Python Plugin: Wan IP Checker
Replies: 175
Views: 34462

Re: Python Plugin: Wan IP Checker

Hi guys. This method does`t work anymore? https://forum.domoticz.com/viewtopic.php?t=14489&sid=03c00c6ca0cebbd9cb4bf71dc0c1cc57 This wan works for me for years now return { on = { timer = { 'every 1 minutes' } }, logging = { level = domoticz.LOG_FORCE, marker = '[WAN IP]' }, execute = function(dz ...
by Fredom
Sunday 07 July 2024 16:39
Forum: Show your projects
Topic: Earthquake info from KNMI
Replies: 43
Views: 3685

Re: Earthquake info from KNMI

janpep wrote: Sunday 07 July 2024 13:11 Great.
And if I am right you got two earthquakes in Middelstum and Loppersum short after your post. :-)
Yes correct
by Fredom
Sunday 07 July 2024 11:36
Forum: Show your projects
Topic: Earthquake info from KNMI
Replies: 43
Views: 3685

Re: Earthquake info from KNMI

I give it another try. 1. Remove your current script aardbevingen. You mixed everything in there. 2. Open a new DZvents script. Remove the template data and then paste the following in there. It holds the global helper functions. I cleared it from content that has nothing to do with the current ...
by Fredom
Saturday 06 July 2024 20:27
Forum: Show your projects
Topic: Earthquake info from KNMI
Replies: 43
Views: 3685

Re: Earthquake info from KNMI

Hi, I did as you suggested, I added the function. Unfortunately still the same error message. I am not a programmer, so this is beyond my knowledge. -- 07-05-2024 script by Jan Peppink, https://ict.peppink.nl -- Based on earlier script found on https://www.domoticz.com/forum/viewtopic.php?t=41380 ...
by Fredom
Saturday 06 July 2024 13:35
Forum: Show your projects
Topic: Earthquake info from KNMI
Replies: 43
Views: 3685

Re: Earthquake info from KNMI

Hi, Great script and very useful. Unfortunately I get an error message that I cannot resolve. -- 07-05-2024 script by Jan Peppink, https://ict.peppink.nl -- Based on earlier script found on https://www.domoticz.com/forum/viewtopic.php?t=41380 -- Missed Dutch earthquakes. Modified script to get info ...
by Fredom
Sunday 23 June 2024 17:08
Forum: dzVents
Topic: Simple birthday reminder
Replies: 5
Views: 1483

Re: Simple birthday reminder

I don't know what's going wrong but I keep getting an error message. Sorry, I see now that, just before posting the script, I replaced my birthday table with the old example that still uses 'birthdayarray' from the previous version. In the new version of the script I shortened that to 'bd_table ...
by Fredom
Sunday 23 June 2024 15:25
Forum: dzVents
Topic: Simple birthday reminder
Replies: 5
Views: 1483

Re: Simple birthday reminder

Hi JanPep, I don't know what's going wrong but I keep getting an error message. 2024-06-22 23:04:01.508 Error: dzVents: Error: (3.1.8) ...oticz/scripts/dzVents/generated_scripts/Verjaardagen.lua:25: bad argument #1 to 'insert' (table expected, got nil) 2024-06-22 23:04:06.120 Error: dzVents: Error ...
by Fredom
Sunday 21 April 2024 18:03
Forum: Zigbee
Topic: Zigbee4Domoticz error
Replies: 2
Views: 1184

Re: Zigbee4Domoticz error

pipiche wrote: Friday 19 April 2024 18:32 The error message indicate some inconsistency.

The device 'Water sensor' is in state 8043, which means that the pairing has not been over.
Hi Pipiche,
Thank you for your clear answer.
Now I know where to look and solve it
by Fredom
Thursday 11 April 2024 14:41
Forum: Zigbee
Topic: Zigbee4Domoticz error
Replies: 2
Views: 1184

Zigbee4Domoticz error

Hello Pipiche,

I have had this error ( see attachment ) in the zigbee plugin 7.1.011 [4.248] for months.
I tried to find the error but unfortunately I can't.
Everything works just fine, but why the error message?
I hope you know what it is and if I can fix it.
by Fredom
Friday 22 March 2024 16:36
Forum: Show your projects
Topic: Stookalert
Replies: 21
Views: 3645

Re: Stookalert

Is it possible to send a message to Telegram? If so, how do I adjust that? I personally prefer email notifications and do not use Telegram, so I do not really know. I think there will be some information and examples on the forum on how to send such a message. I saw something like: domoticz.notify ...
by Fredom
Friday 22 March 2024 13:59
Forum: Show your projects
Topic: Stookalert
Replies: 21
Views: 3645

Re: Stookalert

I will put it in a another topic and leave this topic for the RIVM alert. Although the goal is the same, the approach is completely different and also a bit more complex. I think it would be confusing to mix both approaches in one topic. I make use of two scripts (1. LKI (gets t-LKI triggerd by ...
by Fredom
Friday 22 March 2024 13:26
Forum: Show your projects
Topic: Stookalert
Replies: 21
Views: 3645

Re: Stookalert

Hi Jan,

I'm also interested in the script
by Fredom
Friday 10 November 2023 17:04
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200444

Re: Python plugin: Presence detection from wireless router

I stand corrected.. Didn't know a 64-bit image was available now. I don't know how you can undo a manual install from source or if rerunning "sudo pip install parallel-ssh" would simply overwrite it. There are several mentions on the Domoticz Forum and tweakers.net of Domoticz not being compatible ...
by Fredom
Friday 10 November 2023 14:28
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200444

Re: Python plugin: Presence detection from wireless router

1. Did you manage to install the 64-bit version of raspbian on your rpi3b? I don't think there is a official release for that(?) 64-bit requires rpi4 and up. 2. Domoticz is not yet compatible with Debian bookworm, so it's better to install the 'legacy' raspbian (bullseye) 3. You don't need to ...
by Fredom
Friday 10 November 2023 12:12
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200444

Re: Python plugin: Presence detection from wireless router

It annoys me when things fail for no logical reason, so I did some more testing. After repurposing a rpi3b I was able to reproduce your exact problem. Wrote a little testplugin to include only the relevant pssh (parallel-ssh) part and it produces the same error. I can run the same commands from the ...
by Fredom
Wednesday 08 November 2023 12:24
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200444

Re: Python plugin: Presence detection from wireless router

It annoys me when things fail for no logical reason, so I did some more testing. After repurposing a rpi3b I was able to reproduce your exact problem. Wrote a little testplugin to include only the relevant pssh (parallel-ssh) part and it produces the same error. I can run the same commands from the ...
by Fredom
Tuesday 07 November 2023 19:29
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200444

Re: Python plugin: Presence detection from wireless router

Hi Fred, Did you see my other message (previous message about 64 bit vs 32 bit raspian)? Responding to your last message: What you are describing about ip and Mac tracking is expected. The Mac tracking is not working because of the failing module import. The ping tracker is still working. Hi EscApe ...
by Fredom
Sunday 05 November 2023 16:35
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200444

Re: Python plugin: Presence detection from wireless router

Hi Fred, Did you see my other message (previous message about 64 bit vs 32 bit raspian)? Responding to your last message: What you are describing about ip and Mac tracking is expected. The Mac tracking is not working because of the failing module import. The ping tracker is still working. Hi EscApe ...
by Fredom
Sunday 05 November 2023 13:52
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200444

Re: Python plugin: Presence detection from wireless router

Looking at the log I suspect that you restarted the plug-in and not Domoticz. There is a known issue with restarting plugins that can not be solved in the plugins themselves. Hopefully it will be solved in the Domoticz plug-in framework. Until then you should always restart Domoticz when changing ...