Page 1 of 1

controlling ikettle

Posted: 02 Apr 2016 20:58
by Thealon
Is it possible to control the ikettle using zway?

https://github.com/Jamstah/libsmarteram ... umentation

Re: controlling ikettle

Posted: 13 Apr 2016 03:01
by PoltoS
Yes, you can write your own module and share it with others.

> Message transport
> The devices listen on port 2081 for TCP connections.
>
> Message structure
> The protocol is binary based, messages are ended with 0x7e.

Use "new sockets.tcp()" construction to create TCP socket (listen or connect to remote). See our documentation online.

See Sonos module as an example (it is pretty complex, but great to learn)