Search found 4 matches

by mbursteing
Friday 18 November 2016 19:56
Forum: MySensors
Topic: Virtual Sensor test
Replies: 3
Views: 1312

Re: Virtual Sensor test

Any help? when I use this command mosquitto_pub -h 192.168.1.13 -m "{ "idx" : 13, "nvalue" : 0, "svalue" : "$value" }" -t "domoticz/in" I can't change the sensor value. But, when I use single quotes like this: mosquitto_pub -h 192.168.1.13 -m '{ "idx" : 13, "nvalue" : 0, "svalue" : "$value" }' -t ...
by mbursteing
Tuesday 15 November 2016 21:25
Forum: MySensors
Topic: Virtual Sensor test
Replies: 3
Views: 1312

Re: Virtual Sensor test

Whats' the differenco of usin ' ' and using " ", cuz when I test the mqtt message sent using anoter suscriber I can see that the received message is good, I can see the sensor value, but why Domoticz can't see it?
by mbursteing
Tuesday 15 November 2016 19:17
Forum: MySensors
Topic: Virtual Sensor test
Replies: 3
Views: 1312

Virtual Sensor test

Hi, I'm trying to test mqtt protocol with Domoticz. For that I'm using a BeagleBone Black with mosquitto that takes a value from a existing sensor in Domoticz with JSON, and send this value over MQTT to Domoticz to a virtual sensor. the problem is that I'm not getting any value on the virtual sensor ...
by mbursteing
Wednesday 02 November 2016 22:02
Forum: Other questions and discussions
Topic: get Sensor data from Domoticz
Replies: 1
Views: 406

get Sensor data from Domoticz

Hi, I want to know if it's possible to get sensor data from my domoticz server placed in a Raspberry 3. The thing is that I want to control a Z-wave system so my decisions are made based on the values from domoticz. So, the idea is to get using http protocol or something like that to ask for the ...