Josh Anderson

Results 21 comments of Josh Anderson
trafficstars

I just got a glow device this week and noticed this. Just [pushed a fix](https://github.com/andersonshatch/ha-hildebrandglow/tree/fix-negative-demand) that I will open a PR for shortly (plus some other changes e.g. production sensor...

@townsmcp have yet to see that, but has only been a day or so with the device. Sounds more like #54 though. This issue (and what my change addresses) occurs...

Ah, I see, thanks for the extra detail @scott400k the changes I've made are for a separate issue then. Though I think I do see where your issue lays, the...

Are you using the fan only workaround? I thought state updates should work _unless_ that is enabled, though I have to use the workaround so can't really test myself.

Maybe you can turn off fan only workaround, and lower the scan interval until timeouts go away? Then perhaps accurate states would eventually show in HASS? Out of interest, why...

Nice idea, I considered making this as a Homebridge plugin at first; ended up going with MQTT targeted specifically at home-assistant compatibility in the end, and I'm using Homebridge-homeassistant to...

Out of interest, have you tried out running somactrl by itself? Does that successfully connect? I wonder if there's already a Homebridge plug-in that'll talk MQTT or HTTP allowing you...

This is intentional, at least for now. You should get open for any state except for completely closed. See here: https://github.com/andersonshatch/soma-ctrl/blob/17859209d7f12b596e187734c9f9101a13a9a564/src/SomaShade.js#L55 I think it's probably feasible to add closing, and...

Thanks for the extra context. I suppose if `opening` and `closing` were added, you could assume `stopped` when you got either `open` or `closed`? Would you be polling the state...

I think there was essentially a race sometimes between whether you'd get the targetPosition of what you requested, or the one from the previous state. And state opening/closing I was...