I turns on ALL debug items since I have no idea what is needed.
When I look at all the sensors I’m seeing that even some of the ‘working’ ones dont have all the data read populated in Basic… and they have been working for 6+ months.
Hypothesis #1… Deconz is reading all cluster data on initial pairing. Even though these Bosch devices stay awake for 5mins. I’ve tested this on both Bosch and Aqara (Lumi) devices by simply clicking ‘read’ button on each Cluster after initial pairing and all the devices populate the cluster, even the not-so-easy Aqara sensors. Event the two recently added Bosch devices populate all clusters except for IAS Zone … so I suspect this is a different problem specific newer Deconz code as the other Bosch devices were added with Conbee1 and much older Deconz code (6+ months ago)
Hypothesis #2… I suspect Deconz is missing code to queue a device inspection upon next wake to gather missing data.
properly populated Basic Cluster from a not working Bosch…
properly populated Basic Cluster from a working Bosch…
not properly populated Basic Cluster from a working Bosch…
re Log Files…
Logging to file should simply be a checkbox (like 99% of all apps in the world - even poorly written ones like I make) people should not need to start/stop any app, ever, to log to a file… its literally 1 line of code to write to a file what you are writing on screen.
Same goes for Clusters… we should have a button that says, ‘Save Cluster data to file’. In Deconz you cant screenshot the entire set of cluster info in Basic (its too large); and you cant select and manually copy the tables either. I’m a crappy coder and I could write this code. Seriously, 5 mins (at most) for a good coder to put this in.