Search found 270 matches

by janpep
Monday 09 June 2025 10:13
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: 2025.1 Docker Tips/Tricks or issues
Replies: 14
Views: 535

Re: 2025.1 Docker Tips/Tricks or issues

For what it's worth. I just installed a Raspberry pi 3B+ for my son with Bookworm LITE + Docker with my own approach. I'm considering publishing it on 'Show My Projects' if there is interest . There are many roads that lead to Rome. Choosing one route or another also depends on your personal ...
by janpep
Sunday 01 June 2025 12:23
Forum: News & Updates
Topic: Domoticz upcoming beta/release and OpenSSL 3.0
Replies: 51
Views: 9241

Re: Domoticz upcoming beta/release and OpenSSL 3.0

acaonweb wrote: Sunday 01 June 2025 12:01

Code: Select all

/home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.1
now????
Did you install the beta?
I did a fresh install here also on new installed bookworm (on Raspberry pi 3B+). No problem.
Also installed the beta on my Ubuntu 24.04 (Virtual machine under Synology). No problem.
by janpep
Friday 23 May 2025 9:41
Forum: News & Updates
Topic: Domoticz upcoming beta/release and OpenSSL 3.0
Replies: 51
Views: 9241

Re: Domoticz upcoming beta/release and OpenSSL 3.0

Indeed. For the average interested party without too much IT knowledge it is absolutely no longer possible to do . It may be to much off topic and to much to place here, but I just made an install document for my son in which a description of all the steps to install Rapbian bookworm with Domoticz ...
by janpep
Monday 19 May 2025 19:53
Forum: Show your projects
Topic: Earthquake info from KNMI
Replies: 44
Views: 4456

Re: Earthquake info from KNMI

I forgot to update here. URL only gives old data. It has changed. Here the updated script with new URL. A limit can be given. I have set it to 1, because only the most recent one is used. Change your device idx and e-mail address. -- 07-05-2024 script by Jan Peppink, https://ict.peppink.nl -- Based ...
by janpep
Monday 19 May 2025 17:31
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 37
Views: 6313

Re: Dutch local 'Stookwijzer'

d-StookwijzerLokaal -- 05-01-2023: Script created by Jan Peppink, https://ict.peppink.nl -- Based on information at: https://iplo.nl/thema/lucht/houtstook-stookwijzer-stookalert/#h80dfe1e2-a855-424b-81b4-cdd2bfe71123 -- Gives a treee line result with: -- Alertcolor, Calculated code (in accordance ...
by janpep
Monday 19 May 2025 17:29
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 37
Views: 6313

Re: Dutch local 'Stookwijzer'

global_data -- This scripts holds all the globally persistent variables and helper functions -- See the documentation in the wiki -- NOTE: THERE CAN BE ONLY ONE global_data SCRIPT in your Domoticz install. ---------------------------------------------------------------------------------- return ...
by janpep
Monday 19 May 2025 17:26
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 37
Views: 6313

Re: Dutch local 'Stookwijzer'

dt-OpenMeteo -- 26-03-2024: Script created by Jan Peppink, https://ict.peppink.nl -- Get data from https://open-meteo.com/ -- Free and without api key for non-commercial use and less than 10.000 daily API calls per day. (See other terms of use on their website). -- Created URLs are visible in log ...
by janpep
Monday 19 May 2025 17:25
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 37
Views: 6313

Re: Dutch local 'Stookwijzer'

Due to the maximum allowed length of the text, which I exceed by three scripts, I will split it up into 4 posts: 1. This Introduction. 2. dt-OpenMeteo script 3. global_data script. 4. d-StookwijzerLokaal script As Waltervl mentioned, the other script for 'RIVM stookalert' is much more simple. - It ...
by janpep
Monday 19 May 2025 9:17
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 37
Views: 6313

Re: Dutch local 'Stookwijzer'

