Search found 12 matches

by paveleremin
31 Jul 2017, 18:48
Forum: ESP Easy: Software
Topic: Device values persistence
Replies: 6
Views: 5778

Re: Device values persistence

toffel969 wrote: 18 Mar 2017, 11:14 The feature is there in the mega version.
Hello, what do you mean? Where I can find it? Could please provide some breadcrumbs or screenshot, please
by paveleremin
16 Jan 2017, 13:26
Forum: ESP Easy: Software
Topic: Device values persistence
Replies: 6
Views: 5778

Re: Device values persistence

:idea: Maybe it's possible add some checkbox for each value, something like "Persistent data" and add some more code to handle it
:!: It will cool feature
by paveleremin
11 Jan 2017, 18:38
Forum: ESP Easy: Software
Topic: Device values persistence
Replies: 6
Views: 5778

Re: Device values persistence

To be more clear, how to save this values before reload(power off):
Image
by paveleremin
11 Jan 2017, 18:21
Forum: ESP Easy: Software
Topic: [BUG] some rule has got stuck in the memory
Replies: 1
Views: 1846

Re: [BUG] some rule has got stuck in the memory

It was my fault, I have a typo "endof" instead of "endon" Here is the final code for thermostat: on highThreshold do if [dht#temp]>[thermostat#temp] gpio,12,0 endif endon on lowThreshold do if [dht#temp]<[thermostat#temp] gpio,12,1 else event,highThreshold endif endon on checkThr...
by paveleremin
11 Jan 2017, 00:36
Forum: ESP Easy: Software
Topic: [BUG] some rule has got stuck in the memory
Replies: 1
Views: 1846

[BUG] some rule has got stuck in the memory

I'm try to prepare a code at my Sonoff switch while I'm waiting for Sonoff TH. My plan is use Openhab to control values and use Sonoff TH as a thermostat. At Sonoff switch I used Dummy device as a sensor(dht#temp). Here is the Rules code that I'm working on: on highThreshold do if [dht#temp]>[thermo...
by paveleremin
10 Jan 2017, 22:39
Forum: ESP Easy: Software
Topic: Device values persistence
Replies: 6
Views: 5778

Device values persistence

Is it possible save/restore Device's values before/after reboot?
Same question regarding the switch the electricity?
by paveleremin
10 Jan 2017, 18:51
Forum: ESP Easy: General Discussion
Topic: Level_Control Device plugin21
Replies: 12
Views: 11135

Re: Level_Control Device plugin21

+1 Same question
Or manage/link it some how with additional Dummy Device?
by paveleremin
06 Jan 2017, 13:26
Forum: ESP Easy: Software
Topic: Rules delay
Replies: 1
Views: 2534

Rules delay

Hello every one! I got Sonoff Switch https://www.itead.cc/sonoff-wifi-wireless-switch.html and uploaded EspEasy firmware to it. Also I added logic to the Rules to make button on device available to switch the relay. Here it is: on relay#switch do if [relay#switch]=1 gpio,13,0 else gpio,13,1 endif en...
by paveleremin
04 Jan 2017, 11:35
Forum: ESP Easy: Software
Topic: Toggle Relay with Rules?
Replies: 16
Views: 35560

Re: Toggle Relay with Rules?

Hello every one! This functionality works fine, I mean toggle relay with button via Rules. BUT... all off you guys have some delay between pressing button? I mean, it's not possible to press button, for example, 2 times in 1 second. Maybe it's possible to make some Device that will connect button an...
by paveleremin
30 Dec 2016, 08:20
Forum: ESP Easy: Software
Topic: MQTT -> Last Will Testament (LWT)
Replies: 3
Views: 4625

MQTT -> Last Will Testament (LWT)

Is the MQTT Last Will Testament (LWT) available on ESP Easy?

If yes, where it can be configured or what topic used by default?
by paveleremin
29 Dec 2016, 10:21
Forum: ESP Easy: Hardware
Topic: A new toy: Sonoff POW
Replies: 3
Views: 6025

Re: A new toy: Sonoff POW

Any updates on it?
Is ESP Easy can work with it?