tuya-iotos-embeded-sdk-wifi-ble-bk7231n
tuya-iotos-embeded-sdk-wifi-ble-bk7231n copied to clipboard
Support of DOMOTICZ
Dear developers, You did a great job with the BK7231N,m But i am using DOMOTICZ. So i miss the branche possibility to Domotics. e.g. a message to a switch looks like: {"command": "switchlight", "idx": 2450, "switchcmd": "On" } {"command": "switchlight", "idx": 2450, "switchcmd": "Toggle" } {"command": "switchlight", "idx": 2450, "switchcmd": "Set Level", "level": 50 } {"command": "setcolbrightnessvalue", "idx": 2450, "hue": 274, "brightness": 40, "iswhite": false } {"command": "setcolbrightnessvalue", "idx": 2450, "hex": "RRGGBB", "brightness": 100, "iswhite": false } {"command": "setcolbrightnessvalue", "idx": 2450, "color": {"m":3,"t":0,"r":0,"g":0,"b":50,"cw":0,"ww":0}, "brightness": 40}
So i have to add. a IDX number to a port/channel, the values are numbers and a MQTT message starts with 'domoticz/in'
I read somewhere that you have planned the support of DOMOTICZ, but didn't found a issue or request. Please add the support of Domoticz (Look at TASMOTA, because there protocols has a lot similar