i have error on do action from rule.
ERROR:
error [pimatic]: Error on evaluation of rule condition of rule doors-open-day: read ETIMEDOUT
error [pimatic]: rule doors-open-day error executing an action: read ETIMEDOUT

RULE is:

IF $garage_doors.garage_doors changes AND garage_doors of Doors is equal to “Open!!!“
THEN send mail %22user1@mail.ru" target="_blank" rel="noopener noreferrer nofollow">to:"user1@mail.ru” subject:“test1” text:“test1 {date()}” and send mail %22user2@mail.ru" target="_blank" rel="noopener noreferrer nofollow">to:"user2@mail.ru” subject:“test2” text:“test2 {date()}”

what u think about it?