Einar S. Idsø

Results 13 comments of Einar S. Idsø

I just logged on again with developer mode active, and I can confirm the endpoints (copy-paste, so 100% accurate): `https://mypagesapi.sectoralarm.net/api/housecheck/doorsandwindows` `https://mypagesapi.sectoralarm.net/api/housecheck/smokedetectors` `https://mypagesapi.sectoralarm.net/api/v2/housecheck/temperatures` Yes, it looks kinda funny that only the...

What is this? ![image](https://user-images.githubusercontent.com/2356425/221194668-256e8e8f-cf6d-4f31-8db1-64bf1ec95c38.png)

Please hold off on merge since tests failed. Rerunning tests now.

Are you suggesting to set the property isconnected when connect() succeeds? isconnected == True will not be able to account for a broken connection after calling connect(), so I am...

A pretty-printed string may not be the best option for something to pass along to other functions. How about something like this instead? client.status() {"name": "Servername", "imstype": "aspenone", "imsbasetype": "ip21"}...

Hi Stefan, I have never tried tagreader in a *nix environment before, but I would be happy to make it work it if it doesn't already. The Windows registry is...

I would be very interested in details of which parts of tagreader code you needed to tear out to make it work. Would you be able to write a PR?...

Tag description and units for PI servers introduced in 5ae13364254ccbf443e75ec51aaa4921abaacba0 (get_units(), get_descriptions()) and extended to Aspen in d95fddac81985b2f77c7dedd3ed83c3f42ad78c5. Can add range if I find the correct fields to fetch -...

Takk! Å hente ut IP.21 trenddata med mapping kan tagreader fra før, men her kan det se ut til at du har funnet en måte å også hente ut metadata...

Proposed solution: Wrap parts of `_read_single_tag()` in a try-except-clause where we try to fetch data n times until we report a failure and die. `max_rows` gets automatically reduced (halved?) on...