- Commands with the same values are now merged. If you have used commands as inputs, please remove the TV cache and create a new one by clicking the "refresh" button in the UI and revise your config
- Added new tv channel source:
ATSCT
- Minor Bugfixes
- Fixed an issue where editing tv via config-ui-x displayed a blank screen
- Fixed an issue where
oldModel
TVs would repeatedly display warnings in the log - Fixed an issue where
sheduledRefresh
was causing an error - Fixed several issues where channels, inputs and commands were moved to the application cache
- Minor bugfixes
- Support for older TV models which does not support all methods used by this plugin
- Bump dependencies
- Fixed an issue where updating the TV via
refreshInputs
saved incorrect data - Fixed an issue where
oldModel
didnt work properly - Minor UI bugfixes
- New Speaker Type:
fan
- Refreshing tv cache through config ui x will no longer cached inputs (like hdmi, cec etc.)
- Fixed an issue where updating the TV via the config ui x saved incorrect data
- Minor bugfixes
- Refactored
volume selector
: IRCC instead of API calls
- Minor Bugfixes
- Custom UI
- Added a
popover
to Configs (navi)
- Added a
- Homebridge
- Added new
oldModel
option to the config.json, which allows to hide errors in the log when the API is not available
- Added new
- Updated dependencies
- Fixed an issue where reloading/fetching inputs didnt work
- Fixed an issue where editing the config with custom ui didnt work
- Fixed an issue where custom remote commands were ignored
- Fixed an issue where changing volume didnt work on some tvs
- Minor Bugfixes
- Sheduled Refresh
- Added new
sheduledRefresh
option to config.json. Sheduled Refresh enables automatic refreshing of the inputs list in the background.
- Added new
- Config
- Moved
polling
from config.polling to config.tvs[].polling to allow specific polling timer for each tv
- Moved
- Fixed an issue where refreshing television (inputs) also removed the television cache (name, input visibility)
I am happy to present you version 5 of homebridge-bravia-tvos. The plugin has been redesigned from scratch, offers a new config UI and works much faster than v4. However, most of the changes have been done in the backend to make the plugin even more stable.
Unfortunately some changes had to be made in config.json to improve readability and adapt it to the new version. For this reason I recommend you to delete the TV from your config.json and then reconfigure it via homebridge-config-ui-x. And please take a look at the example-config.json (If you enter the same name as before as TV name, the TV does not have to be removed from HomeKit).
Have fun with version 5
- seydx
- Homebridge
- Dropped support for homebridge below v1.3.0
- Config
- Televisions
- Added
active
key totvs
to enable/disable the tv without removing it from config. Warning: Default value for active is false, this means, that if you DON'T adjust your config.json and add"active": true
to the tv, the tv will be removed/not exposed from/to HomeKit! - Refactored
apps
- Refactored
channels
- Refactored
commands
- Refactored
inputs
- Added
- Speaker
- Added
active
key totvs.speaker
to enable/disable the speaker without removing it from config. Warning: Default value for active is false, this means, that if you DON'T adjust your config.json and add"active": true
to the speaker, the speaker will be removed/not exposed from/to HomeKit! - The
Speaker
Accessory will no longer be exposed as an additional accessory in HomeKit. Instead, it now appears as an additional service in the TV. - The accessory type
speaker
was removed
- Added
- Televisions
- Homebridge UI
- The config ui was completely rewritten in
@vue
for a better user experience
- The config ui was completely rewritten in
- The code has been refactored (again)
- The backend module
@seydx/bravia
was completely rewritten - Adjusted config.schema.json to reflect the changes mentioned above
- Updated dependencies
- Some minor bugfixes
- Fix #127
- Minor improvements & bugfixes
- Bump dependencies
- Bump deps
- Bugfix
- Bugfixes
- Bump bravia module
- Added more channel types
- Added new function to save tvs in cache*
*It is now possible to change the tv or inputs name and visibility state from inputs without losing the data on next restart!
- Bump dependencies
- Fixed incorrect channels, again...
- Added random string to input subtypes to avoid inputs with same subtype
- Fixed incorrect channels
- Updated deps
- Bugfix macros if not defined
- Added new inputs types: Macros
- Bump bravia dependency
- Bugfixes
- Bugfix: Added plugin ui utils as dependency
- Config UI X - Custom UI Support
- Bugfixes
- Bugfixes
- Changed PIN method from token to appName/appUUID
NOTE:
If you are using this plugin with token (PIN), you need to generate new credentials through the "pair" command. Read here: https://github.com/SeydX/homebridge-bravia-tvos#token-pin-authentication-prefered
- Added new DisplayOrder function to manually rearrange the order of inputs
- Added CurrentVisibilityState & TargetVisibilityState to hide/show inputs from Apple Home
- Fixed target channel uri
- Better error handling
- Better debug
- fixed getCurrentExternalInputsStatus
- Removed unnecessary deps
- Updated bravia dep (need for debug)
- Added new option to turn on TV over WOL
- Fixed fetching inputs
- Partial support for non android TVs
- Fix volume up
- Fix apple remote volume
- Refactored code
- BETTER: Authetication flow
- BETTER: Reduced cpu/ram usage
- BETTER: Detection for tv inputs
- NEW: IRCC commands as inputs
- NEW: Config UI X support
- NEW: Speaker types (switch, lightbulb, speaker)
- NEW: Customizable Apple Remote Commands
- Bugfixes
BRAKING CHANGES: If you use v3 of this plugin, please remove the added TV from Homekit/Homebridge before updating! Otherwise you have to reset Homebridge!
- Bugfixes
- Use input label when defined (#47)
- Bugfixes
- Debugging improvements
- Debugging improvements
- Bugfixes
- Completely rewritten code
- Faster
- Bugfixes and Improvements
- Better communication
- More memory efficient
- Designed for iOS 12.2
- Debug mode
- Dynamic Platform Plugin
- Bugfixes
- Performance improvements
- Ability to add multiple TVs
- Designed for iOS 12.1 and lower
- Init release