Mark Bergsma
Mark Bergsma
Thanks! I was indeed planning to explore that at a later point, but I first wanted to start with a setup more similar to a "proper" GLM kit to implement...
Keep in mind that some of the GLM network functionality appears to be implemented by the GLM adapter (e.g. the communication sent to/from GNet address 1), and you'd be missing...
Just found (closed) issue #1 which didn't see a lot of activity. I assume this was closed for lack of testing?
> there are 2 protocols tested by me and some users: HTTP and TCP. > As I found out most new projectors (if not all) doesn't support control over TCP,...
The "SNO?" command appears to work - even when the projector is not turned on. I implemented the following method in ProjectorSerial: ``` async def get_serial(self): """Send request for serial...
> sounds good! When I got this PR I will prepare custom_component of epson for you, so you can test it thoroughly and then I can create PR in HA...
> Can you test if polling would work for serial connection for your projector? > In TCP it sends `IMEVENT` message as far as I remember I'm... not sure what...
I'm not aware of any support for push updates over the serial connection/protocol, so I think it's down to polling for now. The serial code as well as my updated...
> @markbergsma hey, is there a plan to merge your branch changes to HA? Yes, I can try to update my custom HA component with the latest HA code soon,...