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:
This adapter reads data from SMA power inverters using sbfspot. Now both database types (mySQL and sqlite) are supported. Since version 0.2.3 there is a own vis widget based on flot available to show historical data.
please follow installation instructions for sbfspot under https://github.com/SBFspot/SBFspot/wiki
detailed installation on arm based systems
- use latest version from sbfspot from https://github.com/SBFspot/SBFspot
- adapter, sbfspot and databases (mySQL or sqlite) must run on the same system e.g. Raspberry PI
- installation manual for sbfspot on Raspberry Pi (or similar) can be found under https://github.com/SBFspot/SBFspot/wiki/Installation-Linux-SQLite or https://www.rg-engineering.eu/index.php/produkte/software/plugin-fuer-iobroker-sbfspot
- for Raspberry Pi there is a semi-automated configuration tool available under https://github.com/SBFspot/sbfspot-config
- sometimes installation of npm package sqlite3 fails. in that case reinstall all npm packages
cd /opt/iobroker/node_modules/iobroker.sbfspot sudo npm install
sometimes npm intall must be called more then one time to successfully install all necessray packages
- please create issues at github if you find bugs or whish new features
- (René) see issue #417: test with nodejs@22
- (René) update dependencies
- (René) bug fixes based on adapter checker recommendation
- (René) change of dependencies
- (René) mySql dependency update
- (René) bug fix for data history in VIS-2
- (René) data history prepared for VIS-2: just a option here in the adapter and new widget (at this moment GeneralChart widget in vis-2-widgets-weather can be used)
- (René) upgrade better-sqlite
- (René) downgrade better-sqlite
- (René) dependencies updated
- (René) dependencies updated
- (René) dependencies updated
- (René) dependencies updated
- (René) dependencies updated
- (René) dependencies updated
- (René) bug fix in AddObject
- (René) tooltip in wizard added
- (René) flot and dependencies updated
- (René) bug fix color of labels in widget
- (René) see issue #62: avoid endless loop
- (René) update flot to 4.2.2
- (René) bug fix data types
- (René) dependencies updated
- (René) due to install problems downgrade of sqlite3 package
- (René) bug fix: with sqlite "today" data were not shown
- (René) support of compact mode
- (René) add additional error information in log
- (René) upgrade packages
- (René) reset yield if no new value from today
- (René) bugfix for ticks on X
- (René) the same as 2.2.2
- (René) add timestamp of last update
- (René) close of database connection after last query result is available (e.g. to support more than one inverter)
- (Nis) background color and border
- (René) bug fixes in admin3
- (René) Support MariaDB
- (René) Support of admin3
- (René) since we always use one graph per widget, only one is supported now Attention: widget is not compatible with version 1.x.x; just check settings in widget after installation!
- (René) autoscale of y axis
- (René) color for y axis
- (René) adjustable date format
- (René) bug fix for sqlite
- (René) first stable release
- (René) bug fix for android app > 1.0.6
- (René) use install date to calculate historical values
- (René) logo changed
- (René) adding historical data as datapoint (JSON)
- (René) new vis widget to show historical data
- (René) renamed to sbfspot
- (René) index.html updated
- (René) support of sqlite and license changed to MIT
- (René) UTF8 coding
- (René) first release
- (René) initial release
MIT License
Copyright (c) 2017-2024 René G. [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.