Releases: rrooggiieerr/homeassistant-benqprojector
0.1.3 - Improved network connection stability
What's Changed
- Improved handling of lost connections for network connected projectors
- Support for W600L
- Add translation for Simplified Chinese. by @myhades in #26
New Contributors
Full Changelog: 0.1.2...0.1.3
Contribution and appreciation
You can contribute to this integration, or show your appreciation, in the following ways.
Contribute your language
You're invited to provide translation files for your language to improve the covered languages. See the instructions in the Readme
on how to contribute translations.
Star this integration
Help other Home Assistant users find this integration by starring the GitHub page of this integration.
Click ⭐ Star on the top right of the GitHub page.
Support my work
Do you enjoy using this Home Assistant integration? Then consider supporting my work using one of
the following platforms, your donation is greatly appreciated and keeps me motivated:
Hire me
If you would like to have a Home Assistant integration developed for your product or are in need
for a freelance Python developer for your project please contact me, you can find my email address
on my GitHub profile.
0.1.2 - Better native network support and actions
This release should finally resolve the issues with native networked projectors. Thanks @omelettedufromagee for resolving this! Please let me know if your networked projector does or doesn't work by creating a brief GitHub issue.
Also 2 actions are implemented benqprojector.send
and benqprojector.send_raw
so commands can be send which are (not yet) implemented by the integration.
Using these actions you can send the commands menu
, up
, down
, left
and right
to navigate the on screen menu.
What's Changed
- Native networked projectors should now work. Thanks @omelettedufromagee for resolving this!
- Actions for sending unsupported commands.
- New commands and video sources supported
- Video sources are now nicer presented thanks to the power of translations
- Video sources as defined in the config files were not always used, this is now resolved
- Uses new options flow properties as introduced in Home Assistant 2024.12
- More bugs splashed
- HT4550i / W4000i config file by @omelettedufromagee
- French Translation by @omelettedufromagee in #21
Translations
You're invited to provide translation files for your language to improve the covered languages. See the instructions in the Readme on how to contribute translations.
New Contributors
- @omelettedufromagee made their first contribution in #21
Full Changelog: 0.1.1...0.1.2
Support my work
Do you enjoy using this Home Assistant integration? Then consider supporting my work using one of
the following platforms, your donation is greatly appreciated and keeps me motivated:
Hire me
If you would like to have a Home Assistant integration developed for your product or are in need
for a freelance Python developer for your project please contact me, you can find my email address
on my GitHub profile.
0.1.1 - Smashing some bugs
This release fixes some issues with projectors that do not return a model name and an issue where network connected projectors were not detected during configuration.
Network connected projectors
I don't own a network connected projector and have implemented the network functionality using a serial to network bridge. The support for native network connected projectors is thus experimental. Let me know if your network connected projector does or does not work by creating an issue on the GitHub repository.
Translations
The English translation has some errors fixed and the Dutch translation now also translates entity names. You're invited to provide translation files for your language to improve the covered languages. See the instructions in the Readme on how to contribute translations.
Full Changelog: 0.1.0...0.1.1
Support my work
Do you enjoy using this Home Assistant integration? Then consider supporting my work using one of
the following platforms, your donation is greatly appreciated and keeps me motivated:
Hire me
If you would like to have a Home Assistant integration developed for your product or are in need
for a freelance Python developer for your project please contact me, you can find my email address
on my GitHub profile.
0.1.0 - Asynchronous communication and translations
This release changes quite some things under the hood, not visible by the user on first sight. Communication with the projector now goes in an asynchronous way, just the way Home Assistant likes it. Further the config workflow has been reworked to give it a bit smoother look.
For the user the biggest change might be that you can now use the integration in your own language, provided there is a language file available. You're invited to provide translation files to improve the covered languages.
Full Changelog: 0.0.14...0.1.0
Support my work
Do you enjoy using this Home Assistant integration? Then consider supporting my work using one of
the following platforms, your donation is greatly appreciated and keeps me motivated:
Hire me
If you would like to have a Home Assistant integration developed for your product or are in need
for a freelance Python developer for your project please contact me, you can find my email address
on my GitHub profile.
0.0.14
Full Changelog: 0.0.12...0.0.14
0.0.12
- Improve error and connection handling
- Handling more edge cases for detecting the projector
- Fix an async connect issue in the config flow
- Support for keystone correction and LED indicator
Full Changelog: 0.0.11...0.0.12
0.0.11
- Support for model MW519
- Support for Color Temperature Fine Tuning
- Support for setting the Menu Position
Full Changelog: 0.0.10...0.0.11
0.0.10: Network support
This release adds support for connecting your BenQ projector over the network. I don't own such projector and have implemented the network functionality using a serial to network bridge. The network support for native networked BenQ projectors is thus experimental. Let me know if your network connected BenQ projector works.
0.0.8
- Add support for W1100
- Better command response handling
- You can now send command and raw commands to your projector using a custom service to access features which are not (yet) supported by the integration
0.0.7
- Fixes configuration for X3000i
- Better communication error handling