Search found 91 matches

by McJohn
Tuesday 02 July 2024 21:50
Forum: Z-Wave
Topic: Philio PSR03 remote controller not recognized
Replies: 2
Views: 547

Re: Philio PSR03 remote controller not recognized

Thanks for the fast response and the info.
I think that's a bridge too far and not my skills.
Was hoping this could be fixt with some raw Z-Wave commands.
But I'm afraid this (nice) remote controller is not going to have a good marriage with Domitcz.
by McJohn
Tuesday 02 July 2024 19:18
Forum: Z-Wave
Topic: Philio PSR03 remote controller not recognized
Replies: 2
Views: 547

Philio PSR03 remote controller not recognized

Info about this remote controller: https://www.zwavetaiwan.com.tw/psr03 The including of the Philio PSR03 remote controller to the Z-Wave stick via Domoticz works perfect but then there are coming 2 dead "devices" in the Domoticz device list. Our version is the PSR03-B with a lock, unlock and panic ...
by McJohn
Monday 31 May 2021 16:56
Forum: dzVents
Topic: SOLVED Run dzVents script every 10 seconds? [Solved]
Replies: 10
Views: 2901

Re: Run dzVents script every 10 seconds? [Solved]

Yes, it's working!
Thank you very much, also for all your time and patience.
I've learned a lot from you these days! :D

Case closed.
by McJohn
Monday 31 May 2021 8:59
Forum: dzVents
Topic: SOLVED Run dzVents script every 10 seconds? [Solved]
Replies: 10
Views: 2901

Re: Run dzVents script every 10 seconds? [Solved]

Thanks for the explanation.
Could you please adjust the script top here with the status of the switch "powercheck" ?
(On = script=On , Off = script disabled)
(Math is not my best side..)

Thanks in advance.

John
by McJohn
Sunday 30 May 2021 19:20
Forum: dzVents
Topic: SOLVED Run dzVents script every 10 seconds? [Solved]
Replies: 10
Views: 2901

Re: Run dzVents script every 10 seconds? [Solved]

Thanks for all the interesting information and your patience.
In our case it's a Raspberry Py3 B+ with only Domoticz running.

Is there a way (via a Dummy switch) to switch On and Off these kind of scripts?
With 2 separate dzVents scripts?
by McJohn
Sunday 30 May 2021 10:55
Forum: dzVents
Topic: SOLVED Run dzVents script every 10 seconds? [Solved]
Replies: 10
Views: 2901

Re: Run dzVents script every 10 seconds? [Solved]

Thank you very much for your answer. It’s working now, perfect! :D Last questions: When these kind of scripts are running every 10 seconds: - Ist that an heavy load for Domoticz? - When this script is running every 10 seconds, can this affect the operation/execution of other scripts at that moment? ...
by McJohn
Saturday 29 May 2021 20:59
Forum: dzVents
Topic: SOLVED Run dzVents script every 10 seconds? [Solved]
Replies: 10
Views: 2901

Re: Run dzVents script every 10 seconds? [Solved]

Thank you so much for the very quick reply!

The script is much faster now when the power is back; within 10 seconds the Variable is ON. Perfect.
But when the power is off, there is still a delay of ~60 seconds.
Isn't that strange?
by McJohn
Saturday 29 May 2021 19:31
Forum: dzVents
Topic: SOLVED Run dzVents script every 10 seconds? [Solved]
Replies: 10
Views: 2901

SOLVED Run dzVents script every 10 seconds? [Solved]

Is it possible to run the script below every 10 seconds? The problem is that when the Aeotec Home Energy Meter (HEM) doesn't has power, Domoticz still keeps holding the last values (for example 230V / 16.2 Watt / 0.2 A). Ands that's unfortunately a fault in Domoticz I think because when there is no ...
by McJohn
Friday 28 May 2021 9:42
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz revisited
Replies: 107
Views: 19165

Re: MyDomoticz revisited

Any updates of this problem?
What's the timeline for a solution?
by McJohn
Tuesday 25 May 2021 19:01
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz revisited
Replies: 107
Views: 19165

Re: MyDomoticz revisited

