This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.
If you like it, please consider a donation:
Interface to SMA SunnyPortal via SunnyHomeManager and SEMP
Add your devices from ioBroker in SunnyPortal. SunnyPortal can then better estimate your energy consumption and thus make better predictions and recommendations. But you can also have your devices controlled by SunnyPortal. If there is enough solar energy, the SunnyPortal can switch your devices on or, if there is not enough solar energy, switch them off again. In this way you optimize your own consumption, but you are not dependent on the few devices supported in SunnyPortal. With the adapter, any device from the ioBroker can be integrated into the SunnyPortal. It is not even necessary for the consumption of a single device to be measured. Even estimated values are sufficient.
see docu
For details about protocol and usage check SMA docu.
An description about general usage of energy requests see SMA docu. (german only)
- add devices from ioBroker in SunnyPortal via SMA SEMP
- informs the SunnyPortal about the current consumption
- let SunnyPortal control these devices (switch on when there is enough PV power and switch off when there is not enough solar energy)
The adapter allows you to control a dishwasher or other devices that consume standby power. It works as follows:
- The user manually switches the device on as usual.
- Instead of starting immediately, the device is switched off and remains paused.
- Once enough solar energy is available, the device will automatically start and run until the program is completed.
- Any recommendations from the Smart Home Manager (SHM) to switch off the device will be ignored during this process.
Note:
Detailed information about the technical implementation can be found in Issue #333 and in the flow chart below.
- please create issues at github if you find bugs or whish new features
- (René) bug fix in admin, see issue #442: time settings in energy request corrected
- (René) bug fix in admin, see issue #442: time settings in energy request corrected
- (René) github workflow with node@24
- (René) see issue #433: make sure this.device.WallboxOID is defined before using it
- (René) update dependencies + changes based on adapter checker
- (René) lint reported errors solved
MIT License
Copyright (c) 2022-2026 René G. info@rg-engineering.eu
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.



