Search found 3 matches

by kubiack
Saturday 14 November 2020 0:04
Forum: Python
Topic: Python Plugin still running after disabling in Hardware page
Replies: 2
Views: 583

Python Plugin still running after disabling in Hardware page

I am developing a Python Plug-in to handle my video-projector from Domoticz (see https://github.com/romainrossi/domoticz-epson-projector if interested).

I wanted to disable it from the Hardware page but it doesn't works : the plug-in is still running and writing in the logs.

The plug-in uses a ...
by kubiack
Sunday 18 October 2020 22:57
Forum: Python
Topic: Epson projector plugin created
Replies: 0
Views: 333

Epson projector plugin created

For interested people, I developed a small plugin to control and show status of an Epson projector using a RS232 connection.

Code:
https://github.com/romainrossi/domoticz-epson-projector

Feedbacks are welcome !

I just developed it, I plan to use it to automate the room lights when the projector ...
by kubiack
Sunday 14 December 2014 14:33
Forum: Blockly
Topic: Problem using TIME user variables in blocky
Replies: 5
Views: 3930

Problem using TIME user variables in blocky

Hello

I have created two "user variables" in Domoticz of type time (one for start, the other one for stop time) named "HeureCreuse Debut" and "HeureCreuse Fin".
I created a simple blocky event which check if the current time is between or outside of the [start-stop] period and trigger a ...