Manuel Pietschmann
Manuel Pietschmann
Before starting to merge the other device PRs I'd like to get this in to hopefully have less merge conflicts. Since we don't have a conclusion yet for the Develco...
Hi thanks for the PR. @hanskroner @ebaauw is this ready to be merged or wait for next beta?
Could you check with latest stable version? The `null` values on devices should be solved there.
Ah right, the `"replacesbridgeid": null` is a relict from the Hue API (if memory serves it's null there too). I think we can ditch it since it's never used by...
> @manup is this one fixed in latest beta ? I think no, will do some tests. If I remember correctly the switch between raw DDF and bundle was already...
Just tested with v2.27.4-beta here it works fine. Tested with Ikea signal Repeater and Tradfri On/Off Switch. -----  `GET http://skull:8090/api/12345/devices/cc:86:ec:ff:fe:1b:2e:6b` ``` { "ddf_hash": "ba9f2028165e5db43a4d9831134cf895198b198df7831a5a33c7b5332b3f1fa4", "ddf_policy": "latest_prefer_stable", "lastannounced": "2024-07-09T08:41:42Z", "lastseen":...
But please check with your setup too, sometimes stuff only works in mine :smile:
Thanks a lot for the PR. From a first coarse look the direction where this goes is pretty good. I don't understand every detail yet and need to dig deeper,...
The PR now runs in my setup, fingers crossed. I have to admit it's rather hard to review. Overall I like that we get rid of ~600 lines of code....