Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3.2.65 update now stuck LOADING
#11
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
Reply
#12
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.
<p><br></p>
Reply
#13
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
<p><br></p>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)