Hello,
I'm proudly to present you a new software version for the SmartPi.
The most important changes:
- Database improvements
- Improvements in accuracy.
- Now support for Prometheus Monitoring
The download is available:
http://blog.enerserve.eu/category/smartp...n-smartpi/
Please do not use the image (old version).
The easiest way is to integrate our repository:
This makes updates more easier in the future.
Best regards Jens Ramhorst
I'm proudly to present you a new software version for the SmartPi.
The most important changes:
- Database improvements
- Newly created tables are read more quickly. Change takes effect at the end of the month.
- Data can be read out via the monthly change
- Unneed current sensors can be switched off
- Automatic voltage detection. For voltages below 10V, the value specified in the configuration file is assumed.
- Configuration possible via web interface (user name: pi, password: smart4pi). The user password can not be changed yet.
- Improvements in accuracy.
- Now support for Prometheus Monitoring

The download is available:
http://blog.enerserve.eu/category/smartp...n-smartpi/
Please do not use the image (old version).
The easiest way is to integrate our repository:
Code:
sudo su
apt install apt-transport-https
wget https://repro.enerserve.eu/packages/Release.key && apt-key add Release.key && rm Release.key
echo "deb https://repro.enerserve.eu/packages jessie main" > /etc/apt/sources.list.d/enerserve.list
apt-get update
apt-get install smartpi
This makes updates more easier in the future.
Best regards Jens Ramhorst