Page 13 of 21

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

Posted: Sat Oct 08, 2022 7:26 pm
by jerver
Good News, oepieloepie. Thx for your quick reply.

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

Posted: Sat Oct 08, 2022 10:47 pm
by oepi-loepi
It is a json output so you can scrape the contents…

For examples on how to do it, you can take a look at my toonwater.nl. There you can find the dashboards for toonwater but you can easily modify them for solar.

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

Posted: Mon Oct 10, 2022 11:06 am
by jerver
Dank je wel. Top! De zon opbrengst gegevens heb ik nu ook vanuit Toon in Homeassistant en als zonnepanelen toegevoegd in het energie dashbord

In configuration.yaml

Code: Select all

sensor:
  - platform: rest
    name: solartoon
    resource: http://ip_van_toon/solar.html
    json_attributes_path: $.solar
    json_attributes: 
      - total
      - today

template:
  - sensor:
      - name: "Toon Zon totaal"
        unit_of_measurement: "Wh"
        state: >
          {{ state_attr('sensor.solartoon', 'total') }}
        device_class: energy
        state_class: total_increasing

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

Posted: Mon Oct 10, 2022 9:57 pm
by wolter72
When will the Zonneplan solar display be fixed? It still gives a 'fout met ophalen' and 'fout met versturen' error

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

Posted: Tue Oct 11, 2022 6:36 pm
by EchoNL
Hopefully it will be fixed in the future. It worked fine before. Waiting for the update for Zonneplan.

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

Posted: Tue Oct 11, 2022 9:46 pm
by oepi-loepi
wolter72 wrote: Mon Oct 10, 2022 9:57 pm When will the Zonneplan solar display be fixed? It still gives a 'fout met ophalen' and 'fout met versturen' error
Zonneplan changed their API. They have built in a check on browser. Toon can only act like a mozilla browser..

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

Posted: Tue Oct 11, 2022 9:46 pm
by oepi-loepi
EchoNL wrote: Tue Oct 11, 2022 6:36 pm Hopefully it will be fixed in the future. It worked fine before. Waiting for the update for Zonneplan.
Hopefully they will make some corrections in the future or cantact me top make it work.

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

Posted: Tue Oct 11, 2022 9:48 pm
by oepi-loepi
New inverter!

Hoymiles.

Use your login credentials from the S-miles cloud and find your siteid in the url when you are logged in.

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

Posted: Thu Oct 13, 2022 7:16 pm
by oepi-loepi
New inverter!

Canadian Solar

Use your login credentials from the https://monitoring.csisolar.com/.

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

Posted: Tue Nov 01, 2022 11:35 am
by Flashlab
Hello,

I use the solarPanel app for my older SMA inverter with the Sunnyportal method. With the switch of daylight savings time (to wintertime) it seems two days have been merged into one and one day went to zero. On Sunnyportal the data is correct. Probably only a more cosmetic issue but good to report anyhow I think!

I'll check week report to see if the totals are ok.

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

Posted: Mon Jan 02, 2023 1:20 pm
by Flashlab
Hi all,

I have a new problem with the SMA Sunny portal. On Monday 19th of December it claims a very high production value of 27681kWh. And one week later all production is zero. It doesn’t have any history any longer. In Sunnyportal it’s ok.

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

Posted: Sun Jan 15, 2023 2:52 pm
by oepi-loepi
Met dank aan Bonno is er nu ook een plugin voor Homeassistant.

Lees hier hoe te koppelen:

https://github.com/ToonSoftwareCollecti ... ISTANT1.md

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

Posted: Fri Feb 03, 2023 11:02 am
by Xavier
Hi all,

since yesterday I own a PV Solarsystem of Enphase.
I installed the Solarpanel app on my Toon2, made the settings and selected Enphase with IP of Envoy-S Metered.
Unfortunatly there is no data being shown, everthing is created when saving settings, Toon2 has rebooted but no show of any solar production.
I have version 7 of the Envoy, it seems it needs API-key (which I have) but there is no place to put this.

Anyone experiencing the same issue?

UPDATE:
I need to use Enphase2 as mentioned in this thread....
Is user_id the same as service_id?
Based on the API I have also a Client ID.

What should I use in the SolarApp as "siteID" ?

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

Posted: Fri Feb 03, 2023 11:33 pm
by oepi-loepi

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

Posted: Mon Feb 06, 2023 9:14 pm
by Xavier
Hi,

So I followed the instruction but still no luck getting data into Toon from Enphase.
What I did (steps):
1. Created an account on https://developer-v4.enphase.com/
2. Created an application https://developer-v4.enphase.com/admin/applications in Enphase Developer
Received API-key, Client ID, Client Secret and Authorization URL
3. In https://enlighten.enphaseenergy.com/ under Account\My access control I went to API-settings and can see that the created application is connected and has access.
4. I granted access for the API to the application and got a "Authorization code"

Based on this thread in Toon2 with Enphase 2 I used as "username" (Gebruikersnaam) the user_id which I can see at the API-settings, the siteID I used the "location-id" which I found on the bottom of the site.
I used the APi-key which was generated in step 2.
Pressed "Save" (Opslaan)
Toon2 did all kind of things rebooted but no data is visible.

I followed the quickguide: https://developer-v4.enphase.com/docs/quickstart.html but also without any luck.

What am I doing wrong/am I missing?

Hope somebody can help me....