[alpha] - extendetState. fix state

This commit is contained in:
Sebastian
2022-06-23 12:08:26 +02:00
parent 830e5426d6
commit c68f35c2e3
3 changed files with 5 additions and 8 deletions

View File

@ -757,12 +757,9 @@ sub WriteReadings {
. $propertie->{name}
. '_irrigation_left',
sprintf("%.f" ,
Time::Piece::localtime->strptime(
RigReadingsValue(
$hash,
$decode_json->{abilities}[$abilities]{timestamp}),
"%Y-%m-%d %H:%M:%S") +($propertie->{value}{duration} + 3 ) - Time::Piece::localtime->new )
Time::Piece::localtime->strptime(
$decode_json->{abilities}[$abilities]{timestamp}, "%Y-%m-%d %H:%M:%S")
+ ($propertie->{value}{duration} + 3 ) - Time::Piece::localtime->new )
)
if ( defined( $propertie->{value} )
&& $decode_json->{abilities}[$abilities]{name} eq 'watering'