controlling ikettle

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
Thealon
Posts: 19
Joined: 26 May 2015 15:20

controlling ikettle

Post by Thealon »

Is it possible to control the ikettle using zway?

https://github.com/Jamstah/libsmarteram ... umentation
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: controlling ikettle

Post 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)
Post Reply