Sorry, this is not the right upload
Laundry Monitor Issue
expression) @dryerwatts »»» (dynamic) Dryer 0 Watts
(expression) dryer »»» (dynamic) Dryer 0 Watts
How about regex?
I’m at a loss… I can get mine to evaluate correctly.
|+154ms|║║Comparison (dynamic) Dryer 0 Watts is_equal_to (dynamic) Dryer 0 Watts = true (2ms)|
|---|---|
|+157ms|║║Condition #5 evaluated true (11ms)|
|+158ms|║║Condition group #2 evaluated true (state did not change) (12ms)|
|+162ms|║║Cancelling statement #3's schedules...|
|+173ms|║║It matches|
Oh that’s just for testing… you can actually drag that if statement out of the timer…I think it will let you
Edit: Yep, it will. Just delete the timer after.
Ok, I was able to change it with a program that just changes the global from 1 Watts waits 5 seconds and then back to 0 Watts, it did the push.
@ipaterson, this may be the second time I have stumbled upon this bug.
This seems to show the problem with your earlier attempts, the value from your device is split into three lines so rather than comparing against Dryer 0 Watts
you would need to compare against
'Dryer
0
Watts'
How do you do that?
I just tried a carriage return and it didn’t add a line.
3 separate variables?