Added
- This release hopes to bring more reliability when using HomeKit scenes and device groupings, by using:
- A queueing system for device updates (HTTP requests) to replace the random delays
- Delays between HTTP requests are set to 7.5 seconds which seems to work reliably
- The refresh interval for device sync will skip whilst device updates are being sent
- Configuration checks to highlight any unnecessary or incorrectly formatted settings you have
- Link to 'Configuration' wiki page in the plugin-ui
Changes
- ⚠️
ignoredDevices
configuration option is now an array not a string - If a device's current status cannot be retrieved then the log message will only be displayed in debug mode
- Colour conversation formula changes
- Error messages refactored to show the most useful information
- [Backend] Major code refactoring
- [Backend] Code comments