Yeah, I let it wait for a while hoping some-one would fix it, not sure bc it's been a while. Then I found this post, and worked on that to get it working!
Search found 238 matches
- Wednesday 27 September 2023 19:53
- Forum: Bash / PowerShell / Batch etc.
- Topic: PiHole Script
- Replies: 17
- Views: 9440
- Wednesday 27 September 2023 19:31
- Forum: Bash / PowerShell / Batch etc.
- Topic: PiHole Script
- Replies: 17
- Views: 9440
Re: PiHole Script
I updated the script so it works with the latest Pi-Hole version (incl API Token), I thaught maybe somebody else needs it. Below the script with some example data (fake API token). I added the script into my synology, so it can run every 5min. #!/bin/bash # Settings PIHOLE_IP="192.168.1.xx" # PiHole ...
- Tuesday 25 April 2023 10:40
- Forum: Python
- Topic: Python Plugin: Pi-hole Summary
- Replies: 18
- Views: 6636
Re: Python Plugin: Pi-hole Summary
@Xorfor, it looks like your plug-in does not longer work since the latest versions of Pi-Hole. For me no values are read anymore since 17/3/2023. When I check the debug logging I can see messages like: 2023-04-25 10:35:54.169 Pi-Hole: (Pi-Hole) Calling message handler 'onMessage'. 2023-04-25 10:35 ...
- Sunday 29 January 2023 15:10
- Forum: Dashticz
- Topic: Dashticz v3.10.1 beta
- Replies: 6
- Views: 542
- Monday 09 January 2023 9:01
- Forum: Dashticz
- Topic: Compare gas/electricity usage with certain limits per day/week
- Replies: 3
- Views: 346
Re: Compare gas/electricity usage with certain limits per day/week
Looks like that's way beyond my level of skill to create such custom.js code
I have zero programming knowledge.
I have zero programming knowledge.
- Sunday 08 January 2023 16:11
- Forum: Dashticz
- Topic: Compare gas/electricity usage with certain limits per day/week
- Replies: 3
- Views: 346
Compare gas/electricity usage with certain limits per day/week
Hi, I have in dashticz both my gas and electricity usage monitored and displayed in some nice graphs. But I want to compare the daily/weekly/montly usage with some certain determined values set by the government to get price discounts on those. So the other members of my household can actually see ...
- Wednesday 07 July 2021 8:44
- Forum: Dashticz
- Topic: dashticz beta 3.8.3 does not show camera preview blocks
- Replies: 4
- Views: 557
Re: dashticz beta 3.8.3 does not show camera preview blocks
@Lokonli, I allready solved it but forgot to mention it here.
As I have domoticz running as a package and as a docker container both on my NAS (different ports 8084/8085) I forgot to change the url with the correct port, after deciding to work with domoticz in a docker container only.
As I have domoticz running as a package and as a docker container both on my NAS (different ports 8084/8085) I forgot to change the url with the correct port, after deciding to work with domoticz in a docker container only.
- Tuesday 01 June 2021 10:46
- Forum: Dashticz
- Topic: dashticz beta 3.8.3 does not show camera preview blocks
- Replies: 4
- Views: 557
dashticz beta 3.8.3 does not show camera preview blocks
@Lokonli, This morning I updated my dashticz to the latest beta 3.8.3 (was running beta 3.8.2 before) and I noticed that dashticz beta 3.8.3 does not show camera preview blocks any more on my screen. I've got 3 blocks, 1 for each camera. when I click on the empty space I get the camera live feed. So ...
- Monday 10 May 2021 13:15
- Forum: Dashticz
- Topic: Dashticz v3.8.2 beta: New weather block
- Replies: 124
- Views: 12652
Re: Dashticz v3.8.2 beta: New weather block
And if you like colored weather icons, try latest beta. Nice adition, just tried it and is works fine. Maybe also get an option to add the wind in the forecast overview as well, below the rain? Like SW 3 or NO 15m/s etc. Something like this? weather4.jpg I updated to the latest beta, the wind ...
- Friday 07 May 2021 19:00
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
@waaren, thanks for creating and fixing the script, and offcourse with your patience to help me out! 2021-05-07 18:55:00.511 Status: dzVents: Info: SSH_0.20210507_01: ------ Start internal script: VPN Status-NEW:, trigger: "every minute" 2021-05-07 18:55:00.524 Status: dzVents: Debug: SSH_0.20210507 ...
- Friday 07 May 2021 12:10
- Forum: General Discussion
- Topic: Oficial Docker Container
- Replies: 216
- Views: 110647
Re: Oficial Docker Container
Yes, I installed those packages in the docker container. and I'm looking for an easy way to do these steps whenever a new domoticz docker is available.
Can you share both scripts?
Can you share both scripts?
- Friday 07 May 2021 10:44
- Forum: General Discussion
- Topic: Oficial Docker Container
- Replies: 216
- Views: 110647
Re: Oficial Docker Container
Some questions about the domoticz docker: How can I create my own docker after installing some extra packages like: - apt update - apt install curl - apt install python - apt install python-requests - apt-get install sudo - apt-get install openssh-server All needed for getting my scripts working ...
- Friday 07 May 2021 8:07
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
Goodmorning, the log file shows now more information including the ping option to check the wan. 2021-05-07 07:49:00.553 Status: dzVents: Info: SSH_0.20210506_01: ------ Start internal script: VPN Status-NEW:, trigger: "every minute" 2021-05-07 07:49:00.566 Status: dzVents: Debug: SSH_0.20210506_01 ...
- Thursday 06 May 2021 22:39
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
the log file now shows: 2021-05-06 22:34:00.191 Status: dzVents: Info: SSH_0.20210506_01: ------ Start internal script: VPN Status-NEW:, trigger: "every minute" 2021-05-06 22:34:00.192 Status: dzVents: Debug: SSH_0.20210506_01: Processing device-adapter for VPN Status ON/OFF: Switch device adapter ...
- Thursday 06 May 2021 22:22
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
with the debug enabled: 2021-05-06 22:19:00.500 Status: dzVents: Info: SSH_0.20210506_01: ------ Start internal script: VPN Status-NEW:, trigger: "every minute" 2021-05-06 22:19:00.512 Status: dzVents: Debug: SSH_0.20210506_01: Processing device-adapter for VPN Status ON/OFF: Switch device adapter ...
- Thursday 06 May 2021 21:11
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
@waaren, I did not have the 'data' directory. Just added it and now those error message are gone! The email error is still there: (only once when enabling/save the script) 2021-05-06 20:59:01.254 Notification sent (email) => Failed 2021-05-06 20:59:01.253 Error: SMTP Mailer: Error sending Email to ...
- Thursday 06 May 2021 20:29
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
Don't know but seems anther missing link in the docker install. Please make sure you have Email and at least 1 other notification subsystem working. Below script rely on these options. Email in domoticz (inside the docker) is working fine, I can receive test messages. What do you mean with "at ...
- Thursday 06 May 2021 16:42
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
@waaren, thanks for the new enhanced script. When loading/running this script I can see some new error messages: 2021-05-06 16:37:00.474 Error: Unable to read file /opt/domoticz/userdata/scripts/dzVents/data/domscript1.out 2021-05-06 16:37:00.474 Error: Unable to read file /opt/domoticz/userdata ...
- Thursday 06 May 2021 14:30
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
The script: local scriptVersion = '0.20210503_02' local scriptVar = 'SSH_' .. scriptVersion --[[ This dzVents script is used to monitor open VPN state of a ASUS RT-AC86U router loaded with asuswrt-merlin firmware The script use io.popen to trigger a nvram and when required do a service restart ...
- Thursday 06 May 2021 14:11
- Forum: dzVents
- Topic: Detection VPN connection ASUS Merlin Router [Solved]
- Replies: 73
- Views: 9891
Re: Detection VPN connection ASUS Merlin Router [Solved]
@waaren, passwordless connection from docker to the ASUS router is working, I had to generate a new key-pair as now it is the root@domoticz-domoticz accessing the router.
the version of domoticz: Version: 2021.1 (build 13243)
the version of domoticz: Version: 2021.1 (build 13243)