Search found 2 matches

by marcot
Friday 28 September 2018 10:28
Forum: LUA
Topic: Xiaomi RGB Gateway
Replies: 1
Views: 1185

Re: Xiaomi RGB Gateway

Ok will answer my own question then: function changeRGBGatewayColor(rgbColor, brightness) gatewayName = '<NAME OF YOUR XIAOMI RGB GATEWAY>' gatewayIDX = otherdevices_idx[gatewayName] url = 'http://<YOUR DOMOTICZ IP ADDRESS>:<YOUR DOMOTICZ PORT NUMBBER>/json.htm?type=command&param ...
by marcot
Wednesday 26 September 2018 10:41
Forum: LUA
Topic: Xiaomi RGB Gateway
Replies: 1
Views: 1185

Xiaomi RGB Gateway

I've a Domoticz version 4.9700 running and a Xiaomi RGB Gateway on firmware 1.4.1_157.0143. What I did found out is that you can control the brightness of build-in RGB light with: commandArray['Xiaomi RGB Gateway']='Set Level:'..tostring(10) - You can turn on/off the light with: commandArray['Xiaomi ...