The idea of this solution is brilliant, specially when the IP address of the Domoticz server changed regularly. So, the base is good and for us it's not a problem to pay for this solution but then it also has to work perfectly! We discovered that the link: https://my.domoticz.com/ Doesn't work in ...
by McJohn
Tuesday 25 May 2021 11:45
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz revisited
Replies: 107
Views: 19165

Re: MyDomoticz revisited

Most of the connections are "up" constantly, for more than a day in a row, without disconnecting. That's good news! After 10 times refreshing the browsers (Safari and Chrome) and 30 minutes waiting, suddenly the connection to my.domoticz.com is working now. (the blue "log off" button gives in ...
by McJohn
Tuesday 25 May 2021 10:50
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz revisited
Replies: 107
Views: 19165

Re: MyDomoticz revisited

It's very unstable.
5 minutes ago suddenly it worked but now it's again not reachable.
by McJohn
Tuesday 25 May 2021 10:38
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz revisited
Replies: 107
Views: 19165

Re: MyDomoticz revisited

Thanks for your quick reply, I appreciate that.

This morning we have tested the link (https://my.domoticz.com) from another internet connection (other company location) and there it isn't also not reachable.

John
by McJohn
Tuesday 25 May 2021 10:12
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz revisited
Replies: 107
Views: 19165

Re: MyDomoticz revisited

PS: my.domoticz.com is still unreachable.

Will there be a solution? Or has this project died a silent death?
by McJohn
Monday 24 May 2021 16:10
Forum: dzVents
Topic: SOLVED On/Off Switch->Telegram Cam snapshot + text
Replies: 4
Views: 610

Re: On/Off Switch->Telegram Cam snapshot + text

PS: instead of the above code for text addition, this one is also working well into the script:

Code: Select all

elseif device.state == 'Off' then
os.execute('curl -s -X POST "https://api.telegram.org/bot111111111BBBBBBB/sendMessage?chat_id=123456789&text=Security OFF"')
(and also for the ON state).
by McJohn
Monday 24 May 2021 14:18
Forum: dzVents
Topic: SOLVED On/Off Switch->Telegram Cam snapshot + text
Replies: 4
Views: 610

Re: On/Off Switch->Telegram Cam snapshot + text

Got the text addition working! The method with the HTTP URL is I think not the best solution (in comparison with with the os.execute('curl command) but it's working now. Edit the script with: local url1 = 'https://api.telegram.org/bot111111BBBB/sendMessage?chat_id=1234567890&text=Security ON' local ...
by McJohn
Monday 24 May 2021 13:54
Forum: dzVents
Topic: SOLVED On/Off Switch->Telegram Cam snapshot + text
Replies: 4
Views: 610

Re: On/Off Switch->Telegram Cam snapshot + text

Thank you sooo much for the very quick reply, On/Off with sending the Telegram snapshot works perfect! I have an URL for an HTTP command to add the text but I don't know where it has to insert into the script (and which command it has to be) (This URL works in a browser; it send the text to a ...
by McJohn
Monday 24 May 2021 13:02
Forum: dzVents
Topic: SOLVED On/Off Switch->Telegram Cam snapshot + text
Replies: 4
Views: 610

SOLVED On/Off Switch->Telegram Cam snapshot + text

Could somebody please help me with this script. What I want is when: Switch is On -> Telegram Cam snapshot + Text: Security ON Switch is Off -> Telegram Cam snapshot + Text: Security OFF This script below is working well. But it works only when the switch "AlarmLed" goes on. And there is no text ...
by McJohn
Sunday 23 May 2021 19:18
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz revisited
Replies: 107
Views: 19165

Re: MyDomoticz revisited

Raspberry with Domoticz 2020 version + 4G router Just made a new mydomoticz account. It takes long (very loooong, a couple of minutes) to load the Domoticz Home page (tried different browsers), and also the other Domoticz pages. So this is not workable. (and beside this the load of the https://my ...
by McJohn
Wednesday 01 July 2020 16:59
Forum: LUA
Topic: [Solved] LUA script with beacon key + Security Panel
Replies: 2
Views: 503

Re: LUA script with beacon key + Security Panel

Jos! Friend!

Thank you so much for the quick reply.
It's working, fast and smooth!

(I saw you are the expert in this field, sorry for the simple question but sometimes the Domoticz Security Panel is a "device" and sometimes a variable).

All the best

John :)