Here's what I've got so far in ver 2.3

It's working in 2.2.2 so I'm not sure if it's my connection/settings/pc or what. Hope it helps.
Same here, its stuck there...
Found the fix.
Under the Pools folder, edit the zpool24hour.ps1.
Look for this: $Zpool_Request = Invoke-WebRequest "
http://www.zpool.ca/api/status" -UseBasicParsing
-Headers @{"Cache-Control"="no-cache"} | ConvertFrom-Json
There was a | before the -Headers which was causing the problem so I just removed it.
I deleted my previous post as I quoted the wrong reply.
hopefully that may help connection with zpool...