Posts: 4
Threads: 0
Joined: Apr 2016
Reputation:
0
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
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
2019 Nov 16, 04:09 PM
(This post was last modified: 2019 Nov 16, 04:16 PM by dan.)
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>
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
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>