Page 3 of 20

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 1:44 pm
by oepi-loepi
Joskep wrote:@OepieLoepie:

The Enphase panels work as i mentioned.
Now i'm testing with the SMA, like you asked another on this topic i did this:

http://smaipadress/dyn/login.json?pass= ... &right=usr

The result is:

" {"result":{ "

Maybe an start?

Its an SMA Sunnyboy 1.5 and its called " SB1.5-1VL-40 544 " as a device name within the settings

Before i test to change the URL / IP in the app (like : "http://smaipadress/dyn/login.json?pass= ... &right=usr" in stead of only ' 192.168.1.64' )...
Is it possible to add TWO systems at one time? Or do i have to overwrite the Enphase?
If its not possible then i wouldn't work ever so i don;t spend to much time and wait untill somebody makes sensors visible within the Toon gui :)

That is great News! You have a sma with an http entrance. Are you willing to help me testing further (please send me a pm)?

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 1:52 pm
by oepi-loepi
edwinbak wrote:Hello,

Thanks for developing this app, it looks great!

I am using SolarEdge API and have entered this data in the settings panel.
I know there is a limit to the SolarEdge API and that their own app fetches data every 15 minutes because of this, how is this set up in your app?
At the moment no data about my solar panels is coming in. Is there a log file somewhere so I can check what is going wrong?
I have already checked the Site ID and API key and they are okay.

Like to hear from you!

Thanks,
Edwin
For the Solaredge, you have to enter the API key and the SiteID just like you have done and it must work. Data is catched every 5 minutes and does not any problems according to theur API description.
Dit all reboot after the Setup? Can you force an update of teh plugin?
you can check the output by entering this url in a browser:

https://monitoringapi.solaredge.com/sit ... bbbbbbbbbb

where
aaaaaaaaaaaaaaaaaaa = site id
bbbbbbbbbbbbbbbbbb = apikey

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 2:09 pm
by Joskep
oepi-loepi wrote:
Joskep wrote:@OepieLoepie:

The Enphase panels work as i mentioned.
Now i'm testing with the SMA, like you asked another on this topic i did this:

http://smaipadress/dyn/login.json?pass= ... &right=usr

The result is:

" {"result":{ "

Maybe an start?

Its an SMA Sunnyboy 1.5 and its called " SB1.5-1VL-40 544 " as a device name within the settings

Before i test to change the URL / IP in the app (like : "http://smaipadress/dyn/login.json?pass= ... &right=usr" in stead of only ' 192.168.1.64' )...
Is it possible to add TWO systems at one time? Or do i have to overwrite the Enphase?
If its not possible then i wouldn't work ever so i don;t spend to much time and wait untill somebody makes sensors visible within the Toon gui :)

That is great News! You have a sma with an http entrance. Are you willing to help me testing further (please send me a pm)?
Offcourse! I will send an PM

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 3:14 pm
by edwinbak
oepi-loepi wrote:
edwinbak wrote:Hello,

Thanks for developing this app, it looks great!

I am using SolarEdge API and have entered this data in the settings panel.
I know there is a limit to the SolarEdge API and that their own app fetches data every 15 minutes because of this, how is this set up in your app?
At the moment no data about my solar panels is coming in. Is there a log file somewhere so I can check what is going wrong?
I have already checked the Site ID and API key and they are okay.

Like to hear from you!

Thanks,
Edwin
For the Solaredge, you have to enter the API key and the SiteID just like you have done and it must work. Data is catched every 5 minutes and does not any problems according to theur API description.
Dit all reboot after the Setup? Can you force an update of teh plugin?
you can check the output by entering this url in a browser:

https://monitoringapi.solaredge.com/sit ... bbbbbbbbbb

where
aaaaaaaaaaaaaaaaaaa = site id
bbbbbbbbbbbbbbbbbb = apikey
Here is the output:

{"overview":{"lastUpdateTime":"2021-01-18 13:35:11","lifeTimeData":{"energy":381034.0,"revenue":27.380013},"lastYearData":{"energy":55517.0},"lastMonthData":{"energy":55517.0},"lastDayData":{"energy":3038.0},"currentPower":{"power":1022.3147},"measuredBy":"INVERTER"}}

There's a limit of 300 API calls per day i believe.
Is it possible to change the frequency from every 5 minutes to 15 minutes interval in the source code?
I have another system that make some API calls every 15 minutes so that could be a problem at the end of the day.
60 / 5 = 12x in 1 hour x 24 hours = 288 calls per day.
60 / 15 = 4x in 1 hour x 24 hours = 96 calls per day
288 + 96 = 384 calls per day so the api will block the last 84 calls i think.

Is it possible to make the frequency a variable setting in the app?

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 3:35 pm
by Demif
is this working on the toon 1? firmware 5.0.6
I installed the app via app store,
there is no tile active,


