-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not upgrading to Version 0.0.9 seems to be stuck at 0.0.7 #6
Comments
There is no version 0.0.9 yet of the HA integration, however there is a 0.0.8 beta release which contains the latest benqprojector library with the changes required for your projector. You have to enable beta releases in HACS to be able to install this release. |
I got the 0.0.8 version installed, unfortunately I got the following error in the HA log This error originated from a custom integration. Logger: custom_components.benqprojector.config_flow Unexpected exception: ('modelname', '?', '*illegal forma') |
Could you change the |
Made the change the Manifest.json. I ran through the setup and now I get this error in HA "Error |
Make sure you've got all quotes and commas in the JSON right. This is what mine looks like:
|
ya I don't remember putting 121 in Json just 12 but missing the "." seems to have casused it Logger: homeassistant.util.package Unable to install package benqprojector==0.0.121: ERROR: Could not find a version that satisfies the requirement benqprojector==0.0.121 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.6.1, 0.0.7, 0.0.7.1, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12, 0.0.12.1) ERROR: No matching distribution found for benqprojector==0.0.121 [notice] A new release of pip available: 22.3 -> 23.0.1 [notice] To update, run: pip install --upgrade pip So fixed the Manifest file now its back to This error originated from a custom integration. Logger: benqprojector.benqprojector Unexpected response format, response: *ildlegal for> |
Ii released a net testing version of the library, could you change the version to |
ok this message looks different This error originated from a custom integration. Logger: custom_components.benqprojector.config_flow Unexpected exception: Invalid.init() missing 1 required positional argument: 'message' |
This error happens on a totally different place in the code and I don't understand how that canhappen if you have already configured your projector. Do you use a different serial to USB controller or other USB port since you've configured your projector in HA? |
I am running HA in a Container, but everything else seems good.
The text was updated successfully, but these errors were encountered: