Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unltdnetworx/iobroker.energymanager
ioBroker adapter for controlling kiwigrid powered devices
https://github.com/unltdnetworx/iobroker.energymanager
aura energymanager eon iobroker myreserve smarthome solarwatt
Last synced: about 1 month ago
JSON representation
ioBroker adapter for controlling kiwigrid powered devices
- Host: GitHub
- URL: https://github.com/unltdnetworx/iobroker.energymanager
- Owner: unltdnetworx
- License: mit
- Created: 2018-07-20T17:31:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T06:48:56.000Z (2 months ago)
- Last Synced: 2024-10-13T19:06:30.742Z (2 months ago)
- Topics: aura, energymanager, eon, iobroker, myreserve, smarthome, solarwatt
- Language: JavaScript
- Homepage:
- Size: 708 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ioBroker.energymanager
![Logo](admin/energymanager.png)
=================
[![Build Status](https://api.travis-ci.org/unltdnetworx/ioBroker.energymanager.svg?branch=master)](https://travis-ci.org/unltdnetworx/ioBroker.energymanager)
[![NPM version](https://img.shields.io/npm/v/iobroker.energymanager.svg)](https://www.npmjs.com/package/iobroker.energymanager)
[![Downloads](https://img.shields.io/npm/dm/iobroker.energymanager.svg)](https://www.npmjs.com/package/iobroker.energymanager)[![NPM](https://nodei.co/npm/iobroker.energymanager.png?downloads=true)](https://nodei.co/npm/iobroker.energymanager/)
This adapter is a ment to read values from devices powered by the kiwigrid network like the E.ON Energymanager into ioBroker. Also confirmed is the Solarwatt manager. It's possible that there are other devices working with this adapter, maybe innogy or enviam.
Help or hints are welcome.
## Steps
1. Install the adpater
2. Grab the values out of the your energymanger.[x]-object.
## Requirements
* E.ON Aura energymanger, Solarwatt MyReserve energymanger or other kiwigrid-powered device
## Changelog
### 1.4.2
* security- and compatibilityupdate
### 1.4.1
* clear version number
### 1.3.5
* changed the year in readme and license
### 1.3.4
* support for discovered but not installed devices
### 1.3.3
* bugfix
### 1.3.2
* ready for Admin 5 and NodeJS 16
### 1.3.0
* adaptions for new js-controller
### 1.2.3
* new adapter testing and security update
### 1.2.2
* new adapter-testing and small bugfix
### 1.2.1
* Core Files/Testing Update and introduce adapter-core
### 1.2.0
* support for compact-mode added
### 1.1.4
* value rounding is now optional. Wh -> kWh
### 1.1.3
* code cleanup
### 1.1.2
* bugfixes for converters
### 1.1.1
* support for multiple converters on one energymanager
### 1.1.0
* support for multiple powerplants on one energymanager
### 1.0.1
* bugfix for hardware reboot
### 1.0.0
* confirmed stable release
### 0.2.0
* hardware reboot button intalled. release candidate for stable 1.0.0
### 0.1.3
* adaptertype changed to daemon.
### 0.1.2
* units for values added.
### 0.1.1
* dropdown for the managertype was deleted, because it also works with solarwatt without special configuration.
### 0.1.0
* bugfix in translationfiles, deleted from npmignore.
* more translations added, to refresh states delete energymanager object with all values. will be created new.### 0.0.5
* more translations added, to refresh states delete energymanager object with all values. will be created new.
## Donate
Kaffee spendieren/serve a coffee
## License
The MIT License (MIT)
Copyright (c) 2018-2023 Michael Schuster
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.