Search found 13 matches

by BuddhaZen
05 Sep 2022, 15:32
Forum: ESP Easy: General Discussion
Topic: p2p automatic time synchronization
Replies: 8
Views: 2812

Re: p2p automatic time synchronization

I think this would be a useful feature in systems related to RTC dependent cycles
by BuddhaZen
05 Sep 2022, 15:04
Forum: ESP Easy: General Discussion
Topic: p2p automatic time synchronization
Replies: 8
Views: 2812

Re: p2p automatic time synchronization

there is no problem in this. The Wi-fi network is stable and constant. The question was in moments of lack of Internet, when modules cannot receive data from NTP. But the modules have a wi-fi network.
by BuddhaZen
05 Sep 2022, 10:16
Forum: ESP Easy: General Discussion
Topic: p2p automatic time synchronization
Replies: 8
Views: 2812

Re: p2p automatic time synchronization

oh, this is a bit tricky for me so far... I'm using the premade Mega builds.
I need time to figure it out :)
I thought to send the time setting function to dependent molules - Datetime, 2022-09-05, 10:00:00, but everything turned out to be more complicated)
by BuddhaZen
05 Sep 2022, 08:12
Forum: ESP Easy: General Discussion
Topic: p2p automatic time synchronization
Replies: 8
Views: 2812

p2p automatic time synchronization

There are several esp 1-3 modules on the network. p2p mode enabled. Number 1 has an RTC DS3231. The modules have been reloaded. Internet is missing. The time on the modules will be set to 00:00 hours. How to automatically synchronize modules 2 and 3 from RTC module number 1 in the absence of the Int...
by BuddhaZen
24 Aug 2022, 18:21
Forum: ESP Easy: General Discussion
Topic: Rules Example for new feature doubleklick and longpress
Replies: 15
Views: 15999

Re: Rules Example for new feature doubleklick and longpress

Interesting .... It's already the middle of 2022, but the problem with the button is still there :D
by BuddhaZen
06 Aug 2022, 22:31
Forum: ESP Easy: General Discussion
Topic: Need rule systime
Replies: 3
Views: 2720

Re: Need rule systime

the logic is clear, I tried a similar option with %systime% - it did not work. Have you tried your version? is he functional? Are the "On .... do" lines not required here?
by BuddhaZen
05 Aug 2022, 21:30
Forum: ESP Easy: General Discussion
Topic: Need rule systime
Replies: 3
Views: 2720

Need rule systime

Hi, a rule is required - if the system time is greater than 23:00 and less than 7:00 then do not enable gpio. I can't understand the syntax correctly. :roll:
by BuddhaZen
05 Aug 2021, 14:17
Forum: ESP Easy: General Discussion
Topic: HeatpumpIR LG
Replies: 1
Views: 4267

HeatpumpIR LG

There is an LG air conditioner, how to make a correct command to operate it? There is no LG brand in the HeatpumpIR list of air conditioners (https://espeasy.readthedocs.io/en/latest/Plugin/P088.html). When I press the control panel of the device, I receive a command in the ESP log - 52543 : Info : ...
by BuddhaZen
27 Apr 2021, 19:48
Forum: ESP Easy: Software
Topic: EspEasy IR - hold button code
Replies: 3
Views: 9106

Re: EspEasy IR - hold button code

Up.
still waiting for an answer. IR TRANSMIT module :roll:
by BuddhaZen
13 Apr 2021, 20:19
Forum: ESP Easy: Software
Topic: EspEasy IR - hold button code
Replies: 3
Views: 9106

EspEasy IR - hold button code

There is a TV and an audio receiver, I need to adjust the volume of the receiver with the TV remote control. I am using esp easy IR, but how do I track and broadcast the code for the volume button being held down? One press of the button - I get the code, but if you hold the button - first comes the...
by BuddhaZen
09 Apr 2018, 13:35
Forum: ESP Easy: General Discussion
Topic: Status of the switch when the power is turned off
Replies: 6
Views: 5798

Re: Status of the switch when the power is turned off

Hi, if using GPIO4, make sure that I2C is deactivated in the hardware tab. Yep, I2C of course disabled )) Thank you, I will continue to understand this issue further. UPD: Solved the problem in this way: On system#boot do timerset,1,10 Endon On Rules#Timer=1 do SendToHTTP [domoticz IP],8080,/json.h...
by BuddhaZen
09 Apr 2018, 09:28
Forum: ESP Easy: General Discussion
Topic: Status of the switch when the power is turned off
Replies: 6
Views: 5798

Re: Status of the switch when the power is turned off

toffel969 wrote: 08 Apr 2018, 12:19 Which gpio are you using? Gpio 0,2,15 have fixed boot states that could be a src of error.
Alternatively you could add a rule to send device state manually after boot.
I use GPIO 4. How to create a rule?
by BuddhaZen
07 Apr 2018, 14:37
Forum: ESP Easy: General Discussion
Topic: Status of the switch when the power is turned off
Replies: 6
Views: 5798

Status of the switch when the power is turned off

Hi, ESP firmware - mega-20180407. I created a SWITCH, the option - Send Boot state - activated. If the power supply ESP is missing, Domoticz does not determine the status of the switch. When the power ESP is turned on, the SWITCH will be turned off, and Domotics can show the old information that the...