[request] - mower timer - timestamp #36

Closed
opened 2021-06-28 16:12:54 +02:00 by sebastianschwarz · 1 comment
Collaborator

knowin start timestamp to calc established and remaining mower process

knowin start timestamp to calc established and remaining mower process
sebastianschwarz added the
enhancement
label 2021-06-28 16:13:12 +02:00
Author
Collaborator

possible user option (attr userReadings)

mower_until { scalar(gmtime(ReadingsVal($NAME, 'mower_timer-mower_timer_timestamp',0)
 + ReadingsVal($NAME, 'mower_timer-mower_timer',0))) if (ReadingsVal($NAME, 'mower_timer-mower_timer',0) ne 0)  },
mower_until2 { strftime("%Y-%m-%d %H:%M:%S Uhr", gmtime(ReadingsVal($NAME, 'mower_timer-mower_timer_timestamp',0)
 + ReadingsVal($NAME, 'mower_timer-mower_timer',0))) if (ReadingsVal($NAME, 'mower_timer-mower_timer',0) ne 0)  }
possible user option (attr userReadings) ``` mower_until { scalar(gmtime(ReadingsVal($NAME, 'mower_timer-mower_timer_timestamp',0) + ReadingsVal($NAME, 'mower_timer-mower_timer',0))) if (ReadingsVal($NAME, 'mower_timer-mower_timer',0) ne 0) }, mower_until2 { strftime("%Y-%m-%d %H:%M:%S Uhr", gmtime(ReadingsVal($NAME, 'mower_timer-mower_timer_timestamp',0) + ReadingsVal($NAME, 'mower_timer-mower_timer',0))) if (ReadingsVal($NAME, 'mower_timer-mower_timer',0) ne 0) } ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FHEM/mod-GardenaSmart#36
No description provided.