-
Notifications
You must be signed in to change notification settings - Fork 98
SQL give errors with this plugin #706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like an issue with |
SQL error are gone with a clean new install and restore backup on a different system. Still need to test it on my production Domoticz. But now DZvents give alot of errors on my new system. At the same time in DZvents Device current state
Also the dimmer switch doesn't show the current state. When I change the dimmer the lamp is changed but the widget in domoticz goes back to the old postition. BTW what does "smth" mean |
smth stands for something |
Closing the issue for now, feel free to reopen it in case you find something related to plugin |
Hi, there is at least some indication that the "no more rows available" error has some relation to this plugin: domoticz/domoticz#4938 (comment) |
|
plugin: v.3.1.0-beta, zigbee2mqtt: v.1.24.0-dev (zStack3x0 20211217)
|
Hello |
Cannot think of any other reason than something happening when a status message is received via mqtt, somehow the sql statement (maybe related to domoticz.config) is obscured to something that does not reflect anything meaningful and thus it does not return any rows. Can you @stas-demydiuk still look into this? It can be something in Domoticz (python extended plugin framework?) but on the other hand this is not reported by any other plugin so it seems to be something specific to this one. I installed couple of climate devices (Moes BHT-002) and they report status (a bit too) often which seems to be resulting into much more of these messages than I used to see. From this morning:
Usually there has been a few of these in this time frame. |
I have the same issue…after a fresh install of domoticz and Domoticz-zigbee2mqtt plug-in (with plug-ins manager) |
With the last update I get SQL errors. When I downgrade the plugin the errors are gone.
See also : https://www.domoticz.com/forum/viewtopic.php?f=6&t=36971
Don't know which version is working correct but the 1 I restored was pulled at 31-07-2021
Put general information here
Additional information
Zigbee2MQTT version: plugin: v.3.1.0-beta, zigbee2mqtt: v.1.21.1 (zStack3x0 20200830)
Version: 2021.1 (build 13495)
Build Hash: 811e1cfa4
Compile Date: 2021-09-09 08:49:21
dzVents Version: 3.1.8
Python Version: 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0]
Logs
Attach any additional logs here which might be useful: mqtt, domoticz, plugin logs
`2021-09-12 11:36:03.915 Error: SQL Query("SELECT nValue, sValue FROM Preferences WHERE (Key='SensorTimeout')") : no more rows available
2021-09-12 12:35:56.557 Error: SQL Query("SELECT nValue, sValue FROM Preferences WHERE (Key='Location')") : no more rows available
2021-09-12 13:05:00.453 Error: SQL Query("INSERT INTO MultiMeter (DeviceRowID, Value1, Value2, Value3, Value4, Value5, Value6) VALUES ('530', '9472167', '0', '798', '0', '0', '0')") : no more rows available
2021-09-12 13:05:01.474 Error: Zigbee: Update to 'UnitEx' failed to update any DeviceStatus records for key 28/0x00158d000408d44b_signal/62
2021-09-12 15:31:17.625 Error: SQL Query("SELECT nValue, sValue FROM Preferences WHERE (Key='DzVentsLogLevel')") : no more rows available
2021-09-12 16:01:07.058 Error: SQL Query("SELECT nValue, sValue FROM Preferences WHERE (Key='WebLocalNetworks')") : no more rows available
2021-09-12 16:03:33.542 Error: SQL Query("SELECT nValue, sValue FROM Preferences WHERE (Key='DzVentsLogLevel')") : no more rows available
2021-09-12 19:38:06.145 Error: SQL Query("SELECT nValue, sValue FROM Preferences WHERE (Key='SecStatus')") : no more rows available`
The text was updated successfully, but these errors were encountered: