Skip to content

Releases: rrooggiieerr/homeassistant-benqprojector

0.1.1 - Smashing some bugs

21 Oct 20:41
Compare
Choose a tag to compare

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:

Github Sponsors PayPal BuyMeCoffee Patreon

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

06 Jul 06:58
Compare
Choose a tag to compare

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:

Github Sponsors PayPal BuyMeCoffee Patreon

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

24 Jan 08:17
Compare
Choose a tag to compare

Full Changelog: 0.0.12...0.0.14

0.0.12

23 Dec 17:46
Compare
Choose a tag to compare
  • 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

22 Dec 17:56
Compare
Choose a tag to compare
  • 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

20 Dec 23:36
Compare
Choose a tag to compare

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

19 Jan 20:29
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
  • 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

04 Jan 01:41
Compare
Choose a tag to compare
  • Fixes configuration for X3000i
  • Better communication error handling

0.0.6

24 Dec 18:34
Compare
Choose a tag to compare

This release fixes the following issues:

  • Video sources not being loaded on startup when projector is off.
  • Lamp time sensor becoming unavailable.

0.0.5 - New Data Update Coordinator

12 Dec 19:58
Compare
Choose a tag to compare

This version implements a Data Update Coordinator for more efficient fetching of the projector status.