Manuel Pietschmann
Manuel Pietschmann
Closing for now assuming the fix works.
Thanks for looking into this :+1: It's a tricky one, for now I'd like to keep the disabled reporting since I need to make some more testing first how this...
There is also a `config/windowopen_set` already, the variable is wrongly named RConfigWindowOpen ;) ``` const char *RConfigWindowOpen = "config/windowopen_set"; ``` Used in https://github.com/dresden-elektronik/deconz-rest-plugin/pull/6054 I have a few questions about the...
Ok thanks, I start to understand this more :) We should extend/clarify the description for items in the /generic/items JSON files. I'd suggest we deprecate `config/windowopen_set` in favor for `config/windowopendetectionenabled`,...
...and perhaps name it `config/windowopen_detection_enabled`
Currently we don't but would be nice to have one :) The underscores were introduced for some newer items like for the alarm system `config/armed_away_trigger_duration`. Personally I increasingly like the...
> ## last_modified > > Add the complete time definition : `2023-01-08T17:24:24z` Good point, yes should be the full format. > ## product > > Allow the source DDF product...
Thanks a lot, it's a good write up for the format :+1: Perhaps we should leave the DESC chunk uncompressed as it's already small in most cases. For the file...
I agree that's a good approach to quickly seek around the data. Also that signatures are for the DDFB content makes a lot of sense, so we could add more...
Yes this will be added in future, I'd like to add some kind of command promt to execute various commands like query firmware version and store/restore configuration.