Page 1 of 1

Issue with text sensor devices

Posted: Sunday 17 August 2025 17:59
by wilcoyote
Hello,

I just updated Domoticz some days ago from some December 2024 beta version to one of the latest beta (2025.1 (build 16758) , then I'm experiencing an issue with some text sensor devices.
I am using a Mini keypad RFID with ZwaveJSUI, and times ago I implemented 2 text sensors according to viewtopic.php?t=39951 in order to get the Keypad_lock_operation and Keypad_unlock_operation status.
Now the modifications of those devices is well visible in the Domoticz GUI, the "last seen" and the Text value are updated in the GUI. The update is well visible in the "Devices" tab.
But:
- lua or dzvents scripts for those devices are not triggered anymore
- and even more strange, when I execute a devices('xx').fulldump() command, the new values are not reported.
- also I tried to recreate the device in domoticz, but when executing the fulldump(), then I'm getting "There is no device with that name or id"

I see some recent commit related to text sensor "Commit 77e7eb6 July 1st : MQTT-AD: Prevent Text sensor to add a log entry in the database, just update the sensor", could this be linked?

Version: 2025.1 (build 16758)
Build Hash: 79e16c172
Compile Date: 2025-08-12 07:54:11
dzVents Version: 3.1.8
Python Version: 3.11.2 (main, Apr 28 2025, 14:11:48) [GCC 12.2.0]
OS: 12 (bookworm)
Openssl: 3.0.17
zwave-js-ui: 10.10.0.96ef1c5
zwave-js: 15.10.0

Thanks in advance for your assistance!

Re: Issue with text sensor devices

Posted: Tuesday 19 August 2025 10:13
by gizmocuz
Yes, that could be very well be related.

The idea was to not add a log entry for them, but by directly putting the value in the database, this is not pushed to the eventsystem or remote Domoticz instances

Could you try beta 16763, this should solve the issue

Re: Issue with text sensor devices

Posted: Tuesday 19 August 2025 14:18
by wilcoyote
It works again now!
Thanks a lot Gizmocuz "The Legend", you rocks!