any idea's

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 4:41 pm
by oepi-loepi
There's a limit of 300 API calls per day i believe.
Is it possible to change the frequency from every 5 minutes to 15 minutes interval in the source code?
I have another system that make some API calls every 15 minutes so that could be a problem at the end of the day.
60 / 5 = 12x in 1 hour x 24 hours = 288 calls per day.
60 / 15 = 4x in 1 hour x 24 hours = 96 calls per day
288 + 96 = 384 calls per day so the api will block the last 84 calls i think.

Is it possible to make the frequency a variable setting in the app?
The toon is fetchin 12 times per hour between 5 - 2300 so 23-5 = 18 hrsx12 = 216 times per day. So it should normally not be a problem. Longer times will be a problem for the graphs to display.

The output of the URL looks very OK. If you like you can share your Key by PM so i can check my plugin?

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 4:44 pm
by oepi-loepi
Demif wrote:is this working on the toon 1? firmware 5.0.6
I installed the app via app store,
there is no tile active,


any idea's
You should really update your Toon because it will be faster and will have a lot of new features like the Animation app, Voetbal app and this feature: solarPanel.

To update your rooted toon. Go to the settings menu, TSC menu and check for updates on the top.

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 6:13 pm
by edwin999
Feature request: can you add sunrise- and sunset times in the Solar (full display) graph? I.e.
- sunrise and sunset times (as text)
- sunrise and sunset as vertical bar in the graph

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 6:37 pm
by Demif
oepi-loepi wrote:
Demif wrote:is this working on the toon 1? firmware 5.0.6
I installed the app via app store,
there is no tile active,


any idea's
You should really update your Toon because it will be faster and will have a lot of new features like the Animation app, Voetbal app and this feature: solarPanel.

To update your rooted toon. Go to the settings menu, TSC menu and check for updates on the top.
it is not possible to update , i have one of the toons that can't update ( only by restore ) and i just restored :cry:

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 7:01 pm
by TerrorSource
Demif wrote:
oepi-loepi wrote:
Demif wrote:is this working on the toon 1? firmware 5.0.6
I installed the app via app store,
there is no tile active,


any idea's
You should really update your Toon because it will be faster and will have a lot of new features like the Animation app, Voetbal app and this feature: solarPanel.

To update your rooted toon. Go to the settings menu, TSC menu and check for updates on the top.
it is not possible to update , i have one of the toons that can't update ( only by restore ) and i just restored :cry:
did you lose the VPN keys or did you had your Toon rooted by Quby?
If yes, let me know, got some spare VPN keys.

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 7:07 pm
by edwinbak
oepi-loepi wrote:
There's a limit of 300 API calls per day i believe.
Is it possible to change the frequency from every 5 minutes to 15 minutes interval in the source code?
I have another system that make some API calls every 15 minutes so that could be a problem at the end of the day.
60 / 5 = 12x in 1 hour x 24 hours = 288 calls per day.
60 / 15 = 4x in 1 hour x 24 hours = 96 calls per day
288 + 96 = 384 calls per day so the api will block the last 84 calls i think.

Is it possible to make the frequency a variable setting in the app?
The toon is fetchin 12 times per hour between 5 - 2300 so 23-5 = 18 hrsx12 = 216 times per day. So it should normally not be a problem. Longer times will be a problem for the graphs to display.

The output of the URL looks very OK. If you like you can share your Key by PM so i can check my plugin?

Ok, this is strange.
This morning it wasn’t showing anything but 0.
When I came home there was data on my toon!
Thanks!

Another question, why is there a big difference between your ‘verbruik’ and the measurement from Toon?
And is it possible to show 2 decimals behind the . ? Now it is showing ‘Vandaag: 4.0 kwh’ maybe you should show ‘4.00 kwh’

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 7:20 pm
by oepi-loepi

Ok, this is strange.
This morning it wasn’t showing anything but 0.
When I came home there was data on my toon!
Thanks!

Another question, why is there a big difference between your ‘verbruik’ and the measurement from Toon?
And is it possible to show 2 decimals behind the . ? Now it is showing ‘Vandaag: 4.0 kwh’ maybe you should show ‘4.00 kwh’
Verbruik and "stroom Nu" from Toon should be more or less the same (in a 20s interval)

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 7:51 pm
by Demif
did you lose the VPN keys or did you had your Toon rooted by Quby?
If yes, let me know, got some spare VPN keys.[/quote]

Yes VPN key

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Mon Jan 18, 2021 10:05 pm
by TerrorSource
Demif wrote:did you lose the VPN keys or did you had your Toon rooted by Quby?
If yes, let me know, got some spare VPN keys.
Yes VPN key[/quote]

Send me an email or PM if you need VPN-keys.

Re: Toon App: solarPanel ---> solar data without hardware LIVE

Posted: Wed Jan 20, 2021 2:09 pm
by clvgtnl
Beste oepi-loepi,

Mooie app, ik ben hier heel blij mee.

Alleen heb ik een vraag, is het mogelijk om 2 omvormers in te stellen? Want op dit moment is dat niet mogelijk of wel?

Ik heb de Growatt en de Goodwe. Thanks :)