OpenSprinkler Plugin Timer Keeps Resetting
-
Hi @therealdb have you gotten a chance to see if you can reproduce the same issue I am having?
@pabla I can't repro at the moment, but I'll leave my test Vera plugged in for a day or two and try again.
I've tracked the room part, and it should be fixed by setting "Configured" variable on the master to 0 and wait for reload. I've also found that programs are re-created in this condition, so I'll investigate this part.
-
@pabla I can't repro at the moment, but I'll leave my test Vera plugged in for a day or two and try again.
I've tracked the room part, and it should be fixed by setting "Configured" variable on the master to 0 and wait for reload. I've also found that programs are re-created in this condition, so I'll investigate this part.
@therealdb Hm that's odd you're not able to reproduce this, I can continually reproduce it now. What model OpenSprinkler are you running?
-
@therealdb Hm that's odd you're not able to reproduce this, I can continually reproduce it now. What model OpenSprinkler are you running?
@pabla latest one, I’m not sure about the exact model. Please send me some variables (dms are ok) and more logs. It should be something related to your setup and I could replicate it with the exact code. Also, are you running it on the latest 7.32 beta build?
-
@pabla latest one, I’m not sure about the exact model. Please send me some variables (dms are ok) and more logs. It should be something related to your setup and I could replicate it with the exact code. Also, are you running it on the latest 7.32 beta build?
@therealdb Here are the variables, I will probably send you the logs via Github or something since I can't attach a file in PM on the forums. Yes I am on the latest 7.32 build.
-
I have also been seeing this in the logs when the Opensprinkler controller isnt responding to any commands from the Vera
50 06/21/21 8:45:48.103 luup_log:1304: VeraOpenSprinkler[1.50]: [updateFromController] error: false - nil - nil <0x72581520>
-
Okay so aside from the counter resetting issue, I have also noticed that the first zone that I start it will default to a 1 minute run no matter what I do. Then once that 1 min run is complete the zone is queued to complete the remaining amount of the run. Ie if I set the zone to 25 mins, it will first run for 1 minute then queue to run 24 mins a bit later. After that the all the zones are unresponsive. This is all happening on the plug-in side, the OpenSprinkler app works just fine even when all this weird stuff is happening. I can definitely pull some logs later today, hoping a reload doesn’t happen in between since that is what usually temporarily fixes the issue.
-
Attached some logs on a new issue on Github, the logs show two zones with the counter resetting after 5 seconds. One small thing I have noticed in the OpenSprinkler app is when the counter set at XX:59 seconds it doesn't reset but when it set at XX:00 it resets
-
@pabla sorry for the long wait, I've been very busy at work lately. Anyway, I've just released hotfix 2, with an attempt to fix it. The problem maybe related to the fact that I was resetting the load level to 0 when less than 1 minute was left, and this may cause something strange with the device on the Vera. It seems to work OK on my test Vera Edge, but it's not easy to replicate this bug, so please try this new version and let me know. only the lua file was changed.