mezz64

Results 70 comments of mezz64

I'd prefer to just have one method, especially if they've changed the app to no longer use the old way. Best thing to do is define your new functions and...

I'm not seeing any issues on my end. The known url is working as expected.

Please provide a snapshot of the reported bed level the next time it happens. That is the value used internally by pyEight to figure out whether or not someone is...

I use the delta over the last 4 readings (I fetch updated data once a minute so we don't hammer the Eight API) and a threshold of being below 50%...

It's not an absolute threshold, it only starts to check the deltas once the sensor goes below 50%. You will never see it change prior to that. This is the...

The HASS implementation is a good reference. Otherwise I can probably post up a sanitized version of my basic testing code for you in a week or so.

This is my test workflow that should give you a simpler look at how to use it: ```python """ Library Test File """ import logging import asyncio from pyeight.eight import...

I'm open to adding it if someone can capture the API calls for the settings. I don't have a POD so I need to rely on others to source that...

@julianrinaldi I've got some time to look into this. First step is to capture the standard API outputs from your POD pro and post here. We'll go from there on...

I just double checked, endpoints seem to be working fine. Are you sure you changed the second request to a "GET" rather than a "POST"? Maybe post a screen shot...