Everything posted by Jimbo.Automates
-
Keeps overwriting my short poll setting
Thanks, I'll take a look when I return home. But really don't need to change longPoll unless you want a longer heartbeat Sent from my Pixel 8 Pro using Tapatalk
-
Keeps overwriting my short poll setting
It could be a config option, but personally it makes more sense to me for it to be controllable as a driver because you can now also set short poll from a driver as well. This way it can be changed to longer polls when slow updates are ok, and shorter polls when you want faster updates. The plugin will only change the value if Auto mode is on, otherwise it should not be changing. If you are seeing something else then let me know and I'll look into it when back home again.
-
PG3 Airthings Consumer Plugin Production Release
PG3 Airthings Consumer node server 1.2.2 released, see OP. - 1.2.2: 07/23/2024 - Fix crash after Airthings server error
-
Previous query still running
Should be fixed in 1.2.2
-
Keeps overwriting my short poll setting
Version 1.2.2 changes the default for Auto Short Poll to False, so now it will stay false if you have that set, and will stay True if you change it to True. I'll think about saving the timestamp, but the effort required isn't worth it right now, many other things to work on in my spare time, and personally I just ignore the issue since it shortly corrects itself.
-
Status in Program
Great, thanks. I'll get on it but no promises on schedule. Sent from my Pixel 8 Pro using Tapatalk
-
Status in Program
So @bpwwer made the updates for PG3 and it hasn't been touched since. Original author was @fahrer16 if neither of those guys are currently supporting adding enhancements I can take it over, with their permission.
-
Compare to init
Need a program for each if s_zone1Duration <= 0 or s_zone1Duration > 0 then s_zone1Duration (init) = s_zone1Duration This will run anytime the variable changes and updates it's init value.
-
Version upgrade
Fixed in 3.1.1, that was the only change.
-
Compare to init
Whenever statevar changes set it's init If statevar <= 0 or statevar > 0 Set statevar init = statevar Sent from my SM-X808U using Tapatalk
-
Zooz TITAN WATER VALVE ACTUATOR ZAC36 LR?
Yes they work great. Search titan on here and you'll see some posts. The attached leak sensor is a nice option as well. This one doesn't have the option for leak sensor https://www.thesmartesthouse.com/products/zooz-z-wave-plus-700-series-titan-water-valve-actuator-zac36 But the one on Amazon does, but more expensive. Sent from my Pixel 8 Pro using Tapatalk
-
PG3 Airthings Consumer Plugin Production Release
PG3 Airthings Consumer node server 1.2.1 released, see OP. Thanks to @bmercier for enhancements to Polyglot which allows us to set the Polling values from the plugin! - 1.2.1: 07/20/2024 - Try to set proper initial values on existing installs for Auto Short Poll = True - 1.2.0: 07/20/2024 - Add driver for short poll interval New Feature: The Controller has "Auto Set Short Poll" which will automatically set the short poll to the minimum value. If disabled, you can manually set it with the driver "Short Poll" on the controller.
-
Notification Controller REST Status
Hey Gary, no worries. But you didn't answer my question? Why do you have notification node server installed in 2 slots? Delete the one in slot 2. But if you really want it for some reason installed twice, you'll have to change the "rest_port" to a different number in the PG3 UI for slot 2.
-
Notification Controller REST Status
You should post in the sub-forum for the specific plugin in question: https://forum.universal-devices.com/forum/316-notification/ Why do you have notification node server installed in 2 slots? Delete the one in slot 2. But if you really want it for some reason installed twice, you'll have to change the "rest_port" to a different number in the PG3 UI for slot 2.
-
Previous query still running
Thanks, I've been traveling. I'll try to look at it this weekend. Sent from my Pixel 8 Pro using Tapatalk
-
Ecobee PIN/Log issues
The PIN will show up in a notice in the PG3 UI, exactly the same way plugin upgrade notifications show up. Something catastrophic is happening if /var/polyglot/pg3/ns/0021b902646e_4/logs/debug.log is not found. Please do a Download Log Package and PM that to me. Sent from my Pixel 8 Pro using Tapatalk
-
ZWAVE motion sensor for outdoors
https://www.thesmartesthouse.com/products/zooz-800-series-z-wave-long-range-outdoor-motion-sensor-zse70-800lr-motion-temp-lux Sent from my Pixel 8 Pro using Tapatalk
-
"ELK zones are not available", says Amazon Echo Device List in the Portal Connectivity
Sorry no idea what it wants, I'll need suggestions from @bmercier Sent from my Pixel 8 Pro using Tapatalk
-
Status in Program
Interesting if the developer of Rachio Plugin is not around anymore, I could look at taking it over. I have 3 rachio controllers and had it installed on my system but didn't have much need for it so I don't think I even have it installed anymore.
-
Camect NS: Triggering using STATUS or CONTROL
Yes it should. For now you can just use status changes Sent from my Pixel 8 Pro using Tapatalk
-
Camect NS: Triggering using STATUS or CONTROL
Chris was able to recreate the issue with Control and fixed it. It will be in the next build.
-
Camect NS: Triggering using STATUS or CONTROL
I've pinged Chris to open the discussion again to see if there is anything I can do in the plugin to avoid it.
-
Camect NS: Triggering using STATUS or CONTROL
I will have to review my program when I get home. But there is a Bug for control that it triggers for both true & false. I reported it to @Chris Jahn a long time ago and he said it was on the list. I've tried to find the correspondence but it must have been in old PM's that I cleared out.
-
Notifications for Dummies questions
No, that has nothing to do with Notifications. I think it's used for geolocation, but you can do that with UDM now.
-
Notifications for Dummies questions
Did you close and restart the Admin Console after installing the Notifications plugin?