Search found 17 matches

by Lyubomyr
Wednesday 27 April 2016 2:16
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 140896

Re: [90] MQTT Support

And another question^

what is the difference between nvalue and svalue? Some sensors and actuators use nvalue others use svalue!
by Lyubomyr
Wednesday 27 April 2016 0:40
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 140896

Re: [90] MQTT Support

And another question: Below my function for update temperature+humidity (it is the same when I uncomment the commented line) But when I look in the setup->Devices I see this Hum2.png but not as in the non-MQTT version Hum1.png if (msg.nodeId == 25 & msg.payload !="\n" & msg.messageType == 1) { var ...
by Lyubomyr
Tuesday 26 April 2016 22:55
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 140896

Re: [90] MQTT Support

I added a dummy humidity sensor and use this [{"id":"2543a541.b26dba","type":"mqtt-broker","broker":"127.0.0.1","port":"1883","clientid":""},{"id":"3086682d.a477a8","type":"inject","z":"7d53d511.239b3c","name":"Update Data","topic":"","payload":"{\"idx\": 161, \"nvalue\": 1, \"svalue\": \"456 ...
by Lyubomyr
Friday 25 March 2016 9:55
Forum: MySensors
Topic: V_Persentage in ServoActuator
Replies: 7
Views: 1419

Re: V_Persentage in ServoActuator

Thank You!
by Lyubomyr
Thursday 24 March 2016 6:48
Forum: MySensors
Topic: Inclusion mode
Replies: 9
Views: 2408

Re: Inclusion mode

Thank You very much!
by Lyubomyr
Thursday 24 March 2016 6:47
Forum: MySensors
Topic: V_Persentage in ServoActuator
Replies: 7
Views: 1419

Re: V_Persentage in ServoActuator

Thank You very much, but perhaps I didn't make myself clear. So, imagine that You made all necessary measurements and You know times at el. What should I do in Domoticz(!) (what command to use) to send V_Persentage command to node. V_Up, V_Down, V_Stop I know how to send, but what about V_Persentage?
by Lyubomyr
Tuesday 22 March 2016 21:04
Forum: MySensors
Topic: V_Persentage in ServoActuator
Replies: 7
Views: 1419

Re: V_Persentage in ServoActuator

Thank You very much for explanation.

But if I want not just two positions 0% and 100%, but four, for instance: 0% 25% 50% 100%. Is it possible to achieve this using Domoticz?
by Lyubomyr
Tuesday 22 March 2016 21:01
Forum: MySensors
Topic: Inclusion mode
Replies: 9
Views: 2408

Re: Inclusion mode

So, it does?
by Lyubomyr
Tuesday 22 March 2016 6:16
Forum: MySensors
Topic: Inclusion mode
Replies: 9
Views: 2408

Inclusion mode

Hello.

There is possibility to add a button to Mysensors Serial gateway. It activates Inclusion mode. Does Domoticz support it?
by Lyubomyr
Monday 21 March 2016 21:59
Forum: MySensors
Topic: V_Persentage in ServoActuator
Replies: 7
Views: 1419

V_Persentage in ServoActuator

Hello.

I've been trying to implement servoactuator sketch from MySensors. There is a variable V_Percentage that can be obtained from the controller. How can I make my blinds 50% covered with Domoticz?

Please, do not propose to press stop button when blinds are 50% closed :)
by Lyubomyr
Thursday 11 February 2016 0:40
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to control Domoticz over 3G?
Replies: 25
Views: 19718

Re: How to control Domoticz over 3G?

I have the same problem. Ports are opened, but I can't still access Domoticz from internet.
by Lyubomyr
Saturday 05 December 2015 11:17
Forum: MySensors
Topic: Mysensors - Domoticz windows - cant get connection
Replies: 22
Views: 7051

Re: Mysensors - Domoticz windows - cant get connection

Thank You!!!!!!!!!
You can't imagine how much You've helped me!
by Lyubomyr
Saturday 05 December 2015 11:07
Forum: MySensors
Topic: Mysensors - Domoticz windows - cant get connection
Replies: 22
Views: 7051

Re: Mysensors - Domoticz windows - cant get connection

It works!!! Thank You!!!!!!!!!!!!!!!!!

May I ask another question?
When I see the log of the MQ-2 sensor, I see only CO2 graph. Can I somehow add graphs of Methane, Butane, LPG, smoke also?
by Lyubomyr
Saturday 05 December 2015 10:52
Forum: MySensors
Topic: Mysensors - Domoticz windows - cant get connection
Replies: 22
Views: 7051

Re: Mysensors - Domoticz windows - cant get connection

Thank You.
The test sketch works perfectly!
by Lyubomyr
Saturday 05 December 2015 9:12
Forum: MySensors
Topic: Mysensors - Domoticz windows - cant get connection
Replies: 22
Views: 7051

Re: Mysensors - Domoticz windows - cant get connection

Yes, it is.
But I connected only three wires
Vcc ->5V
GND-> Ground
A0 -> A0
I left D0 pin of the sensor unconnected, since it works in the Arduino UDE.
by Lyubomyr
Saturday 05 December 2015 8:53
Forum: MySensors
Topic: Mysensors - Domoticz windows - cant get connection
Replies: 22
Views: 7051

Re: Mysensors - Domoticz windows - cant get connection

Yes!
I suppose this is why I see Air Control in the Log.
by Lyubomyr
Saturday 05 December 2015 0:29
Forum: MySensors
Topic: Mysensors - Domoticz windows - cant get connection
Replies: 22
Views: 7051

Re: Mysensors - Domoticz windows - cant get connection

How did You succeed?? I'm having troubles with MQ-2. It works fine with Arduino sketch that I've found in the reference link on Mysensors.org. It outputs data in Serial Monitor when I use sketch for domoticz, but Domotics doesn't see it. I mean that in LOG of Domoticz there is mentioned that Air ...