Adapter to control the Hydrawise irrigation control system
npm install iobroker.hydrawise!Logo


!node-lts
!Libraries.io dependency status for latest release
!GitHub
!GitHub repo size
!GitHub commit activity
!GitHub last commit
!GitHub issues
!GitHub Workflow Status
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.
- 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
- (SentiQ) updated js-controller dependency
- (SentiQ) updated @iobroker/adapter-dev dependency
- (SentiQ) fixed dependencies
- (SentiQ) fixed schema URLs
- (SentiQ) updated dependencies
- (SentiQ) fixed issues detected by repository checker
- (SentiQ) added compatibility check and testing for node.js 22
- (SentiQ) fixed adapter crash after dns not reachable
- (SentiQ) updated dependencies
- (SentiQ) added default value to parameter apiInterval
- (SentiQ) added translations
- (SentiQ) removed parameter apiKey in method call
- (SentiQ) added api interval to settings
- (SentiQ) changed interval of schedule endpoint from 5 minutes to 1 minute
- (SentiQ) fixed tier and license
- (SentiQ) fixed type of runDefault object
- (SentiQ) fixed type of runDefault
- (SentiQ) NodeJS >= 18.x and js-controller >= 5 is required
- (SentiQ) updated dependencies
- (SentiQ) NodeJS 16.x is required
- (SentiQ) updated dependencies
- (SentiQ) fixed versions
- (SentiQ) added button to run zone for default runtime
- (SentiQ) added link to api docu
- (SentiQ) fixed random crash, when api domain can't be resolved by dns
- (SentiQ) added time string of last api call
- (SentiQ) fixed button roles
- (SentiQ) fixed timeout
- (SentiQ) fixed adapter crash
- (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
- (SentiQ) updated dependencies
- (SentiQ) fixing version
- (SentiQ) changed value of last_contact to date string format
- (SentiQ) raised timeouts
- (SentiQ) fixed types
- (SentiQ) fixed adapter crash
- (SentiQ) changed value of timestr to date string format
- (SentiQ) added more translations
- (SentiQ) improved log messages
- (SentiQ) fixed author
- (SentiQ) lowered min node version to 14.5.0
- (SentiQ) updated packages
- (SentiQ) testing
- (SentiQ) added zone controls and Ukrainian language
- (SentiQ) refactoring code
- (aDabbelju) Initial commit by adapter creator
MIT License
Copyright (c) 2025 SentiQ
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.