patch-mower_timestamp_start #37

Merged
sebastianschwarz merged 3 commits from patch-mower_timestamp_start into devel 2021-07-16 19:20:28 +00:00
Collaborator

neues reading im mower , wenn der user eine fahrtdauer berechnen möchte....

nicht 100%ig brauchbar aber die idee:


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) !~ /0|-16777215/ )  },
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) !~ /0|-16777215/ )  }


neues reading im mower , wenn der user eine fahrtdauer berechnen möchte.... nicht 100%ig brauchbar aber die idee: ``` 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) !~ /0|-16777215/ ) }, 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) !~ /0|-16777215/ ) } ```
sebastianschwarz added 3 commits 2021-07-12 09:58:40 +00:00
marko approved these changes 2021-07-15 05:14:44 +00:00
sebastianschwarz merged commit 5294e3fea5 into devel 2021-07-16 19:20:28 +00:00
sebastianschwarz deleted branch patch-mower_timestamp_start 2021-07-16 19:20:37 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 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#37
No description provided.