Giter VIP home page Giter VIP logo

spiderpy's Introduction

ARCHIVED

The spider application is no longer available as of September 1st, 2023. Therefor it has no use anymore to maintain this library. See #120

SpiderPy

Unofficial Python wrapper for the Spider API, to control your Spider installation. Use the same credentials as the ones you use at https://mijn.ithodaalderop.nl

This library is not affiliated with Itho Daalderop or Spider and retrieves date from the endpoints of the mobile application. Use at your own risk.

You will need the gateway in order to communicate. If Itho Daalderop ever takes the cloud environment offline, this library will no longer function. If you are looking for a way to control your fan, I would suggest to use IthoWifi as it supports local control.

Warning: Itho Daalderop is phasing out Spider. Please read this for more information

Currently supports

Thermostat

  • Viewing the current and target temperature
  • Changing operation mode to Heat or Cool
  • Changing the fan speed

Power Plugs

  • Viewing the energy usage and the state of power plugs
  • Enabling or disabling power plug

Home Assistant

This library is being used in Home Assistant as a component.

Homey

There is also a Homey integration for Spider available. It however does not use this library.

More information about Spider (Dutch)

https://www.ithodaalderop.nl/nl-NL/professional/productoverzicht/a07

Contributors

spiderpy's People

Contributors

bennert avatar dependabot[bot] avatar peternijssen avatar soudevrielink avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

spiderpy's Issues

New API endpoints

Got a notification in the Home Assistant community that the URL for the spider integration changed. See this post here:
https://community.home-assistant.io/t/itho-daalderop-spider-support/59993/31

Also noticing that after logging in on mijn.ithodaalderop.nl and looking at the network tab, the URLs of the requests changed.

Onderhoud Spider website - 14 oktober

Donderdag 14 oktober a.s. om 9:30u wordt er onderhoud gepleegd aan de Spider website (mijn.ithodaalderop.nl en my.ithodaalderop.be). Het kan zijn dat de website dan even niet bereikbaar is. We verwachten dat na twee uur het onderhoud gereed is. - Opgelost: grafieken teruggeleverde energie worden weer getoond - Opgelost: correcte waarde op dashboard voor geleverde energie - Verbeterd: verwijderen van devices in de Zone Configurator is nu wat duidelijker gemaakt - Verbeterd: weergave slimme meter van gebruikers uit België Denk daarna aan het verversen van de website in uw browser. Verder is de update van de Spider app noodzakelijk. De nieuwste versie 1.5.9 is beschikbaar in de Play Store en App Store. Met vriendelijke groet, Itho Daalderop

Power Plug cache not properly updated

When you turn on/off a power plug, it successfully is turned on/off, however the cached object of the power plug is not updated and thus shows the incorrect state till the cache is cleared.

there is a hidden feature/value for the fan speed

""" Set the fanspeed. Either 'Auto', 'Low', 'Medium', 'High', 'Boost 10', 'Boost 20', 'Boost 30'"""

Thanks to a Homey user I found out there is a hidden value for the fan speed: "Away" which will turn off the fan completely. You can find it in the schedule options for the fan at mijn.ithodaalderop.nl

Just like you I don't have the values implemented in the code, but it might be nice to mention it somewhere.
See:
https://github.com/lvanderree/com.synplyworks.spider/blob/bcd44a79f8f642a3057c8f07bc30926cab943bce/app.json#L61

Thanks for your codebase, which was a great source of inspiration

Opties in automation

Hi, als ik in HA een automation wil aanmaken, dan kan ik alleen kiezen voor:
Wijzig de HVAC-modus op spIDer zone
En dan kan ik kiezen voor Heat of Cool.

Ik weet niet of het mogelijk is, maar ik zou graag de fan speed bv. kunnen wijzigen
Of evt. een bepaalde temperatuur instellen.

Spider support

My new house gets an Itho Daalderop heat pump and I was looking at hooking up the Spider to my Home Assistant.

However, I saw an update form Itho Daalderop on Spider support (Dutch only) at https://www.ithodaalderop.nl/nl-NL/professional/productoverzicht/a07 . Gotta love those cloud integrations of something that could perfectly run locally.
Last time I checked they had a hub / bridge and that's gone now.

It seems the app relies on technology from a third-party that will be removed in the near future and this may break this integration.

The http://www.ithodaalderop.nl/spider-thermostaat/wat-is-spider now returns a 404

So just an idea to share this with other users of this integration? Didnt know if this should be a bug or just feature request...

Tag the source

Describe the bug

It would be very helpful if you could tag releases as well. This would enable distributions to fetch the package from GitHub instead of PyPI.

  • PyPI: 1.7.2
  • GitHub: 1.7.1

Thanks

Fan control

When will the fan option be available?
I'm running Home Assistant as Hassio install.
Is it possible to do a custom install to test in meanwhile?

Spider will be no longer working as of September 1

Got this letter and wanted to share it.

Volgens onze gegevens bent u in het bezit van een Spider Connect set. Deze set bestaat uit de Spider Klimaatthermostaat en een gateway. Met deze gateway heeft u toegang tot een app en portaal op het internet. Helaas heeft de leverancier van de gateway aangegeven per 1 september 2023 te zullen stoppen met deze dienstverlening. Er is helaas geen 1-op-1 vervanging mogelijk. Er wordt hard gewerkt aan een eigen Itho Daalderop-oplossing, maar deze is pas ruim na de aangekondigde beëindiging beschikbaar.

Dit betekent dat de thermostaat zelf zal blijven werken, maar de gateway met bijbehorende app en web- omgeving niet meer. U kunt vanaf dat moment bijvoorbeeld de grafieken van uw elektriciteitsopbrengst of – verbruik niet meer inzien maar ook de uitgebreide klokprogramma’s en mogelijkheden tot het gebruiken van meerdere zones komen te vervallen. Ook Spider Powerplugs en Spider Powermodules zullen niet meer functioneren.

De thermostaat zelf en de thermostaatfuncties (temperatuur, warm water en ventilatie) zullen blijven werken. Daarnaast zullen (storings)meldingen op de thermostaat zichtbaar blijven zoals u dat gewend bent. Hoewel de uitgebreide klokfunctionaliteit uit de app zoals beschreven komt te vervallen, beschikt de thermostaat zelf over een eenvoudig klokprogramma (zie pagina 41 van de handleiding). Ook rechtstreeks met de thermostaat gekoppelde Itho Daalderop-apparaten, zoals een warmtepomp, cv-ketel of ventilatie-unit, zult u vanaf de thermostaat kunnen blijven bedienen.

Een aantal Spider-gebruikers gebruiken de app-/webfunctie voor het schakelen van hun warmtepomp tussen verwarmen en koelen. Wij hebben hier naar aanleiding van de eerder verstuurde mails vragen over gekregen en willen u dan ook meegeven dat in de te bieden oplossing dit uiteraard zal worden meegenomen.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.