ESPEasy and the Witty Cloud Board

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
ronald
Normal user
Posts: 28
Joined: 05 Jun 2017, 14:15

ESPEasy and the Witty Cloud Board

#1 Post by ronald » 10 Oct 2017, 19:56

The Witty cloud board is another ESP8266 clone with a built in Fotosensor and RGB LED (as shown HERE)
I have one and flashed it with ESPEasy, but I can't control these built in devices. Anybody who has one up and running with ESPEasy and willing to share how to address the devices?

User avatar
ManS-H
Normal user
Posts: 279
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: ESPEasy and the Witty Cloud Board

#2 Post by ManS-H » 10 Oct 2017, 20:02

Heya,

I used that board to control the window in my toilet room.
This is the rule what i used for it:
on wcraam-open do
gpio,15,1 // Rode Led aan
gpio,13,0 // Blauwe Led uit
gpio,12,0 // Groene Led uit
gpio,0,0 // relay on
timerSet 1,2 // 2 seconds timer
endon

on Rules#Timer=1 do
gpio,0,1 // relay off
endon

on wcraam-dicht do
gpio,15,0 // Rode led uit
gpio,13,0 // Blauwe led uit
gpio,12,1 // Groene Led aan
gpio,16,0 // relay on
timerSet 2,2 // 2 seconds timer
endon

on Rules#Timer=2 do
gpio,16,1 // relay off
endon

ronald
Normal user
Posts: 28
Joined: 05 Jun 2017, 14:15

Re: ESPEasy and the Witty Cloud Board

#3 Post by ronald » 11 Oct 2017, 08:40

Nice!
Thank you very much!

Post Reply

Who is online

Users browsing this forum: No registered users and 43 guests