I have install razberry with zway and after severals attemps include, exlude, reset etc etc I always end up with same situation:
I only receive / decode humidity.
The log (below) seems to say that because the node 2.0 is already humidity it cannot be temp too and then no decode. Any way to fix it ?
That actually is a problem with old devices. For SensorMultilevel version < 5 there's no way to tell which sensor types it supports.
So if we receive and decode all incoming sensor types, then phantom sensors are created because of radio errors. And if we don't accept other sensor types after interview is completed (it is how it works now), there's no way to tell when interview is actually finished.
Probably will add some grace period after first report when new sensor types are still accepted to workaround this issue.
ok understood however, the documentation of the device clearly says what is supported and how.
If the auto-detect cannot work, is there any way to modify the output of the interview to manually add a sensor ?
Otherwise I just cannot use it
Software doesn't read documentation on devices, so it is not clear for it at all Furthermore, it doesn't actually care which device do you have, it only judges based on device class and available command classes.
This is why a new version of the command class was introduced, so it can tell controller which sensor types it supports.
For old versions there was a workaround added, will be available in rc builds soon.