Plugin: PV Forecast / Ertragsprognose für eure PV-Anlage
Einklappen
X
-
OK dann geht´s gleich weiter
Zuletzt geändert von AlexAn; 03.11.2019, 10:09. -
Die Werte sind extrem viel besser bei mir, nur so zB
01.11 ~500W Abweichung
31.10 ~350W Abweichung
30.10 ~700W Abweichung
Sicher gibt es auch mal Ausreißer mit 1-2 kW daneben, aber das ist sehr selten.
Bei pv-forecast waren mehrere kW Abweichung die Regel. -
Du hast als no comercial erst mal 1000 frei, erst wenn die 1000 verbraucht sind geht es los mit den 20. Oder habe die das geändert?
API Usage
Usage Allowance / 520 of 1000 calls remaining
Daily Usage Limit / 20 calls
Daily usage does not apply until the usage allowance is consumed or expires on the 2019-11-16 -
Vielen Dank für das Script für Solcast!
So cool die Homepage von Solcast auch ist aber die Ausgabe???
Muss heute aufhören - meine 20 sind bereits verschossen
-
Schau auf den Status in Post 1, anbei auch der Screenshot aus LoxWiki.Hi.
Wollte dein Plugin testen, jedoch hab ich ein Problem.
Meine 10kWp Anlage ist auf dem Haudach und auf der Garage verteilt. Jeder Teil zeigt in eine andere Himmelsrichtung.
Leider kann ich in deinem Plugin nur -90 bis +90 eingeben.
Ein Teil meiner Anlage zeigt jedoch nach NordOst was ja -135 sein müsste. Dies geht in deinem Plugin leider nicht.
Wenn ich jedoch im API Aufruf -135 eintrage klappt das einwandfrei.
Kannst du das im Plugin fixen?
Danke
Ich werde an dem Plugin nicht mehr arbeiten und es auch nicht fixen da ich selber nicht mehr installiert habe und auch nicht nutze.
Der Forecast ist einfach zu schlecht, deswegen bin ich auf Solcast gewechselt. -
@stoeff99
than the file is not executable 0755
chmod 0755 sc_calc.sh -
By adding "/bin/bash" to the crontab, I could get the script executing via the crontab. See below:
01 0 * * * /bin/bash /opt/solcast/sc_calc.sh
00 4 * * * /bin/bash /opt/solcast/sc_calc.sh
00 5 * * * /bin/bash /opt/solcast/sc_calc.sh
00 6 * * * /bin/bash /opt/solcast/sc_calc.sh
00 7 * * * /bin/bash /opt/solcast/sc_calc.sh
00 8 * * * /bin/bash /opt/solcast/sc_calc.sh
00 9 * * * /bin/bash /opt/solcast/sc_calc.sh
00 10 * * * /bin/bash /opt/solcast/sc_calc.sh
00 11 * * * /bin/bash /opt/solcast/sc_calc.sh
00 12 * * * /bin/bash /opt/solcast/sc_calc.sh
00 13 * * * /bin/bash /opt/solcast/sc_calc.sh
00 14 * * * /bin/bash /opt/solcast/sc_calc.sh
00 15 * * * /bin/bash /opt/solcast/sc_calc.sh
00 16 * * * /bin/bash /opt/solcast/sc_calc.sh
00 17 * * * /bin/bash /opt/solcast/sc_calc.sh
00 18 * * * /bin/bash /opt/solcast/sc_calc.sh
Regards,
Chris -
Hi.
Wollte dein Plugin testen, jedoch hab ich ein Problem.
Meine 10kWp Anlage ist auf dem Haudach und auf der Garage verteilt. Jeder Teil zeigt in eine andere Himmelsrichtung.
Leider kann ich in deinem Plugin nur -90 bis +90 eingeben.
Ein Teil meiner Anlage zeigt jedoch nach NordOst was ja -135 sein müsste. Dies geht in deinem Plugin leider nicht.
Wenn ich jedoch im API Aufruf -135 eintrage klappt das einwandfrei.
Kannst du das im Plugin fixen?
DankeEinen Kommentar schreiben:
-
I think the poll is after every restart, and that makes sense to have after a restart the actually values.
I belove that is a thing you can't change.
Einen Kommentar schreiben:
-
I discovered a curious aspect of Virtual Inputs when using the Solcast http URL.
I'm using two different accounts with two separate API keys for different data streams.
1. The Loxberry script and UDP inputs for the Production Forecast (API1) and,
2. Loxone Virtual HTTP Inputs for the retrieval of the Radiation Forecast (API2).
API2 is being polled every 4500 seconds (1hr 15mins). This keeps it within the daily limit of 20 calls.
This works fine until I do any modifications to the Config and use 'Save in Miniserver'. Once this occurs, I notice that I hit the polling limit for API2. The more times I execute 'Save in Miniserver', the earlier in the day I hit the polling limit.
My previous assumption was that Virtual Inputs were not initially polled until after the elapsed time of the polling cycle. ie. 4500 seconds after 'Save in Miniserver'. I expected I should use less polls whenever work is done on the Config, with the first and subsequent polls pushed back by the applicable working time before saving.
My new hypothesis is that the Virtual HTTP Input is polled immediately upon 'Save in Miniserver', just the Command Recognition doesn't work in the immediate timeframe of the reboot. This hypothesis seems to match what I'm observing.
This could be confirmed if someone has a Virtual HTTP Input where the polling address 'does something', rather than being used for Command Recognition.
Curious if anyone can shed some light?Einen Kommentar schreiben:
-
Thanks. I did alter the FILE called crontab in /etc. That didn't work. I had success with creating a crontab in -
/opt/loxberry/system/cron/cron.d
following the guide here -
The only issue I had was ongoing emails with error - "TERM environment variable not set." - That was resolved by putting MAILTO="" in the crontab.
Maybe the "TERM environment variable not set" has something to do with why it wasn't working in /etc? -
Hi,
Sorry I didn't see your answer until today...
there I a FILE called crontab (not the directory) in /etc.
Put all the line into that file, and do sudo service cron restart
Than everthing should work like expected. -
Du musst einen neuen Account anlegen. Wichtig ist du privat angibst, da bekommst du 20. -
I'm having a small problem getting crontab to automate the process. I'm currently manually injecting the command -
The crontab looks as pictured below. I've checked the permissions on crontab which are 0755. Is there anything obviously wrong?Code:bash sc_calc.sh
Also a question - Is the sum of daily values local midnight to local midnight? I'm UTC+8, so might I be seeing 0800 local to 0800 local?
Code:day_1_string_0=$(echo $date_1"T00:00:00.0000000Z");
3 BilderEinen Kommentar schreiben:
Einen Kommentar schreiben: