Search found 6 matches

by rogierNL
Sunday 26 June 2016 10:17
Forum: PHP and all others
Topic: iKettle / Smarter wifikettle in Domoticz
Replies: 17
Views: 5065

Re: iKettle / Smarter wifikettle in Domoticz

You first have to figure out how they communicate. This isn't secured at all so if it's done through telnet you should be able to figure out the commands easily. Read about ARP spoofing through Cain & Able and Wireshark. Use the first to have the communication with your kettle go through your laptop ...
by rogierNL
Sunday 22 May 2016 16:25
Forum: PHP and all others
Topic: iKettle / Smarter wifikettle in Domoticz
Replies: 17
Views: 5065

Re: iKettle / Smarter wifikettle in Domoticz

Waited until this weekend to install everything in the selector way, works like a charm. Now I only have to figure out a way in which 'on' functions as well since it isn't supported by my default app, Pilot on iOS.
by rogierNL
Wednesday 27 January 2016 11:47
Forum: PHP and all others
Topic: iKettle / Smarter wifikettle in Domoticz
Replies: 17
Views: 5065

Re: iKettle / Smarter wifikettle in Domoticz

Looks great! I was looking for the selector in the beta but I couldn't even get to an array of buttons. Can you maybe guide me through that, not too elaborate just the core? I did some Python programming in the past so I should get that skill back fairly quick. Since the script currently doesn't ...
by rogierNL
Monday 11 January 2016 21:06
Forum: PHP and all others
Topic: iKettle / Smarter wifikettle in Domoticz
Replies: 17
Views: 5065

Re: iKettle / Smarter wifikettle in Domoticz

I will look into it!
by rogierNL
Monday 11 January 2016 17:23
Forum: PHP and all others
Topic: iKettle / Smarter wifikettle in Domoticz
Replies: 17
Views: 5065

Re: iKettle / Smarter wifikettle in Domoticz

I have no idea whether that's possible for a dummy. If so I will implement it but for now I'm just getting used to the system. The tcp connection gets terminated after it sent the commands. If you would keep it open till you receive the finished command "sys status 0x3" you can send it back to your ...
by rogierNL
Saturday 09 January 2016 18:44
Forum: PHP and all others
Topic: iKettle / Smarter wifikettle in Domoticz
Replies: 17
Views: 5065

iKettle / Smarter wifikettle in Domoticz

Received my Raspberry Pi yesterday so I haven't really figured out the way to properly program for Domoticz but I used this script on my Mac to start my wifi water kettle since the iPhone app is a pain in the **s. It is for iKettle 1.0. No idea whether the second generation uses the same script ...