Search found 150 matches

by azonneveld
Friday 14 March 2025 22:37
Forum: Other questions and discussions
Topic: Please...i need information
Replies: 8
Views: 853

Re: Please...i need information

Better not expose your domo to the web.
If you need to access your domo instance from outdoors, use a VPN.
Most modem/routers support vpn server, if yours does not, get one that does.
by azonneveld
Thursday 06 February 2025 14:18
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Problems with installing Sonoff ZigBee 3.0 USB-Dongle Plus-E
Replies: 17
Views: 2782

Re: Problems with installing Sonoff ZigBee 3.0 USB-Dongle Plus-E

Use adapter type: zstack.

Next: specify the right adapterport: here
by azonneveld
Monday 27 January 2025 15:36
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 48888

Re: Python Plugin: GoodWe solar inverter via SEMS API

JanJaap wrote: Sunday 26 January 2025 19:36 So I just pushed a change to log only 1 line per update as the other 3 didn't make much sense....
That already saves 66%, thanks!

Is there a way to disable the logging for 'info' status?
by azonneveld
Sunday 26 January 2025 17:30
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 48888

Re: Python Plugin: GoodWe solar inverter via SEMS API

I noticed that the log file grows very large, about 1 MB per day (in my case: goodwe Goodwe.log). domo V2024.7 plugin 4.0.1 Raspbian Bookworm (32 bit) RPI4 What is wrong? Here's a snippet of the file 2025-01-26 17:15:15,657 - INFO - GoodWe.py - PowerStation created: 'b1193c2f-ad19-419c-bb41-xxxx ...
by azonneveld
Friday 13 December 2024 14:48
Forum: Utility
Topic: Recovering of deleted devices
Replies: 3
Views: 442

Re: Recovering of deleted devices

If auto-backup is enabled, use a backup from an hour ago.
by azonneveld
Monday 12 August 2024 7:15
Forum: MQTT Auto Discovery
Topic: Extreme number of triggers from energy measurement
Replies: 3
Views: 1193

Re: Extreme number of triggers from energy measurement

waltervl wrote: Monday 12 August 2024 0:12 I never has seen

Code: Select all

do return end
In a dzvents script. What should it do?
It prevents the rest of the script from executing.
Normally used in httpresponses, not really needed in this case, but it does no harm.
by azonneveld
Sunday 11 August 2024 22:09
Forum: MQTT Auto Discovery
Topic: Extreme number of triggers from energy measurement
Replies: 3
Views: 1193

Extreme number of triggers from energy measurement

I have multiple energy measuring devices, from different manufactureres, all zigbee (MQTT, autodiscovery). The purpose was to monitor the update frequency to determine the stability of the zigbee network. The results got me flabbercasted, the amount of updates/triggers is INSANE. What is happening ...
by azonneveld
Tuesday 30 July 2024 8:07
Forum: News & Updates
Topic: Domoticz version 2024.7 released
Replies: 74
Views: 32524

Re: Domoticz version 2024.7 released

Updated from 2024.4 using web-button, worked without any problems.
by azonneveld
Monday 15 July 2024 12:31
Forum: News & Updates
Topic: Domoticz version 2024.7 released
Replies: 74
Views: 32524

Re: Domoticz version 2024.6 released

janpep wrote: Monday 15 July 2024 9:12 in my definition it was not stable or or thoroughly tested
Feel free to join the testing team.
by azonneveld
Sunday 26 May 2024 14:01
Forum: General Discussion
Topic: feature request: Open Weather Map select data
Replies: 5
Views: 1287

Re: feature request: Open Weather Map select data

I tried weeronline, but it is not accurate (enough).

Anyway, I already build my own OWM implementation.

This topic can be closed.
by azonneveld
Sunday 19 May 2024 23:54
Forum: General Discussion
Topic: feature request: Open Weather Map select data
Replies: 5
Views: 1287

Re: feature request: Open Weather Map select data

