I'm a firmware engineer in the the HVAC working with C and C++ on ARM processors most of the time, i'm new to Python.
I'm working on a domoticz multi purpose PID control plugin which uses Domoticz Sensorvalues and Switches to control actuators.
I'm all up and running with a RaspPi, working 1-Wire sensors and a working plugin framework

However I cannot find a way in your forums to directly interface with domoticz devices. In my python script i need the temperature of a 1-wire sensor, the only way I can find now is to use the JSON interface which seems a bit of a long way around. Is there some sort of domoticz.devices[Idx].nValue i can use? I mean, i understand that children are only allowed to talk to their parents, but maybe there is a way.
The other possibility would be to let the plugin create devices which in turn need to be linked to domoticz sensors which is a bit of a hassle as well.
Any help would be appreciated.
Regards!
Jasper Jackson
Using JSON through a http interface means that my password is exposed to the whole internet??