Skip to content

Commit

Permalink
Bug smartWB Rfid reading
Browse files Browse the repository at this point in the history
  • Loading branch information
snaptec committed Oct 9, 2021
1 parent 9466098 commit 8c9eaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/simpleevsewifi/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ! [ -z "$output" ]; then
llv3=$(echo "scale=0;$llv3 / 1" |bc)
llkwh=$(echo $output | jq '.list[] | .meterReading')
evsewifiplugstatelp1=$(echo $output | jq '.list[] | .vehicleState')
rfidtag=$(echo $output | jq '.list[] | .RFIDUID')
rfidtag=$(echo $output | jq -r '.list[] | .RFIDUID')
llakt=$(echo $output | jq '.list[] | .actualCurrent')

watt=$(echo "scale=0;$watt * 1000 /1" |bc)
Expand Down

0 comments on commit 8c9eaec

Please sign in to comment.