Closed beamzer closed 4 years ago
Have you checked the similar issue https://github.com/eschava/broadlink-mqtt/issues/34
ah, missed that one. Thanks, it now works!
mosquitto_pub -d -h 192.168.88.254 -p 1883 -m "on" -t "broadlink/power"
Client mosqpub|97421-my-mac sending CONNECT
Client mosqpub|97421-my-mac received CONNACK (0)
Client mosqpub|97421-my-mac sending PUBLISH (d0, q0, r0, m1, 'broadlink/power', ... (2 bytes))
Client mosqpub|97421-my-mac sending DISCONNECT
[2020-03-04 16:13:25,405] DEBUG Received MQTT message broadlink/power on
[2020-03-04 16:13:25,406] DEBUG Setting power state to True
mosquitto_pub -d -h 192.168.88.254 -p 1883 -m "off" -t "broadlink/power"
Client mosqpub|97421-my-mac sending CONNECT
Client mosqpub|97421-my-mac received CONNACK (0)
Client mosqpub|97421-my-mac sending PUBLISH (d0, q0, r0, m1, 'broadlink/power', ... (3 bytes))
Client mosqpub|97421-my-mac sending DISCONNECT
[2020-03-04 16:13:39,528] DEBUG Received MQTT message broadlink/power off
[2020-03-04 16:13:39,529] DEBUG Setting power state to False
[2020-03-04 16:13:39,734] DEBUG Sending SP energy 0.01 to topic broadlink/energy
[2020-03-04 16:14:07,875] DEBUG Sending SP energy 0.01 to topic broadlink/energy
[2020-03-04 16:14:37,965] DEBUG Sending SP energy 0.01 to topic broadlink/energy
& closed
Hi, I have a SC1, which is essential an SP2 but in a different enclosure. It gets detected by the software, but as Unknown. That might be the problem, because when i try to power-on, it gives me an error:
This is what i send from my mac:
So, am i correct, that being detected as Unkown also is the cause of why the power on doesn't work? Is there a way let the SC1 being detected as an SP2, or something else i can do to make this work?
thanks in advance, Ewald....