galletn

Results 11 comments of galletn

Hi Guys, Glad I found this! I have the code, could you please help to put it in correctly? ![image](https://user-images.githubusercontent.com/21059110/232088494-58fb9a70-fc54-4699-ab93-b3442b12695f.png)

```import requests import json import datetime from homeassistant.helpers.entity import Entity from datetime import timedelta from homeassistant.util import Throttle URL_LOGIN="https://prod.zodiac-io.com/users/v1/login" URL_GET_DEVICES="https://r-api.iaqualink.net/devices.json" URL_GET_DEVICE_STATUS="https://prod.zodiac-io.com/devices/v1/" SCAN_INTERVAL = timedelta(seconds=30) def setup_platform(hass, config, add_devices, discovery_info=None): """Setup...

I have a quite busy period at work, but let me see what I can do. I already have the separate one, but I did not publish it yet.

If you already want to test the basics, this should read out your robot. add the extracted folder to your custom components folder. entry in the config File: sensor: -...

I'll try to send you my postman collection to see which of the URL's it is that gives you this error, for me it still works, so I think depending...

Sorry it took some time, but please find the postman collection included. I put $ where you should change some values. [Iaqualink.zip](https://github.com/flz/iaqualink-py/files/11467296/Iaqualink.zip)

I'll have a look to make a separate integration out of this somewhere this week, then we can commit and do whatever we need to make it work for all...

I guess we can move to https://github.com/galletn/iaqualink prepping it to get into HACS now

After a full restart (OS) of HA it was resolved for me.

indeed I think the only option would be to have it in config option / setup mode to select what you want to enable disable, but that has almost no...