npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.hydrawise

v1.0.2

Published

Adapter to control the Hydrawise irrigation control system

Downloads

258

Readme

Logo

ioBroker.hydrawise

NPM version Downloads node-lts Libraries.io dependency status for latest release

GitHub GitHub repo size GitHub commit activity GitHub last commit GitHub issues GitHub Workflow Status

Versions

Beta Stable Installed

Integrate your Hydrawise controller into iobroker. You can see all controller information, schedules and sensors. It is also possible to suspend planned watering by x seconds.

Documentation

  • log into https://app.hydrawise.com/config/account-details
  • generate API Key by clicking "Generate API Key" under "Account Settings"
  • paste key into adapter settings
  • API documentation: https://support.hydrawise.com/hc/en-us/articles/360008965753-Hydrawise-API-Information

Note
After updating from 0.0.15 you have to re-enter your API key

Changelog

1.0.2 (2024-09-24)

  • (SentiQ) fixed issues detected by repository checker

1.0.1 (2024-09-24)

  • (SentiQ) added compatibility check and testing for node.js 22

1.0.0 (2024-04-30)

  • (SentiQ) fixed adapter crash after dns not reachable

0.3.3 (2024-04-22)

  • (SentiQ) updated dependencies

0.3.2 (2024-04-19)

  • (SentiQ) added default value to parameter apiInterval
  • (SentiQ) added translations

0.3.1 (2024-04-18)

  • (SentiQ) removed parameter apiKey in method call

0.3.0 (2024-04-18)

  • (SentiQ) added api interval to settings
  • (SentiQ) changed interval of schedule endpoint from 5 minutes to 1 minute

0.2.8 (2024-04-08)

  • (SentiQ) fixed tier and license

0.2.7 (2024-04-08)

  • (SentiQ) fixed type of runDefault object

0.2.6 (2024-04-08)

  • (SentiQ) fixed type of runDefault

0.2.5 (2024-04-07)

  • (SentiQ) NodeJS >= 18.x and js-controller >= 5 is required

0.2.4 (2024-02-01)

  • (SentiQ) updated dependencies

0.2.3 (2023-10-28)

  • (SentiQ) NodeJS 16.x is required
  • (SentiQ) updated dependencies

0.2.2 (2023-09-22)

  • (SentiQ) fixed versions

0.2.0 (2023-09-22)

  • (SentiQ) added button to run zone for default runtime

0.1.2 (2023-08-22)

  • (SentiQ) added link to api docu

0.1.1 (2023-08-22)

  • (SentiQ) fixed random crash, when api domain can't be resolved by dns
  • (SentiQ) added time string of last api call

0.0.19 (2023-08-05)

  • (SentiQ) fixed button roles

0.0.18 (2023-08-05)

  • (SentiQ) fixed timeout

0.0.17 (2023-08-03)

  • (SentiQ) fixed adapter crash

0.0.16 (2023-08-02)

  • (SentiQ) added more information to README
  • (SentiQ) encrypted apiKey
  • (SentiQ) removed logging of apiKey
  • (SentiQ) added filtering of invalid characters in ids
  • (SentiQ) added check of ack flag
  • (SentiQ) fixed roles
  • (SentiQ) fixed error message
  • (SentiQ) removed usage of clearTimeout

0.0.15 (2023-06-29)

  • (SentiQ) updated dependencies

0.0.14 (2023-06-29)

  • (SentiQ) fixing version

0.0.12 (2023-06-29)

  • (SentiQ) changed value of last_contact to date string format

0.0.11 (2023-06-28)

  • (SentiQ) raised timeouts
  • (SentiQ) fixed types

0.0.10 (2023-06-27)

  • (SentiQ) fixed adapter crash
  • (SentiQ) changed value of timestr to date string format

0.0.9 (2023-05-25)

  • (SentiQ) added more translations

0.0.8 (2023-05-25)

  • (SentiQ) improved log messages

0.0.7 (2023-05-25)

  • (SentiQ) fixed author

0.0.6 (2023-05-24)

  • (SentiQ) lowered min node version to 14.5.0

0.0.5 (2023-05-24)

  • (SentiQ) updated packages

0.0.4 (2023-05-24)

  • (SentiQ) testing

0.0.3 (2023-05-24)

  • (SentiQ) added zone controls and Ukrainian language

0.0.2 (2023-05-23)

  • (SentiQ) refactoring code

0.0.1 (2023-01-26)

  • (aDabbelju) Initial commit by adapter creator

License

MIT License

Copyright (c) 2024 SentiQ [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.