Support: Samsung SMART Airconditioner
Posted: Sunday 12 January 2014 4:08
Hi,
It'd be interesting to see support for Samsung SMART airconditioners.
Basically, it uses WIFI and a modified version of SSDP to advertise itself, then communicates via ssl to push/recieve xml commands (plus requires a token authentication process).
Supports features like heat/cool/set temp/etc as per many other HVAC systems, with a few other specialized modes.
Sample code is available in ruby, perl, nodejs.
Ruby:
https://bitbucket.org/CloCkWeRX/samsung-remote - example-direct.rb
Perl:
https://gist.github.com/freman/e7568c625545629b6466
Nodejs:
https://github.com/CloCkWeRX/node-samsu ... onditioner (includes discovery component)
It'd be interesting to see support for Samsung SMART airconditioners.
Basically, it uses WIFI and a modified version of SSDP to advertise itself, then communicates via ssl to push/recieve xml commands (plus requires a token authentication process).
Supports features like heat/cool/set temp/etc as per many other HVAC systems, with a few other specialized modes.
Sample code is available in ruby, perl, nodejs.
Ruby:
https://bitbucket.org/CloCkWeRX/samsung-remote - example-direct.rb
Perl:
https://gist.github.com/freman/e7568c625545629b6466
Nodejs:
https://github.com/CloCkWeRX/node-samsu ... onditioner (includes discovery component)