Search found 5 matches

by stefaanv
Wednesday 15 June 2016 12:31
Forum: Other questions and discussions
Topic: Domoticz general architecture
Replies: 15
Views: 3945

Re: Domoticz general architecture

@Juankar, I'm impressed by the out-of-the-box functionality of Domoticz. Got nice features out of it in no time. With "architecture" I mean the general functioning of the programming which - I suppose - reflects the internal software architecture. I'm trying to give positive criticism. I'm not a C ...
by stefaanv
Wednesday 15 June 2016 12:24
Forum: Other questions and discussions
Topic: Domoticz general architecture
Replies: 15
Views: 3945

Re: Domoticz general architecture

I will try to clarify my view with an example : Assume you want to set up a switch that activates/deactivates a light only if it is dark outside and saves one camera frame to disk when it changes the light activation. The light can be activated independently in the GUI. Sensors/input : switch, lux ...
by stefaanv
Wednesday 15 June 2016 11:14
Forum: Other questions and discussions
Topic: Domoticz general architecture
Replies: 15
Views: 3945

Domoticz general architecture

Hi, I've been playing around with domoticz for a couple of months now and I am very impressed about it . So far I have - Written a Python interface between Domoticz and the Wago PLC's that control my lights and blinds - Installed RFXcom and Mysensors gateways - Played around with some of the ...
by stefaanv
Monday 13 June 2016 9:22
Forum: Other questions and discussions
Topic: How to set V_VAR for a node ?
Replies: 1
Views: 591

How to set V_VAR for a node ?

Hi, I am building a MySensors node to automate our chicken shed. I'd like to use the 5 V_VAR node variables to send parameters to the node. As I understand from internet search, I can set the V_VAR per node in Domoticz and request the value from Domoticz in my Arduino sketch. My question is : how ...
by stefaanv
Friday 20 May 2016 10:49
Forum: Switches and Scenes
Topic: Help request sending http request from switch
Replies: 0
Views: 1394

Help request sending http request from switch

Hi, I'm trying to send an http call from domoticz to node-red using data push http. I already got the other direction (node-red to domoticz) working. The switch is virtual, I have these settings in data push HTTP screen : General Settings - URL : http://localhost:1880/switch - Method : POST - Data ...