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?
ESPEasy and the Witty Cloud Board
Moderators: grovkillen, Stuntteam, TD-er
-
- Normal user
- Posts: 286
- Joined: 27 Dec 2015, 11:26
- Location: the Netherlands
Re: ESPEasy and the Witty Cloud Board
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
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
-
- Normal user
- Posts: 28
- Joined: 05 Jun 2017, 14:15
Re: ESPEasy and the Witty Cloud Board
Nice!
Thank you very much!
Thank you very much!
Who is online
Users browsing this forum: Anthropic Claude Bot [bot], Bing [Bot] and 20 guests