This adapter allows to communicate with Bosch Smart Home devices.
To achieve that it uses the bosch-smart-home-bridge library which uses the information from official Bosch Smart Home Controller Local REST API.
Work in progress. Feedback appreciated.
- (holomekc) optimizations and cleanup
- (holomekc) added more definitions
- (holomekc) optimizations and cleanup
- (holomekc) scenario support. Scenarios are listed as group 'scenarios' and can only be triggered
- (holomekc) added definitions for Twinguard
- (holomekc) rooms and functions added for known channels
- (holomekc) trim whitespaces from configuration values
- (holomekc) try to improve configuration description in application itself
- (holomekc) change id so that it is valid regarding Bosch T&C
- (holomekc) update to newest bosch-smart-home-bridge version for same reason
- (holomekc) update travis.yml due to jscontroller requires node dependency >=8.0
- (holomekc) fix client name is: ioBroker.bshb
- (holomekc) make sure that bosch-smart-home-bridge version >= 0.0.4
- (holomekc) Just io-package.json changes
- (holomekc) cleanup
- (holomekc) Just do the steps adapter-check is telling me
- (holomekc) Therefore, build files are part of git repo. So install via Github should be possible now
- (holomekc) Long polling added to reduce load
- (holomekc) Set of state values is possible now
- (holomekc) Code cleanup
- (holomekc) certificate generation added
- (holomekc) first attempts to creat ioBroker objects, states, etc.
MIT License
Copyright (c) 2019 Christopher Holomek [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.