Toon App: solarPanel ---> solar data without hardware
Moderators: marcelr, TheHogNL, Toonz
Re: Toon App: solarPanel ---> solar data without hardware
Good News, oepieloepie. Thx for your quick reply.
-
- Advanced Member
- Posts: 667
- Joined: Sat Feb 09, 2019 7:18 pm
Re: Toon App: solarPanel ---> solar data without hardware
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.
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
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
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
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
Hopefully it will be fixed in the future. It worked fine before. Waiting for the update for Zonneplan.
-
- Advanced Member
- Posts: 667
- Joined: Sat Feb 09, 2019 7:18 pm
-
- Advanced Member
- Posts: 667
- Joined: Sat Feb 09, 2019 7:18 pm
-
- Advanced Member
- Posts: 667
- Joined: Sat Feb 09, 2019 7:18 pm
Re: Toon App: solarPanel ---> solar data without hardware
New inverter!
Hoymiles.
Use your login credentials from the S-miles cloud and find your siteid in the url when you are logged in.
Hoymiles.
Use your login credentials from the S-miles cloud and find your siteid in the url when you are logged in.
-
- Advanced Member
- Posts: 667
- Joined: Sat Feb 09, 2019 7:18 pm
Re: Toon App: solarPanel ---> solar data without hardware
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.
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
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.
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.
-
- Advanced Member
- Posts: 667
- Joined: Sat Feb 09, 2019 7:18 pm
Re: Toon App: solarPanel ---> solar data without hardware
Met dank aan Bonno is er nu ook een plugin voor Homeassistant.
Lees hier hoe te koppelen:
https://github.com/ToonSoftwareCollecti ... ISTANT1.md
Lees hier hoe te koppelen:
https://github.com/ToonSoftwareCollecti ... ISTANT1.md
Re: Toon App: solarPanel ---> solar data without hardware
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" ?
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" ?
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
-
- Advanced Member
- Posts: 667
- Joined: Sat Feb 09, 2019 7:18 pm
Re: Toon App: solarPanel ---> solar data without hardware
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....
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....
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.