Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jey-cee/iobroker.heytech
Control HEYtech from iobroker
https://github.com/jey-cee/iobroker.heytech
heytech houseautomation iobroker smarthome
Last synced: about 2 months ago
JSON representation
Control HEYtech from iobroker
- Host: GitHub
- URL: https://github.com/jey-cee/iobroker.heytech
- Owner: Jey-Cee
- License: mit
- Created: 2019-04-07T19:15:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T16:09:43.000Z (3 months ago)
- Last Synced: 2024-11-13T04:49:46.026Z (about 2 months ago)
- Topics: heytech, houseautomation, iobroker, smarthome
- Language: JavaScript
- Homepage:
- Size: 10.9 MB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ioBroker.heytech[![NPM version](http://img.shields.io/npm/v/iobroker.heytech.svg)](https://www.npmjs.com/package/iobroker.heytech)
[![Downloads](https://img.shields.io/npm/dm/iobroker.heytech.svg)](https://www.npmjs.com/package/iobroker.heytech)
[![Dependency Status](https://img.shields.io/david/jey-cee/iobroker.heytech.svg)](https://david-dm.org/jey-cee/iobroker.heytech)
[![Known Vulnerabilities](https://snyk.io/test/github/jey-cee/ioBroker.heytech/badge.svg)](https://snyk.io/test/github/Author/ioBroker.heytech)[![NPM](https://nodei.co/npm/iobroker.heytech.png?downloads=true)](https://nodei.co/npm/iobroker.heytech/)
**Tests:** Linux/Mac: [![Travis-CI](http://img.shields.io/travis/jey-cee/ioBroker.heytech/master.svg)](https://travis-ci.org/jey-cee/ioBroker.heytech)
Windows: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/jey-cee/ioBroker.heytech?branch=master&svg=true)](https://ci.appveyor.com/project/jey-cee/ioBroker-heytech/)## HEYtech adapter for ioBroker
This adapter connects to the HEYtech controller gets automaticly data and can control outputs.
## Manual
Type in IP, Port and if set the PIN.
Normaly you can leave the "Auto detect" function on. If this does not work you can choose your hardware manual.## Links
[HEYTech](https://rolladensteuerung.de/index.htm)## Changelog
### 1.1.0 (2024-09-30)
* (Jey Cee) Delete group objects if the group was removed from configuration
* (Jey Cee) Migrate configuration to JSON Config
* (Jey Cee) Update dependencies
* (Jey Cee) Fix issues found by adapter checker### 0.2.4 / 0.2.5 / 1.0.0 / 1.0.1
* back to original & updated telnet-rxjs dependency### 0.2.3
* brigthness fixes (dot instead of comma) and less state updates### 0.2.2
* Telnet Dependency Update für aktuellere Node Versionen### 0.2.1
* Minor Bugfix actual brightness### 0.2.0
* Update Version### 0.1.9
* (AnsgarSchulte) Support of Controller Version 1.014p of HEYtech RS874LL### 0.1.8
* (AnsgarSchulte) Support of Controller Version 8.027o### 0.1.7
* (AnsgarSchulte) Set percentage shutter opening above 'percent' state. Definition of shutter groups in order to switch whole rooms at once### 0.1.6
* (AnsgarSchulte) Bugfixes for stable setStates and shutter detection### 0.1.5
* telnet connection will automaticly reconnect on refresh intervall to check weather and shutter status### 0.1.4
* update lux calculation (Thanks to stefan)### 0.1.3
* update calculation for brightness### 0.1.2
* added LUX calculation### 0.1.1
* added travis file### 0.1.0
* ready for beta test### 0.0.1
* (Author) initial release## License
MIT LicenseCopyright (c) 2019-2022 Jey Cee
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.