Skip to content

MagicHome v1.1.3

Latest

Choose a tag to compare

@Highsteads Highsteads released this 21 Aug 08:07

A diagnostics release. No behaviour changes to the lights.

  • Any device action the plugin does not handle now logs a warning naming it, instead of being ignored in silence. Being asked to do something and quietly not doing it is the worst available outcome — no effect and no explanation.
  • Every action dispatch is logged at debug level.
  • The device's capability properties are now set from the model the controller reports, rather than from whatever the device was created with. An RGBWW controller no longer ends up declared as RGBW with a white channel it cannot reach.

Worth knowing

If changing the colour does nothing while on and off still work, close the colour picker and open it again. A picker that was open before the plugin restarted is left pointing at an instance that no longer exists, and using it does nothing at all — including logging nothing. On and off keep working because those come from the device list, which stays live.

That is not specific to this plugin, and it bites hardest while you are setting one up, since that is when it gets restarted with dialogs open. It is now in the troubleshooting guide.