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 ...
Search found 4 matches
- Friday 18 November 2016 19:56
- Forum: MySensors
- Topic: Virtual Sensor test
- Replies: 3
- Views: 1359
- Tuesday 15 November 2016 21:25
- Forum: MySensors
- Topic: Virtual Sensor test
- Replies: 3
- Views: 1359
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?
- Tuesday 15 November 2016 19:17
- Forum: MySensors
- Topic: Virtual Sensor test
- Replies: 3
- Views: 1359
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 ...
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 ...
- Wednesday 02 November 2016 22:02
- Forum: Other questions and discussions
- Topic: get Sensor data from Domoticz
- Replies: 1
- Views: 417
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 ...
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 ...