Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 1.128
» Latest member: seomind
» Forum threads: 196
» Forum posts: 822
Full Statistics
|
Online Users |
There are currently 35 online users. » 0 Member(s) | 35 Guest(s)
|
Latest Threads |
TN-C net
Forum: SmartPi - English
Last Post: quadro
17.04.2021, 13:45
» Replies: 0
» Views: 3
|
HTTP Error 503
Forum: SmartPi - English
Last Post: ahannula
13.04.2021, 16:31
» Replies: 0
» Views: 31
|
020-10-05_smartpi_buster....
Forum: SmartPi - Deutsch
Last Post: Timo
10.04.2021, 20:35
» Replies: 11
» Views: 721
|
nur mit logging beschäfti...
Forum: SmartPi - Deutsch
Last Post: muennich
01.04.2021, 12:47
» Replies: 2
» Views: 174
|
Wo MQTT config per SSH än...
Forum: SmartPi - Deutsch
Last Post: Eugenius
26.03.2021, 14:38
» Replies: 4
» Views: 749
|
2020-10-05_smartpi_buster...
Forum: SmartPi - English
Last Post: muennich
20.03.2021, 19:12
» Replies: 0
» Views: 135
|
Systemd Service funktioni...
Forum: SmartPi - Deutsch
Last Post: muennich
15.03.2021, 12:36
» Replies: 11
» Views: 2.752
|
Hohe Systemauslastung dur...
Forum: SmartPi - Deutsch
Last Post: muennich
07.03.2021, 18:20
» Replies: 1
» Views: 755
|
Dokumentation Berechnunge...
Forum: SmartPi - Deutsch
Last Post: Michael Sperlich
04.03.2021, 19:51
» Replies: 2
» Views: 367
|
Berechnung energy
Forum: SmartPi - Deutsch
Last Post: Michael Sperlich
25.02.2021, 18:13
» Replies: 1
» Views: 456
|
|
|
Hilfe bei der Installation und Anwendung |
Posted by: sodom89 - 30.04.2017, 18:25 - Forum: SmartPi - Deutsch
- Replies (1)
|
 |
Hi,
komme einfach nicht weiter. Habe inzwischen mehrfach die folgende Installationsanleitung befolgt. Funktioniert das ganze nicht auf einem Raspberry Pi B?
Oder welche IP-Adresse muss ich eingeben, denn mir wird immer nur im Ephany-Browser des Pis angezeigt, dass die Seite nicht verfügbar ist.
Quote:3. Installation of the prepared image
Download the prepared image from the following location:
http://files.enerserve.eu/smartpi/2017-0...smartpi.7z
After downloading the .7z file, unzip (Windows: http://www.7-zip.org/) it to get the image file (.img) for writing to your SD card.
Write the image file to your SD card. On the official website there are guides for your operating system:
Please insert the sd card into your smartpi and start your system.
Use the following userdata for the first login:
Code: User: pi
Password: smart4pi
To avoid hacker attacs it is highly recommended to change your password.
To adjust the file system to the sd card please enter
choose expand filesystem and follow the instructions.
The webpage and API can accessed by:
|
|
|
Understanding the data/code |
Posted by: SuperQ - 26.04.2017, 17:11 - Forum: SmartPi - English
- Replies (5)
|
 |
I've been reading the code, trying to understand how/why everything works. Mostly I've been going over main/reader.go and smartpi/ade7878.go.
I'm wondering if there is some additional documentation on all of the inputs and outputs.
I'm considering refactoring this code to make it easier to follow. The big one is smartpi.ReadoutValues(), which returns a completely unformated slice of floats. This should really be a struct, or broken up into several smaller sub-functions.
For example, in the main for{} loop of readout.go, there is a sub-loop that updates all of the current/voltage gauges (I think), but it ignores the cumulative counters every 5 seconds.
Then every 12 iterations (1min) it updates the database storage and two persistent cumulative counters.
Then it resets the value state for everything and starts the temporary cumulative counters over again.
Does this all sound correct?
I'm also wondering what unit these values are:
EB1: 1.116625 EB2: 0.0341316 EB3: 0.033458143 EL1: 0 EL2: 0 EL3: 0
One more question, it looks like there is no way to ignore disconnected phases, my apartment only has one phase, I can turn off voltage readings, but it appears to be counting some current against the cumulative counter on phases that are disconnected.
|
|
|
Welcome |
Posted by: jens - 26.04.2017, 13:42 - Forum: SmartPi - English
- Replies (1)
|
 |
Dear users,
Welcome to the SmartPi forum.
Here you can post questions, wishes, suggestions and ideas to the SmartPi.
Best regards Jens
|
|
|
Herzlich willkommen |
Posted by: jens - 26.04.2017, 13:41 - Forum: SmartPi - Deutsch
- Replies (1)
|
 |
Liebe Benutzer,
herzlich willkommen im Forum zum SmartPi.
Hier könnt ihr Fragen, Wünsche, Anregungen und Ideen zum SmartPi posten.
Viele Grüße Jens
|
|
|
|