jstrausd / homebridge-simple-wled

Homebridge Plugin to control WLED LED-Strips
ISC License
63 stars 17 forks source link

update crashed my HOOBS hub #15

Closed wildman199 closed 3 years ago

wildman199 commented 3 years ago

After updating the simple wled all the json config setting are all out of order. Had to do a system restore.

jstrausd commented 3 years ago

From which to which version did you update and what happend exactly after the update? Is everything working now after the system restore?

wildman199 commented 3 years ago

Restore fixed it. Didn’t have time to get details.

Sent from my iPhone

On Mar 17, 2021, at 8:50 AM, Jonathan Strauss @.***> wrote:

 From which to which version did you update and what happend exactly after the update? Is everything working now after the system restore?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wildman199 commented 3 years ago

From 1.0.14

Sent from my iPhone

On Mar 17, 2021, at 11:41 AM, William Bailey @.***> wrote:

Restore fixed it. Didn’t have time to get details.

Sent from my iPhone

On Mar 17, 2021, at 8:50 AM, Jonathan Strauss @.***> wrote:

 From which to which version did you update and what happend exactly after the update? Is everything working now after the system restore?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wildman199 commented 3 years ago

I remember it said something about plug-ins missing

Sent from my iPhone

On Mar 17, 2021, at 11:41 AM, William Bailey @.***> wrote:

Restore fixed it. Didn’t have time to get details.

Sent from my iPhone

On Mar 17, 2021, at 8:50 AM, Jonathan Strauss @.***> wrote:

 From which to which version did you update and what happend exactly after the update? Is everything working now after the system restore?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jstrausd commented 3 years ago

Ok so after the system restore, you are again at version 1.0.14, if i understood this correctly?

wildman199 commented 3 years ago

Correct

Sent from my iPhone

On Mar 17, 2021, at 11:59 AM, Jonathan Strauss @.***> wrote:

 Ok so after the system restore, you are again at version 1.0.14, if i understood this correctly?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jstrausd commented 3 years ago

Oh ok... The big change from 1.0.14 to the latest version (currently 1.2.3) is, that the Plugin changed from the AccessoryPlugin to a Platform Accessory Plugin so you have to change your config.json to "platforms". See the Readme example (https://github.com/jstrausd/homebridge-simple-wled#-adding-the-accessory-to-the-configjson).

wildman199 commented 3 years ago

Ok. Do I do the update first or the config and what is the benefit of new configuration?

Sent from my iPhone

On Mar 17, 2021, at 12:08 PM, Jonathan Strauss @.***> wrote:

 Oh ok... The big change from 1.0.14 to the latest version (currently 1.2.3) is, that the Plugin changed from the AccessoryPlugin to a Platform Accessory Plugin so you have to change your config.json to "platforms". See the Readme example (https://github.com/jstrausd/homebridge-simple-wled#-adding-the-accessory-to-the-configjson).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jstrausd commented 3 years ago

It doesn't matter in which order you do it. The benefits are, that you can control multiple wleds with one accessory and you can define a own list with effects you can control and so on...