Thanks Jan!
I got a step further, whereas not with your file.
Steps and status:
- I did a
sudo git clone https://github.com/cicciovo/homebridge-samsung-airconditioner.git
of this github repo - Followed the advice given here as per your remark Jan
- Executed
sudo python Server8889.py
which successfully starts the server listening on port 8889 - In a new shell, executed
curl -k -H "Content-Type: application/json" -H "DeviceToken: xxxxxxxxxxx" --cert /usr/local/lib/node_modules/homebridge-samsung-airconditioner/ac14k_m.pem --insecure -X POST https://192.168.1.152:8888/devicetoken/request
changing the IP - Sadly I am stuck as I get a
curl: (7) Failed to connect to IP port 8888: Connection refused
I assume above is connected to the port (8888) which might be different ?!
edit: it might also be connected to this change Samsung did…
edit2: Did a port scan via NMAP and indeed it shows only ports 49153/49154/49155 UDP open…
samsungac.xml (15.2 KB)