diff --git a/README.md b/README.md index d0fff4e..a8e64d1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Home Assistant BenQ projector integration Home Assistant integration that supports sending commands to BenQ projectors -over the serial interface. +over the serial interface or serial to network bridges like esp-link. @@ -11,8 +11,8 @@ series but probably also others. # Protocol -This integration works if your projector has a serial port **and** supports -the following command structure: +This integration works if your projector has a serial port or network +connection **and** supports the following command structure: ``` *=# @@ -21,11 +21,12 @@ the following command structure: Where `` is a Carriage Return Example: -Power on : `*pow=on#` +Power on: `*pow=on#` The same commands should work over a network connection, but I don't own such -projector and have not implemented any network functionality. Contact me if -you have a network connected BenQ projector and like this to work. +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. ### PJLink @@ -56,6 +57,8 @@ Not supported: * RP790S * RP705H +Some projectors need to be on to be able to detect the model and the integration to work. + Please let me know if your projectors is also supported by this plugin so I can improve the overview of supported devices. @@ -86,5 +89,5 @@ be added to your Integrations view. If your wiring is not right you will get a *Failed to connect* error message. Do you enjoy using this Home Assistant integration? Then consider supporting -my work:\ +my work: [Buy Me A Coffee](https://www.buymeacoffee.com/rrooggiieerr) diff --git a/custom_components/benqprojector/manifest.json b/custom_components/benqprojector/manifest.json index 5efe03c..b1490fe 100644 --- a/custom_components/benqprojector/manifest.json +++ b/custom_components/benqprojector/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "benqprojector==0.0.13.1" ], - "version": "0.0.9" + "version": "0.0.10" } diff --git a/info.md b/info.md index 8927b9f..db25155 100644 --- a/info.md +++ b/info.md @@ -5,7 +5,7 @@ # Home Assistant BenQ projector integration Integration that supports sending commands to BenQ projectors -over the serial interface. +over the serial interface or serial to network bridges like esp-link. @@ -15,8 +15,8 @@ series but probably also others. ## Protocol -This integration works if your projector has a serial port **and** supports -the following command structure: +This integration works if your projector has a serial port or network +connection **and** supports the following command structure: ``` *=# @@ -25,11 +25,12 @@ the following command structure: Where `` is a Carriage Return Example: -Power on : `*pow=on#` +Power on: `*pow=on#` The same commands should work over a network connection, but I don't own such -projector and have not implemented any network functionality. Contact me if -you have a network connected BenQ projector and like this to work. +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. ### PJLink @@ -75,5 +76,5 @@ be added to your Integrations view. If your wiring is not right you will get a *Failed to connect* error message. Do you enjoy using this Home Assistant integration? Then consider supporting -my work:\ +my work: [Buy Me A Coffee](https://www.buymeacoffee.com/rrooggiieerr)