David Straub

Results 497 comments of David Straub

Is somebody still pursuing this? I agree it would be great to have this functionality to have a way to compare the easy to parameterize EC models that are used...

Hmm, operation state is "ready" but power state is "off". I assume one of them is wrong. Can you monitor the event stream (e.g. by enabling debug logging) in which...

If you don't want to host it here because it contains sensitive information, you can send it to me via the e-mail address you can see in the git commits....

Hi, I finally had a look at the log file. The power state remains "Standby" all the time. I suspect that the event stream simply doesn't update this setting. Does...

Curious. Right now, the pseudo code for determining the power state is as follows, ``` if PowerState == "on": return "on" if PowerState == "standby": return "off" if OperationState ==...

In the `button.txt`, the API reports `PowerState.Standby` the whole time!

Oh OK, perhaps the value is fetched initially by `get_status` and then never updated by the API. Can you post a log where the actual API response is shown, perhaps...