yi-hack-v5
yi-hack-v5 copied to clipboard
MQTT command system
Hello, I have a 1080p dome camera. I am using home assistant with the MQTT protocol. I have a problem with the commands that are sent to the camera. No command (camera_setting) except IR led indicator is working. I tried the same commands in manual (service) mode and the same result.
Ex. service: mqtt.publish data: topic: yicam/camera_setting/ROTATE/set retain: true qos: '0' payload: 'yes' And in the log: Transmitting message on yicam/camera_setting/ROTATE/set: 'yes', mid: 83
Can you give me the real syntax or fix the problem in the firmware. Thank you!