Hello
Newcomer in this IOT / EspEasy / Domoticz world, i am looking for a place where i can record and document my project with all the details.
Any suggestion ?
Merci - Rgds
Where to keep record of my project
Moderators: rtenklooster, Voyager, BertB, Stuntteam
Where to keep record of my project
Last edited by xmenne on 12 Mar 2020, 14:49, edited 1 time in total.
Signed XMenne from France
Re: Where to keep record of my project
You're very welcome to share your project here, but all the "internal" details are better kept safe within your own domain.
Re: Where to keep record of my project
Welcome and I would love to see your project(s).
But like mrwee also suggests, make sure you don't expose any credentials like passwords, or tokens you may be using in your settings or rules and screenshots.
But like mrwee also suggests, make sure you don't expose any credentials like passwords, or tokens you may be using in your settings or rules and screenshots.
Re: Where to keep record of my project
I prefer EspEasy
Re: Projet Piscine
Projet Piscine
Schéma ELectronique Config ESP Config Rules
on chevret_esp26_control_tension_pompe#State do
TimerSet,1,180 //Set Timer 1 for the next event in 180 seconds
endon
On Rules#Timer=1 do //When Timer1 expires, do (On attend que la pompe s'amorce)
if [chevret_esp26_control_tension_pompe#State]=1
if [chevret_esp26_Piscine_pression#Analog]<104 and [chevret_esp26_control_tension_pompe#State]=1 //si pression basse et sous tension alors alarme activé à 1
TaskValueSet 5,1,1
else
TaskValueSet 5,1,0 // autre situation = pas d'alarme
endif
else
gpio,14,0
TaskValueSet 5,1,0 // Pas de tension alors A =0 alarme désactivée
endif
endon
Schéma ELectronique Config ESP Config Rules
on chevret_esp26_control_tension_pompe#State do
TimerSet,1,180 //Set Timer 1 for the next event in 180 seconds
endon
On Rules#Timer=1 do //When Timer1 expires, do (On attend que la pompe s'amorce)
if [chevret_esp26_control_tension_pompe#State]=1
if [chevret_esp26_Piscine_pression#Analog]<104 and [chevret_esp26_control_tension_pompe#State]=1 //si pression basse et sous tension alors alarme activé à 1
TaskValueSet 5,1,1
else
TaskValueSet 5,1,0 // autre situation = pas d'alarme
endif
else
gpio,14,0
TaskValueSet 5,1,0 // Pas de tension alors A =0 alarme désactivée
endif
endon
- Attachments
-
- image5.png (46.43 KiB) Viewed 6685 times
Signed XMenne from France
Who is online
Users browsing this forum: No registered users and 10 guests