running on Rpi 3B+ / debian 11.11
6 Hardware devices in Dz: Dummy, SMA onduleur, MQTT local, Meteo NL (buienradar), Zigbee ITEAD_SONOFF_Zigbee_3.0, and a second instance of Dummy with less logging.
Hello, this is a translation of my article in the French forum, which did not get any reply since several days.
(link: https://easydomoticz.com/forum/viewtopic.php?t=14309)
The problem lies with all my switches where notifications have been set, but cannot be retrieved from the UI.
When peeking into the database, the notifications are correctly set in the table 'Notifications', and they are executed when applicable.
Example: I have a switch (virtual device #124) which is triggered by the alarm system, when the alarm is activated/armed and another trigger when it is disarmed. Dz receives the event via http. The link between the alarm system and Dz is not questionable here.
The same problem occurs with notifications on all devices.
Example of a device, here #124 Add a notification event: The database contains the notification:
Code: Select all
# sqlite3 domoticz.db
SQLite version 3.34.1 2021-01-20 14:10:07
Enter ".help" for usage hints.
sqlite> select * from Notifications;
...
53|124|S|Alarme maison armée|email;telegram|0|0|0||1
Click on notifications, and the list is now empty The database still contains the notification.
By chance does someone have a bright idea ?