Search found 6 matches

by JasperJackson
Wednesday 18 October 2017 11:07
Forum: Python
Topic: Sensor Values for PID
Replies: 8
Views: 1896

Re: Sensor Values for PID

Thanks, I'm using that one at the moment, I still got the Feeling that the Domoticz.Devices module only has the Plugin Private devices in it as it is always 0 in my system. Is there a way to directly control or read values from other devices in Domoticz plugins without the need of JSON? Thank you ...
by JasperJackson
Wednesday 18 October 2017 10:43
Forum: Python
Topic: Sensor Values for PID
Replies: 8
Views: 1896

Re: Sensor Values for PID

Dnpwwo wrote: Tuesday 10 October 2017 23:18 @febalci,

Have a look at the Python samples that ship with Domoticz, they are also here: https://github.com/domoticz/domoticz/tr ... s/examples
Link is dead
by JasperJackson
Wednesday 18 October 2017 10:43
Forum: Python
Topic: Sensor Values for PID
Replies: 8
Views: 1896

Re: Sensor Values for PID

Ok, i got the Python plugins working now, it turned out i was using the wrong examples, there obvousliy has been some API change. https://github.com/domoticz/domoticz/blob/development/plugins/examples/BaseTemplate.py This one works. I'm facing one small problem now, Domoticz.Log(str(len(Devices ...
by JasperJackson
Wednesday 11 October 2017 7:19
Forum: Python
Topic: Sensor Values for PID
Replies: 8
Views: 1896

Re: Sensor Values for PID

Thanks for the replies! I tried the above functions before already and it didn't work. I found out that i have a problem with my python setup as the sample script is executed but files an error on the console when using domoticz.log, the length of the devices array is 0. So i tried a fresh install ...
by JasperJackson
Monday 02 October 2017 19:18
Forum: Python
Topic: Sensor Values for PID
Replies: 8
Views: 1896

Re: Sensor Values for PID

Is there anyone here willing to help??
by JasperJackson
Saturday 30 September 2017 10:17
Forum: Python
Topic: Sensor Values for PID
Replies: 8
Views: 1896

Sensor Values for PID

Hello everybody! 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 ...