bertocea85
bertocea85
hello! yes, that would be fine, I have a polaris and could help in whatever is needed.
thanks @galletn! this part sensor: - platform: iaqualink username: password: api_key: EOOEMOW4YR6QNB07 name: directly in configuration.yaml? gives the following error Registrar: homeassistant.setup Source: setup.py:251 First Occurred 14:24:48 (1 occurrences) Last...
I have already managed to make it appear as an entity within home assistant. the robot's data appears. but there is this error message. {'message': "Authorization header requires 'Credential' parameter....
thank you @galletn yes, I can manage with postman. I see that the app makes POST calls passing a signature, timestamp and user_id field. The url is https://r-api.iaqualink.net/v2/devices/{serialnumber}/control.json and adds...
Exactly! it asks for some kind of Authkey. Using Mitm I see that it sends a GET request (https://r-api.iaqualink.net/v2/devices.json?user_id=xxxxxx&signature=xxxxxxxxxxxxxxxxxxxxxxxxxx×tamp=1683565854) and passes three values. User_id, signature and Timestamp. These last two...
I understand that the iaqualink folder is inside custom_components (custom_components/iaqualink/xx.py). I have added in sensors.yaml - platform: iaqualink username: !secret iaqualink_username password: !secret iaqualink_password api_key: EOOEMOW4YR6QNB07 name: XXX And in...