Error on Solar Device Poll


#1

Pretty sure it’s a code error in webCore, (posted in meta, seems the right place).

9:34:47 AM: error ║ Error while executing physical command SolarEdge V2.poll([]): groovy.lang.MissingMethodException: No signature of method: physicalgraph.device.HubMultiAction.add() is applicable for argument types: (java.util.LinkedHashMap) values: [[name:power_details, value:(+426W) — Today’s Peak: 2,688W (32.8%), …]]

And here is the piston, which simply calls a poll on the device successfully except for the error:

And for the record, I do think the poll is working, and fixing this error may just be a fine tuning/fixes other issues for webCore. Every bug is an opportunity! :slight_smile:


#2

Can you please check the IDE? This is most likely an error that occurs inside the poll() command of the DTH - hence a DTH issue, but getting some error line number would help. Thank you :slight_smile:


#3

This looks like it might be my DTH? A line # from the IDE for the error would be helpful…


#4

Line 1625 I recall, thought that was in my post. And the DTH doesn’t have that many lines, which is why I was thinking WC.


#5

Yeah webCoRE implements an error trap…


#6

Total understand, no worries.