-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support for Dreamscreen solo #19
Comments
First guess, you looked into the wrong repo. This is only the HA bridge and loads PyDreamscreen I have no time right now. But here is the quickstart: I'll check later. |
Hi Gregory,
Thanks for the tip. I got it working in the meantime !!
I was not aware of the pydreamscreen (I’m a newbie to home assistant and docker and python, but I have some background in C++, so I managed) 😊
Attached the updated files
…__init__.py from the custom_components/dreamscreen folder in __init__.zip
* Added pydreamscreen.DreamScreenSolo class/type
* Removed logger on line 249. It broke the code, don’t know why.
Pydreamscreen/__initi.py & devices.py in PYDREAMSCREEN_SOLO.zip
* Added DreamScreenSolo device (7) and class etc etc.
* I think the code is complete, I updated everywhere where there was DreamScreen4K I added similar code for DreamScreenSolo
Thanks for your quick reply, it set me on the right track to resolve this in ~3 hours.
Andre
[PYDREAMSCREEN SOLO.zip](https://github.com/GregoryDosh/Home-Assistant-DreamScreen-Service/files/3316993/PYDREAMSCREEN.SOLO.zip)
[__init__.zip](https://github.com/GregoryDosh/Home-Assistant-DreamScreen-Service/files/3316994/__init__.zip)
|
Hi, I'm not Gregory :D Could you close the Issue, as its done please? |
Sorry I've not been active with this. I've moved across country and been unable to get much coding done along with the fact that my Dreamscreen is still back in my previous house at the moment. @J3n50m4t thank you for your pull requests & help. |
Thanks J3n50m4t :) |
I've "merged" your commit to both Repos. Next time it would be nice if you create a PR. HA Dreamscreen commit ID:235b1ee965d090d605511fa535c24db6e5bd8dca pydreamscreen commit ID: e355c10b11107e3c56d0d68d6a23e52d2d71902b |
I have a Dreamscreen Solo that I'm trying to link to Home Assistant.
I end up getting the following error message: Unknown Device type: 7.
I think this is simply because DS created a new type for the Solo next to the HD and 4K versions.
In the message received from the Solo one can even conclude that the HDMI-inputs are 'supported' although the Solo only has 1 input and no outputs.
I went through the python code and I cannot figure what to change in the code itself to get my Solo working with your great work.
I hope this is a simple fix and you can guide me to the right lines in the python code.
Andre Klap
The text was updated successfully, but these errors were encountered: