SIP
3.2.65 update now stuck LOADING - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Report a problem (https://nosack.com/sipforum/forumdisplay.php?fid=9)
+--- Thread: 3.2.65 update now stuck LOADING (/showthread.php?tid=192)

Pages: 1 2


RE: 3.2.65 update now stuck LOADING - gary - 2019 Nov 16

Ok I think I may have fixed this one?

gv.sd[u"umo"][i] = int(qdict[u"m" + str(i)])
KeyError: 'umo'

Typo perhaps?

changed to
gv.sd[u"mo"][i] = int(qdict[u"m" + str(i)])

This seems to be working now.

Gary


RE: 3.2.65 update now stuck LOADING - dan - 2019 Nov 16

Excellent! Yes it was a typo.
Thanks for the fix on tat one. I have updates the GitHub repo.

I am continuing to go through the plugins. Once I get one that has a full set of features working in all versions of SIP It should be easy to get the rest in shape.


RE: 3.2.65 update now stuck LOADING - dan - 2019 Nov 19

All the MQTT plugins, the relay_16 plugin and the weather_level_adj plugin have all been updated to run under the PY3_WIP branch.

I plan to merge the Py3_WIP branch into the master branch on GitHub within the next few days.

It does not appear possible to make the plugins work with the older version of SIP and the Py3_WIP branch however, the Py3_WIP branch will run under Python 2 or 3.

Dan