diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 2418173c..e421dd6a 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -1356,7 +1356,7 @@ OFFSITE_SENDPOWER(){ } GET_TUYA_POWER(){ - echo "HERE: $1" + echo "HERE: $1 - http://${PW_REMOTE_SENSORS[${1}]}:8888/status/${PW_SENSOR_DEVICEID[${1}]}" INFO=$(curl -m 3 -s http://${PW_REMOTE_SENSORS[${1}]}:8888/status/${PW_SENSOR_DEVICEID[${1}]} | jq '.dps') if [ "${INFO}" != "" ]; then WATT=-1