Java Runtime Environment: java version “1.8.0_65”
Java™ SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot™ Client VM (build 25.65-b01, mixed mode)
openHAB version: Snapshot 2.4.0
I installed the solaredge binding, programmed the thing-file, items-file and sitemap-file. All, except for the "channel=“solaredge:generic:se3300:aggregate_week#production”-readouts work wel. I don’t see enything wrong in the programming.
Am I forgetting something?
My items-list:
Number:Power se3300_live "Huidige productie [%.2f %unit%]" <sun> { channel="solaredge:generic:se3300:live#production" }
Number:Energy se3300_dagprod "Productie vandaag [%.2f kWh]" <line> { channel="solaredge:generic:se3300:aggregate_day#production" }
Number:Energy se3300_weekprod "Productie deze week [%.2f kWh]" <line> { channel="solaredge:generic:se3300:aggregate_week#production" }
Number:Energy se3300_maandprod "Productie deze maand [%.2f kWh]" <line> { channel="solaredge:generic:se3300:aggregate_month#production" }
Number:Energy se3300_jaarprod "Productie dit jaar [%.2f kWh]" <line> { channel="solaredge:generic:se3300:aggregate_year#production"}
My sitemap-list
Text item=se3300_live
Text item=se3300_dagprod
Text item=se3300_weekprod
Text item=se3300_maandprod
Text item=se3300_jaarprod
Could that be aan issue in the binding? My other system is registrering the week poduce corectly. Also the SolarEdge app is registrering the week produce.
(Month & Year, not visible here, do show a good value). I’m also not seeing anything in the Consumption fields, even though I have a Consumption meter attached to my SE inverter.