Adrian Sampson

Results 1057 comments of Adrian Sampson

I'm glad you're interested, but TBH I don't know! The right place to start is to read the HA documentation to figure out what other energy-reporting components do.

Hi! No, we haven't added any support to the HA component. I'm not sure if anyone's working on it… @dacrypt, it looks like you might have a prototype working? Shall...

That’s normal—the monitoring we do seems to acquire exclusive access to the device. Not sure why LG doesn’t let two apps communicate with the same device at the same time.

It's possible, but it will require some hacking! I have done the reverse-engineering to sort out the [fan speed option](https://github.com/sampsyo/wideq/blob/8615be9722595e07a90197010a557bf1b13f7429/wideq.py#L903) in wideq, but not the rotation/swing parameter. So for the...

@bessss89, maybe we should discuss this in a new issue just about fan speed? In any case, the device class will need to implement these methods from the HA API:[`current_fan_mode`](https://github.com/home-assistant/home-assistant/blob/4347a0f6b7a24ee244d50462d85702fb89209b67/homeassistant/components/climate/__init__.py#L348)...

Unfortunately no! The API is telling you that your token is invalid, but it’s not telling you why.

Hi! Can you clarify what you would consider setting up? We don't have any tests for this component…

Neat; that seems cool! Thanks for offering! I think flake8 would be great, but we can probably do without the auto-formatter, at least for now. 🙏

Cool! Let's try your combined GH action and see how it goes.

I would love some help sprucing up the PR to get it into a mergeable state, yes! I unfortunately can't test it myself because neither of my AC units seem...