-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[deconz] status of sensors will not be updated #9517
Comments
I do not understand what you mean by „create items“. Are you linking items to the channels? What do you mean by „stops receiving raw data“. What is in the log before that happens? |
linking an channel to an item
before
after linking some more "sensor"-channels to items |
And there is NO error message? |
I found no error message... |
How do you define the things and the items and how do you link them? The binding has no knowledge if the channels are linked or not. |
Can confirm the issue. No updates anymore. Deconz REST API is still updating properly each item, but no updates sent to openhab. No log messages written. I also had just two things configured before which worked fine
Now i have the following config
Which does not work anymore. But i don't know if the sw update is the reason or the new config or a combination of all. |
Is it working with UI defined things? |
All things where definend in the new 3.0-UI from Inbox. The Items and the channellinks where defined in the UI too by "add Equipment" in "Model" |
Tried to add things via PaperUI and scanned explicit for deconz binding incoming items. Coriously there is just the plug to select (see configured "onofflight" in my previous post.) I created the things manully, also the items ... they also get no update (also not in logs) |
So you say you accept things from the INBOX and after you link items to the channel all other sensors stop updating? And there is nothing in the log? |
I added all things long before already via config files, thats true. But now I went to the inbox and accepted the only thing that appeared: the switch (which is already added via config, but I dont know how openhab notice that its already existing or not). But i used the generated id that comes from openhab, not my id from the config file, so there is no intersection.
So no, it was not working before either Only log after adding
But no updates for this item anymore, no matter what i do with the sensor |
yes it was crazy:
After deleting all "sensor"-things and - items an recreating them anything works fine. I have normal logs all all items will be updated.. I tried to do the same like the last attemps an defined things an items step by step and checked every time the logs. But i had no more errors.. |
@PicCharr Mixing textual and UI configuration often failed (e.g. because of double - things). @stepi2 So now everything is working? Is it possible that one channel you linked before is not linked now? I could imagine that the problem is that there is wrong itemtype/datatype somewhere and that is the culprit. We have seen something similar before for lights. |
This is possible. I Think you are right. Now I defined only the really necessary items/channels and I corrected all items and the setting after presetting by UI right away. This is the only difference. |
I revoke my statements. Seems, that added stuff via UI is working now magically. But i cant see any difference between config files and item via PaperUI deconz:openclosesensor:191bc93a:open But for the docs you have to point out the bridge explicitly like i do in my item deconz:openclosesensor:homeserver:balkony-window-contact:open The first seems to work but is not as documented ... whts the reson for this? |
After openhab restart number 10 its now working as expected (so far). Sorry for confusion. |
Same Problem here. Same Symptoms. Had to downgrade deconz to get back my status in openhab. There are more users with the same problem: https://www.facebook.com/groups/303797373437980/permalink/1025873591230351/?comment_id=1025902851227425&reply_comment_id=1026233944527649 I'm wondering that the problem solves on its own... sounds like magic ;-) |
now I have the same problem again... From one second to another there are no status updates on all sensors. No entries in logs again... |
Please try tomorrow’s snapshot. |
Maybe i have the solution. But I'm not shure, because I did some updates at same time.. |
System:
Raspi 4 4GB
openhab 3.0.0 stable
DEConz/Phoscon v2.7.1
40 Xiamoi-Aquara-sensors (multisensor, open/close...)
Description:
All sensors are in deconz-API available, status-updates are available -->anything OK
After installing the bridge all sensors are available in discovery -->anything OK
After installing the bridge all sensors raw data are available -->anything OK
Create items of thing-channels-->Problems are beginning
5a) create one or two items-->anything OK
5b) create more items -->any sensor items including step5a) get no updates
DECONZ-REST-API is still delivering all updates but in the openhab-log-file you can see that openhab-deconz-binding stops receiving any rawdata-->no entries like
...Raw data received by websocket..
in the logfiledelete some items-->nothing happens
only solution is to delete all sensor items, delete all sensor things an start in step 4
The text was updated successfully, but these errors were encountered: