Simple Timed Piston not working


#1

**1) Give a description of the problem
Simple timed piston, every 30 seconds, not working

2) What is the expected behavior?
It works!

3) What is happening/not happening?
After saving I get this: An error has occurred while subscribing: java.lang.NullPointerException

4) Post a Green Snapshot of the pistonimage

5) Attach any logs (From ST IDE and by turning logging level to Full)
<
11/26/2018, 6:27:03 PM +918ms
+1ms ╔Starting piston… (v0.3.108.20180906)
+153ms ║╔Subscribing to devices…
+201ms ║╚Finished subscribing (57ms)
+241ms ║An error has occurred while subscribing: java.lang.NullPointerException
+243ms ╚Piston successfully started (242ms)
/>

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

Do you have the same issue with other timed events?


#3

I’m going to say yes, either way this isn’t right.


#4

Check your hub location in the smartthings app, verify time zone and anything that might have to do with time.


#5

Thank you! That was it. I was having a much larger problem, but posted this snippet to keep things simple. My time zone was empty. Turns out based on some other threads, after a recent update, it wipes out Time Zone!
This happened in the last week.
Also, for anyone else with this problem, you can’t just go into location, my location was correct, you have to move it several blocks away, save and then reset again. What a mess.
Thanks again for the pointer!
-TD