This is the change log for the plugin, all relevant changes will be listed here.
For documentation please see the README
- Use proper storage folder
plugin-persist/homebridge-bravia
- Avoid annoying warnings
- Small improvements
- Store channels for external TVs in file as the device cache in homebridge doesn't store external devices
- Improve channel update logic
- Allow enabling debug output per TV through UI
- Fix debug output not working
- Fix UUID issue causing external TVs to be added twice
- External TVs might have to be added again
- Fix adding devices in non-external mode
- Fix external accessory mode (not enabled by default)
- External accessory mode will currently need to re-scan the TV channels on each homebridge boot
- disable external accessory mode as its broken as of now
- make externalaccessory mode the default
- add accessory category to fix icon display
- fix removal of nonexisting accessories
- update README with new options
- add option to register TV as external accessory, this allows multiple TVs to appear in the remote app
- hide more warnings
- README updates
- only log warnings when in debug mode
- improve error checking of TV responses
- layout fix
- cleanups
- add changelog
- add development info
- fix client ID issue for waking up TV
- fix error when plugin is started without config (old homebridge)
- only scan channels if TV is on
- increase security by using unique uuid per instance
- fix channelupdaterate
- allow renaming channels
- improve internal channel number handling
- use map for channel identifier
- avoid escalating channel identifiers
- allow setting address for WOL
- cleanups
- small fixes
- less scary error messages
- update channels continuously by default
- allow updates of channel/app list
- fix error when channels appear twice in the TV
- fix crash when channel is not found
- fix starting applications
- README updates
- small fix in IR URL
- code cleanups
- use dynamic accessory model (no more blocking HB boot)
- store cookie file in HB storage path
- store separate cookie files for separate TVs
- use web server for PIN entry
- requires setting up existing TVs again!
- remove ping test
- improve config panel
- fix mac address in config panel
- add support for config-ui-x settings panels