Help with: mismatched input 'solaredge' expecting RULE_STRING

Hello guys,
im trying to get my roofsolarplant running (reading it out) and am getting problems in my created solar.items file…It reads:

	Number Production "Produktion [%.2f W]" <lowbattery> (gSolaranlage){channel=solaredge:generic:cb124819:aggregate_day#production}

which produces the log error:

Configuration model 'Solar.items' has errors, therefore ignoring it: [3,79]: mismatched input 'solaredge' expecting RULE_STRING

Can someone give me a hint on this?

You’re missing quotes in your binding string:

 {channel="solaredge:generic:se2200:live#production"}
1 Like

oh boy… shouldnt code late in the night. Thanks for that.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.