Domoticz MQTT and RGB dimmer, am I missing something?
Posted: Wednesday 24 February 2016 11:55
I've created an RGB device and when I control this device from Domoticz, the following MQTT message is send:
But were are the RGB values?
I would like to use this to control custom RGB devices but the RGB values seems missing in the message.
Code: Select all
{
"Battery" : 255,
"RSSI" : 12,
"dtype" : "Lighting Limitless/Applamp",
"id" : "00082259",
"idx" : 260,
"name" : "Demo",
"nvalue" : 15,
"stype" : "RGB",
"switchType" : "Dimmer",
"unit" : 1
}
I would like to use this to control custom RGB devices but the RGB values seems missing in the message.