J’ai testé aussi pour changer la valeur RGB pour une yeelight, problème identique, j’essaye de passer en bleu :
mosquitto_pub -h jeedom -p 1883 -u mqtt -P XXXX -m '"%230000ff"' -t
jeedom/cmd/set/1846
[2022-12-08 09:39:36][DEBUG] : execute : action yeelight rgbAct
[2022-12-08 09:39:36][DEBUG] : Envoi : {"apikey":"XXXXXXXXXXXXXXXX","type":"yeelight","cmd":"send","dest":"192.168.X.Y","model":"color","sid":"","short_id":"","command":"rgb","option":"","id":"192.168.X.Y","sup":""}
[2022-12-08 09:39:36.997][DEBUG] : Client connected to [127.0.0.1:46198]
[2022-12-08 09:39:36.998][DEBUG] : Message read from socket: b'{"apikey":"XXXXXXXXXXXXXXXX","type":"yeelight","cmd":"send","dest":"192.168.X.Y","model":"color","sid":"","short_id":"","command":"rgb","option":"","id":"192.168.X.Y","sup":""}'
[2022-12-08 09:39:36.998][DEBUG] : Client disconnected from [127.0.0.1:46198]
[2022-12-08 09:39:37.056][DEBUG] : SOCKET-READ------Message received in socket JEEDOM_SOCKET_MESSAGE
[2022-12-08 09:39:37.057][DEBUG] : SOCKET-READ------Received command from jeedom : send
[2022-12-08 09:39:37.057][DEBUG] : SOCKET-READ------Executing action on : color
[2022-12-08 09:39:37.057][DEBUG] : {'apikey': 'XXXXXXXXXXX', 'type': 'yeelight', 'cmd': 'send', 'dest': '192.168.X.Y', 'model': 'color', 'sid': '', 'short_id': '', 'command': 'rgb', 'option': '', 'id': '192.168.X.Y', 'sup': ''}
[2022-12-08 09:39:37.057][DEBUG] : Bulb<192.168.X.Y:55443, type=BulbType.Unknown> > {'id': 0, 'method': 'get_prop', 'params': ['power', 'bright', 'ct', 'rgb', 'hue', 'sat', 'color_mode', 'flowing', 'delayoff', 'music_on', 'name', 'bg_power', 'bg_flowing', 'bg_ct', 'bg_bright', 'bg_hue', 'bg_sat', 'bg_rgb', 'nl_br', 'active_mode']}
[2022-12-08 09:39:37.065][DEBUG] : Bulb<192.168.X.Y:55443, type=BulbType.Unknown> < {'id': 0, 'result': ['on', '74', '4000', '16711680', '0', '100', '1', '0', '0', '0', '', '', '', '', '', '', '', '', '', '']}
[2022-12-08 09:39:37.065][DEBUG] : Bulb<192.168.X.Y:55443, type=BulbType.Color> > {'id': 1, 'method': 'set_rgb', 'params': [16711680, 'smooth', 500]}
[2022-12-08 09:39:37.068][DEBUG] : Bulb<192.168.X.Y:55443, type=BulbType.Color> < {'id': 1, 'result': ['ok']}
[2022-12-08 09:39:39.069][DEBUG] : Bulb<192.168.X.Y:55443, type=BulbType.Unknown> > {'id': 0, 'method': 'get_prop', 'params': ['power', 'bright', 'ct', 'rgb', 'hue', 'sat', 'color_mode', 'flowing', 'delayoff', 'music_on', 'name', 'bg_power', 'bg_flowing', 'bg_ct', 'bg_bright', 'bg_hue', 'bg_sat', 'bg_rgb', 'nl_br', 'active_mode']}
[2022-12-08 09:39:39.075][DEBUG] : Bulb<192.168.X.Y:55443, type=BulbType.Unknown> < {'id': 0, 'result': ['on', '74', '4000', '16711680', '0', '100', '1', '0', '0', '0', '', '', '', '', '', '', '', '', '', '']}
[2022-12-08 09:39:39.118][DEBUG] : Send to jeedom : {'devices': {'yeelight_192.168.X.Y': {'ip': '192.168.X.Y', 'capabilities': {'id': '192.168.X.Y', 'power': 'on', 'bright': '74', 'ct': '4000', 'rgb': '16711680', 'hue': '0', 'sat': '100', 'color_mode': '1', 'flowing': '0', 'delayoff': '0', 'music_on': '0', 'name': None, 'bg_power': None, 'bg_flowing': None, 'bg_ct': None, 'bg_bright': None, 'bg_hue': None, 'bg_sat': None, 'bg_rgb': None, 'nl_br': None, 'active_mode': None, 'current_brightness': '74'}}}}
[2022-12-08 09:39:39.121][DEBUG] : Starting new HTTP connection (1): 192.168.X.Y:80
[2022-12-08 09:39:39.130][DEBUG] : http://192.168.X.Y:80 "POST /plugins/xiaomihome/core/php/jeeXiaomiHome.php?apikey=XXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
la lumière passe en rouge…
[2022-12-08 09:41:21][DEBUG] : {"jeedom":{"cmd":{"set":{"1846":"%230000ff"}}}}
[2022-12-08 09:41:21][DEBUG] : Message reçu sans prise en charge par un plugin : {"jeedom":{"cmd":{"set":{"1846":"%230000ff"}}}}
J’ai essayé avec {color:"%230000ff"} {color:%230000ff} "%230000ff" ca change rien.