Sensors are connected but do not show any data

Hello all,

I have multiple devices that i connected to the gateway, which i have installed on an ubuntu pc.
I connected a Zigbee and Zwave dongle and they work correctly.

After i connect the device to the gateway i do see that it is active, but i do not see the data that the device should send.
for example i can not see if the door is open or closed in the thing view. But when i go to the log i see that the information was received by the gateway.

So am I missing something that the data is not showing on the devices?

Thanks for your help!

I now also connected a Aeotec multi colour bulb succesfully, but the thing page shows it is of… but the bulb is defentely on…
In the log i see that it has send these message:
2021-05-27 14:05:13.306 INFO : zwave-adapter: node5: Named Aeotec Limited ZWA002 LED Bulb 6 Multi-Color
2021-05-27 14:05:13.307 INFO : zwave-adapter: node5: name=“zwave-e6c6a1a0-5”, type=“Light Dimmer Switch”, location=""
2021-05-27 14:05:13.307 INFO : zwave-adapter: node5 valueAdded: 5-38-1-0:Level = 0
2021-05-27 14:05:13.307 INFO : zwave-adapter: node5 valueAdded: 5-38-1-1:Bright = undefined
2021-05-27 14:05:13.308 INFO : zwave-adapter: node5 valueAdded: 5-38-1-2:Dim = undefined
2021-05-27 14:05:13.346 INFO : zwave-adapter: node5 valueChanged: 5-51-1-2:Color Channels = 31 (no property found)
2021-05-27 14:05:13.346 INFO : zwave-adapter: node5 valueAdded: 5-51-1-0:Color = #000000 #RRGGBBWWCW
2021-05-27 14:05:13.347 INFO : zwave-adapter: node5 valueAdded: 5-51-1-1:Color Index = Off
2021-05-27 14:05:13.387 INFO : zwave-adapter: node5 valueChanged: 5-94-1-0:ZWave+ Version = 1 (no property found)
2021-05-27 14:05:13.387 INFO : zwave-adapter: node5 valueChanged: 5-94-1-1:InstallerIcon = 1536 (no property found)
2021-05-27 14:05:13.388 INFO : zwave-adapter: node5 valueChanged: 5-94-1-2:UserIcon = 1536 (no property found)
2021-05-27 14:05:13.429 INFO : zwave-adapter: node5 valueChanged: 5-114-1-4:Serial Number = 00001cd6bdb0271c (no property found)
2021-05-27 14:05:13.509 INFO : zwave-adapter: node5 valueChanged: 5-134-1-0:Library Version = 3 (no property found)
2021-05-27 14:05:13.510 INFO : zwave-adapter: node5 valueChanged: 5-134-1-1:Protocol Version = 4.38 (no property found)
2021-05-27 14:05:13.510 INFO : zwave-adapter: node5 valueChanged: 5-134-1-2:Application Version = 2.05 (no property found)
2021-05-27 14:05:13.664 INFO : zwave-adapter: node5 valueChanged: 5-39-1-0:Switch All = On and Off Enabled (no property found)
2021-05-27 14:05:13.705 INFO : zwave-adapter: node5 valueChanged: 5-115-1-0:Powerlevel = Normal dB (no property found)
2021-05-27 14:05:13.705 INFO : zwave-adapter: node5 valueChanged: 5-115-1-1:Timeout = 0 seconds (no property found)
2021-05-27 14:05:13.746 INFO : zwave-adapter: node5 valueChanged: 5-38-1-0:Level = 99 (no property found)
2021-05-27 14:05:13.946 INFO : zwave-adapter: node5 valueChanged: 5-51-1-0:Color = #FFFF000000 #RRGGBBWWCW (no property found)
2021-05-27 14:05:13.946 INFO : zwave-adapter: node5 valueChanged: 5-51-1-1:Color Index = Yellow (no property found)

Never heard of someone having this type of problem. But the log (no property found) message is not normal. Do any of your things work? Can you install an add-on for non-real things, like the pulse or timer or virtual things add-on, and do they work?

Thank you for your response! I did install the virtual things add-on, and it looked to be working the correct way. I will try the other add-on’s you metioned to see if those will work too.

I also have the system and weather add-on and they work good too.

I also installed the timer which looks to be working fine.
Only real devices are giving the log (no propery found).
Also installed the weather addon and that one is also working correctly.

So i do not know what the problem is anymore… Would love to get it working correctly on the ubuntu system i am running it on currently.

could the problem be because i did the compiling myself? Should i try to recompile the software and run the new compiled gateway?

Installed the gateway on an old pi, there it was working correctly.

So for what i see the problem is with the fact that I installed it on an Ubuntu machine that is x86 based. Compliled the gateway software myself by following the instructions on the github page.

Also noticed that i can change the location on the pi, but not on the ubuntu system.