Don't worry, your RPI can handle all this information with ease. To have an idea how hard your RPI needs to work execute htop from the SSH connection. Old Domoticz data are being deleted constantly to avoid cumulation of data. (cannot retrieve rigth now where it is explained) If you worry about the ...
by azonneveld
Sunday 19 May 2024 22:52
Forum: General Discussion
Topic: feature request: Open Weather Map select data
Replies: 5
Views: 1287

feature request: Open Weather Map select data

I'm using the OWM hardware for detecting expected rain and wind speeds (to close sunscreens if the weather turns bad). This works fine, but the system is collecting a ton of data, and also it creates lots of devices. The amount of data makes the database huge and slows down my system. I would like ...
by azonneveld
Friday 19 April 2024 7:23
Forum: Suggestions
Topic: switch tab
Replies: 5
Views: 1245

Re: switch tab

Perhaps the mobile dashboard works for you, this makes a list from your dashboard.

Goto:settings and change the user interface to Mobile.
by azonneveld
Thursday 11 April 2024 21:00
Forum: Bugs and Problems
Topic: 2024.3 and 2023.4 MQTT / ZB2MQTT errors
Replies: 33
Views: 2333

Re: 2024.3 and 2023.4 MQTT / ZB2MQTT errors

waltervl wrote: Thursday 11 April 2024 19:30 It seems to be a configuration issue somewhere.
I think you are jumping to conclusions.
Nevertheless, reinstalling took me less time than all the debugging efforts.
Also the OS is now uptodate.
by azonneveld
Thursday 11 April 2024 14:12
Forum: MQTT Auto Discovery
Topic: MQTT AD - Zigbee2MQTT
Replies: 64
Views: 6580

Re: MQTT AD - Zigbee2MQTT

nonolk wrote: Thursday 11 April 2024 13:57 So you mean everythings, Domotics and Zigbee2mqtt.
Yes, everything.
But using the old installation(data) as a backup, it only took me a couple of hours, which is less time than spend on 'debugging'.
by azonneveld
Wednesday 10 April 2024 16:48
Forum: MQTT Auto Discovery
Topic: MQTT AD - Zigbee2MQTT
Replies: 64
Views: 6580

Re: MQTT AD - Zigbee2MQTT

nonolk wrote: Wednesday 10 April 2024 15:54 Could you please eleaborate on what you mean by i took a clean image ?
format drive, start from scratch.
by azonneveld
Sunday 07 April 2024 21:04
Forum: Examples & Solutions
Topic: Solar Data script : Azimuth, Altitude, Lux
Replies: 39
Views: 8729

Re: Solar Data script : Azimuth, Altitude, Lux

I used Suncalc Next, use the Suncalc in an other python3 script (below) and call it from crontab. import socketserver import urllib.request import math from datetime import datetime, timedelta from suncalc import get_position, get_times date = datetime.utcnow() + timedelta(hours=2) lon=4 ...
by azonneveld
Sunday 07 April 2024 20:49
Forum: MQTT Auto Discovery
Topic: MQTT AD - Zigbee2MQTT
Replies: 64
Views: 6580

Re: MQTT AD - Zigbee2MQTT

The problem is 'solved'. I took a clean image, and reinstalled everything. Now MQTT is recovering after a restart. Battery operated devices also recover, but only after being actuated, first signal/command/data is lost. I'm running Bullseye now, because some plugins didn't work on Bookworm. (32 bit ...
by azonneveld
Thursday 04 April 2024 22:53
Forum: Other questions and discussions
Topic: Automount SMB share fails, manual mount ok (Solved)
Replies: 4
Views: 416

Re: Automount SMB share fails, manual mount ok

As I wrote in the in the first post, i have 3 RPI's from who 2 make the connection and only one does not make a connection at boot, only manual with "sudo mount -a" The mount cmd also uses the same line as in fstab, so it is not permission and/or in .smbcredits Is the difference in network ...