Philipp Jeitner
Philipp Jeitner
For reference: This is the current implementation: https://github.com/Ekman/home-assistant-pure-i9/blob/master/custom_components/purei9/purei9.py#L48 ```python def state_to_hass( pure_i9_state: str, pure_i9_battery: str, purei9_dustbin: DustbinStates=DustbinStates.connected ) -> str: """Translate Pure i9 data into a Home Assistant state constant"""...
Yes, i have the same problem, but I'll not be able to fix it for the next 2 weeks. Another home assistant integration has experienced the same and there is...
Yes, i have the same problem, but I'll not be able to fix it for the next 2 weeks. Another home assistant integration has experienced the same and there is...
I've fixed the Login in version 0.0.15 by implementing their new authenticaion which is based on [SAP gigya](https://www.sap.com/germany/products/acquired-brands/what-is-gigya.html).
> While the robot is running and the local connection kept active, the robot seems to send async messages to the open channel when changing status (ex. cleaning -> go...
It should be the same, for me it worked without doing anything in homeassistant. But there might be differences depending on the region where your account is registered and/or if...
One thing you can do without breaking the official app's TLS connection is check if the requests are also going to the "us1.gigya.com" domain. This information should be contained in...
Fixed in version 0.0.16. The country needs to be passed seperately.