Found SunnyWebbox with IP: $SunnyWebboxIP

#foreach ( $webboxDevice in $webboxDevices )
Device: $webboxDevice.getAddress()

#foreach ($channel in $webboxDevice.getChannels()) #if($channel.getUnitCode() != 0 && $channel.getCurValue() != 0.0) #{else} #end #end
Add Channel Current Value Unit
$channel.getName() $channel.getUnitString()


#end