Search found 2 matches
- Wednesday 28 September 2022 18:32
- Forum: Others
- Topic: Broadlink Mini 3 Script not working.
- Replies: 2
- Views: 514
Re: Broadlink Mini 3 Script not working.
Wow, thanks Walter, it works on Domoticz. In the end this script worked based on your input. - Added & - Added path for broadlink_cli - Added path for fujiofff.txt Thanks a lot ! #!/bin/sh python3 /home/pi/python-broadlink/cli/broadlink_cli --host 192.168.1.169 --mac 24dfa7dece41 --type 0x5f36 ...
- Tuesday 27 September 2022 9:57
- Forum: Others
- Topic: Broadlink Mini 3 Script not working.
- Replies: 2
- Views: 514
Broadlink Mini 3 Script not working.
Hi, finally able to control my Broadlink Mini 3 remotely ; using this input https://gist.github.com/jovimon/1c236815b0382152e17b4742347dabf7 Asking for help I am not an expert ; but while the script work on the commandline on my raspberry; I can't get it to work in Domoticz running it as a script on ...