Search found 3 matches
- Tuesday 28 July 2020 18:38
- Forum: Python
- Topic: sensor with a time something is running in python plugin
- Replies: 0
- Views: 189
sensor with a time something is running in python plugin
I have a written a python plugin, which collects data from a heater, say "heater runningtime in minutes" . Every time the heartbeat runs, it collect the time the heater has been running since the heater was installed. So lets say up until now it ran for 100 hours (6000) minutes. It is running now so ...
- Thursday 28 December 2017 10:20
- Forum: dzVents
- Topic: dzVents not running/executing scripts
- Replies: 7
- Views: 1361
Re: dzVents not running/executing scripts
Is downgrading to the stable build an option for you?
- Wednesday 27 December 2017 23:27
- Forum: dzVents
- Topic: dzVents not running?
- Replies: 1
- Views: 647
dzVents not running?
Trying to get dzVents to work. Nothing happening. Created a test.lua script in ~/domoticz/scripts/dzVents/scripts (also tried through web interface into generated_scripts directory) return { active = true, on = { devices = { 'SchakelaarMuur' } }, execute = function(domoticz, switch) if (switch.state ...