Replies: 2 comments 1 reply
-
You JSON is right, and that is the way to auto-update HAA. In your case, every Saturday at 1:05h. Of course, while device is updating, it will not be available on HomeKit, physical buttons will not work, etc. Other issue could be that new firmware has a bug, but this case is the same if you update device by yourself. |
Beta Was this translation helpful? Give feedback.
-
OK, thanks. Could you create a value for "a" other than 2, so that it would only update in case of minor update? Someting like this:
@RavenSystem, What do you think about this feature? |
Beta Was this translation helpful? Give feedback.
-
Hi,
With the frequency of HAA updates, I have thought it might be interesting to add an "Auto-update" feature to some of my devices. The JSON could be something like this:
{
"c":{
...
"tz": "CET-1CEST-2,M3.5.0/2,M10.5.0/3",
"ntp": "pool.ntp.org",
"11": { "s": [{ "a": 2}] },
"tt": [[11, 1, 5, 6]]
},
"a":[{
"t":.....
Its operation would make that once a week, at dawn, it enters the OTA update search mode.
Would this JSON be correct? Could there be any downside to having devices that update themselves?
Beta Was this translation helpful? Give feedback.
All reactions