Python scripting
Posted: Saturday 06 August 2016 0:34
Hi, I am looking at Python scripting within domoticz event system. Questions:
Is any work being done on this now? (event_system is misspelled in the latest git domoticz Python module)
Why is most of the info put in as globals, a standard module in Python uses its own namespace?
Is the standard way to create/set/delete user variables to do a JSON call, is that not complicated, with C++ boost this could be simpler?
I could look at this, I have some open source experience (look up dvipng), but not so much c++. Lots of C and Python though.
Is any work being done on this now? (event_system is misspelled in the latest git domoticz Python module)
Why is most of the info put in as globals, a standard module in Python uses its own namespace?
Is the standard way to create/set/delete user variables to do a JSON call, is that not complicated, with C++ boost this could be simpler?
I could look at this, I have some open source experience (look up dvipng), but not so much c++. Lots of C and Python though.