Everything posted by bpwwer
-
How to remember last setting for lights
Yes, but it backs up all lighting type devices and restores all lighting type devices. You can't work with just a subset of devices. Although that would be a nice enhancement.
-
polling interval
Yes, the free accounts do have limits, typically on the number of requests that can be made in a 24hr period. I don't remember what those limits are for the various services but I did try to set the default polling intervals to be high enough to not hit those limits. It is the poll intervals set in the node server that define how often it makes requests to the service. ISY programs won't trigger additional requests.
-
stuck on step 2
The instructions are referring to the PG3 custom parameters configuration, not ISY variables. You enter this in configuration section of node details for the node server on the PG3 user interface.
-
Virtual Devices Node server Port to PG3?
It should be in the store now.
-
Seems Polisy update releases are done?
PG3 (and PG2 actually) is really 2 separate components. There's the server component that interacts with the node servers and the ISYs and there's the frontend, or User Interface (UI) component that you interact with. The server component code runs on the Polisy in the background. The UI component runs in your Browser. In general, the versions should match. When a release it built, it updates the version number for both components. If they don't match, the most likely reason is because a new version was installed but the Polisy is still running the old version of the server component. The latest version of PG3 will tell you this and prompt you to restart PG3 to get the latest version installed on your Polisy running.
-
Insteon versus zwave for switches (and what are nice zwave switches?)
RA3 uses the Lutron LEAP protocol which is not publicly available. There are folks working to reverse engineer it. It really comes down to whether or not Lutron is willing to work with UDI or the reverse engineering efforts can provide a stable working library. RA3 does not require a licensed installed to install. Lutron makes the training classes available to anyone and once take, you are free to buy and install RA3 products. No, the Lutron processes/bridges can communicate over your local network via LEAP (or LIP) protocol. Their app has cloud dependencies, but node servers would not (at least the current ones for PG2 do not).
- Kaiterra Node Server - Air Quality
-
Roku and TV Power
I don't know what else to tell you. The Roku documentation lists the following as supported keypresses: Home Rev Fwd Play Select Left Right Down Up Back InstantReplay Info Backspace Search Enter It also supports querying and launching installed apps. That's it.
-
node servers show Unmanaged
If you're not planning to use PG2 or need to see the configurations for the node servers there, you can simply delete the node servers from the ISY. From the admin console go to Node Servers -> Configure -> <slot> -> click the Delete button. PG3 may take a few minutes to recognize that it's gone from the ISY but after 5 minutes or so, the unmanaged entry should go away and the slot is now free to install a node server.
-
Roku and TV Power
Unless it's a Roku TV, no. the node server only controls Roku devices.
-
How do you configure the node server?
No, it was written to work with this device: https://www.amazon.com/Connects-Electric-Metering-Burlington-Mountain/dp/B084T6HGNR/ref=sr_1_3?crid=3BJIJ2RUPH2JR&keywords=emporia+vue&qid=1652393069&sprefix=emporia+vue%2Caps%2C139&sr=8-3
-
Push node server on Polisy never starts shows disconnected.
I think version 2.0.2 will resolve it. However, you should also update PG3, you're running an out-of-date version.
-
Virtual Devices Node server Port to PG3?
Hmm, I did port it last October. I have no idea if works at this point, but I guess I should check and then release it.
-
How do you configure the node server?
It's display the "Main" channel data for both of those. So that kindof implies that your charger is considered the main channel for daily data? I don't really know. The only device I have has only the "Main" channel.
-
No forecast info
It's not getting valid data. How often are you polling for data? It looks like about 90 seconds from the log. I believe you can only make a limited number of queries per day and if you have it set to 90 seconds, it may only be able to get data for a few hours before you've used up the day's allocation. When I was testing it, I used shortPoll = 240 and longPoll=1200 to try and keep under the limit.
-
How do you configure the node server?
Try version 1.0.4. It should be better.
-
How do you configure the node server?
The store only updates automatically a couple of times a day. You can manually refresh the listing using the "Refresh Store" button. It's in the Production store.
-
unexpected keyword argument 'update'
Refresh the store and restart the node server. It should install version 2.0.1 and I believe that will fix the problem.
-
Missing a Roku on Admin Console
Yup, that helps. I just uploaded version 2.0.1 of the Roku node server to the store. Refresh the store and then restart the node server and see if that adds your Master Bedroom Roku.
-
How do you configure the node server?
I just pushed out version 1.0.3 of this node server. I think I managed to work around the problem with the library.
-
Upgrade from PG3 3.0.61 to 3.0.62
If the version numbers match and it's saying it needs to be restarted, just re-loading the browser should fix it. Apparently 3.0.62 does not equal 3.0.62 sometimes. I suspect that the old version is cached somewhere and that's why it does that, but it should be comparing the same values it's displaying.
-
How do you configure the node server?
No, there's nothing wrong with the node server, one of the python libraries it depends on won't install on a Polisy. I'll see if something can be done to get the library supported on the Polisy.
-
PG3 missing weatherflow nodes
Whatever information it is getting back from WeatherFlow when it queries for information on the station id is not valid. I took a look at what WeatherFlow was returning and it has 3 incomplete records and 1 correct record for your HUB device. The nod server is failing when it encounters the first incomplete record. Version 3.0.20 of WeatherFlow node server should now skip those incomplete records.
-
Missing a Roku on Admin Console
Unfortunately that log doesn't have anything that would indicate what happened. I'd need to see the log where the node server was installed or at least when it was restarted. Have you tried restarting the node server?
-
Missing a Roku on Admin Console
send me a log package from the node server logs page and I'll take a look.