It is published here with several updates. I can imagine that it can become a bit confusing in time. Ah, now I see that I have never published the latest version of the script with the colored footer et cetera. My experience: I have been using the new definition for a while now, as mentioned ...
by janpep
Sunday 18 May 2025 23:24
Forum: Show your projects
Topic: Dutch local 'Stookwijzer'
Replies: 37
Views: 6313

Re: Dutch local 'Stookwijzer'

I cannot find the script that belongs to the "' Lokale Stookwijzer" Did you publish that already or is it a wor in progress? It is published here with several updates. I can imagine that it can become a bit confusing in time. I will post the latest version tomorrow. Nevertheless, it is useful to ...
by janpep
Saturday 17 May 2025 21:06
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

Maybe a stupid question. How do I mark this topic as solved?
by janpep
Saturday 17 May 2025 14:51
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

Ubuntu 24 should be fine and you should already have OpenSSL3 I upgraded also my production environment to: Version: 2025.1 (build 16695) Compile Date: 2025-05-16 11:00:11 On Ubuntu 24.04 LTS I have: OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024) Then I did an uninstall of the ...
by janpep
Friday 16 May 2025 17:28
Forum: News & Updates
Topic: Domoticz upcoming beta/release and OpenSSL 3.0
Replies: 51
Views: 9241

Re: Domoticz upcoming beta/release and OpenSSL 3.0

For your information. On my test system Ubuntu 24.04 LTS I have OpenSSL 3.0.13 30 Jan 2024 Upgraded from GUI. Did not save the error message it gave. (something mentioning check your internet connection.) But upgrade to beta seems to be OK. In Log: 2025-05-16 16:46:42.650 Status: Domoticz V2025.1 ...
by janpep
Thursday 15 May 2025 16:16
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

I was able to debug this issue and have already pushed a fix in the current code branch. Great! Thank you! I will look into what I have to do for the OpenSSL3. That was already on my list to check. I am running Domoticz on Ubuntu 24.04. For the time being, as workaround, I will skip the icon ...
by janpep
Thursday 15 May 2025 11:35
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

After next investigation step, I can confirm that the attempt to change the icon causes the problem. The line ... dz.devices(wl_verw_idx).setIcon(iconNumber) ... is (in the log) translated into the following command ... OpenURL: url = http://localIPaddress:portnumber/json.htm?type=command&param ...
by janpep
Wednesday 14 May 2025 23:54
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

I didn't think about it yesterday, but after the text the icon is also changed.

Code: Select all

dz.devices(wl_verw_idx).setIcon(iconNumber)
That seems to be the cause, although I do not yet understand.
When I comment out the that line, the content remains.
I will continue looking tomorrow.
by janpep
Tuesday 13 May 2025 21:29
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

HvdW wrote: Tuesday 13 May 2025 21:02 What about logging verw_text to check the contents of what you put in updateText.
BTW In my setup Weerlive acts as it did before.
Yes, I will dig into it a bit further tomorrow to find out what is actually happening here.
Nothing changed in the script recently.
Thanks everyone for your thoughts.
by janpep
Tuesday 13 May 2025 21:20
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

waltervl wrote: Tuesday 13 May 2025 20:44 Perhaps try with a simple text instead of probably a complex html formatted text.
Good idea. I will try! (But still strange that it appears in the log the way I expect it.)
by janpep
Tuesday 13 May 2025 19:38
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

Same here, I have a text device logging METAR (aviation related meteo information) every half hour that did not show any glitch, updated from Lua. Seems unrelated, but take care "textlog" HTTP/JSON API was deprecated and no more usable: https://wiki.domoticz.com/Domoticz_API/JSON_URL%27s#Warning ...
by janpep
Tuesday 13 May 2025 19:31
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

Look in the script for updateText. Maybe it is there twice. Maybe there are 2 scripts updating the same device. Besides: no problems here after updating Domoticz. Thanks for the tip with the description. I had never used that before. But in this case it doesn't add much for me, because I know it ...