Zwavejs2mqtt not updating sensor values

I’m using zwavejs2mqtt and Home Assistant, both in docker.
I recently needed to reinstall my system, but now the values of the sensors in the Z-Wave devices don’t get updated.

Amongst others, I have thermostatic radiator valves (Eurotronics) and power sockets (Aeotec).

Sending value changes (like thermostat set points) seems to work fine. They get updated on the device. But receiving value changes only seems to work if I do a manual refresh in the zwavejs2mqtt control panel. I read somewhere to poll for the values, but for battery operated devices, that doesn’t seem to be recommended.

Any idea what I could do?

I know there are similar questions, but those other posts didn’t seem to provide the solution I’m looking for. Although, if I missed the correct post, feel free to point me to it.

Thanks

Did you just install new softwatre or did you redo you zwave network. If you look at the js log, do you see for example the power values coming in from your power sockets?
Could be many things…reporting value from zwave nodes to controller is mostly set on node itself, so you could try disabling reporting for one node and then enable it again. Also a reinteview might trigger reporting to work again.

Healing and reinterviewing didn’t help.

Removing a valve node and re-adding it seems to have fixed all the valves.

For the power sockets: For some reason the sending of updates was disabled although I didn’t touch any of those settings.

So the problems seem to be fixed for now.

Thanks