Jump to content

bpwwer

Moderators
  • Posts

    3255
  • Joined

  • Last visited

Everything posted by bpwwer

  1. It does save the discovered Roombas, but I have no idea if that would work. Seems like your router wouldn't allow that.
  2. There isn't any option to set the IP address manually. That would have to be added.
  3. One of the node server dependencies (PyISY) just releases a new version that is broken. I just pushed out a new version of the node server that will try to roll back to the previous version of PyISY. If you refresh the store, it should show up (version 2.0.5). If you restart the node server it will automatically update to this version.
  4. If that's all your log shows, then it looks like PG3 is unable to start the node server. You can check the PG3 log for errors trying to start the node server.
  5. bpwwer

    PG3 on Polisy

    Node servers in the "Production" store have been vetted and approved. Node servers in the "Beta/Non-Production" store don't have that requirement. The primary purpose is a place for developers to release pre-release or bug fix versions for testing by a limited audience before moving them to the Production store. In general, you should only install a node server from this store if the developer recommends you do so.
  6. I can't get it to run either because of issues in the python libraries that it depends on.
  7. bpwwer

    PG3 on Polisy

    Depends. By default, PG3 will try to connect to an IoP ISY running on the Polisy. If you both that and a standalone 994 ISY, you'll have to add the configuration for the 994 under the ISY menu. It is also possible that it found the ISY, but doesn't have permissions yet to actually log into it and get the existing node information. In this case, you'll need to edit the ISY entry and add the ISY username/password.
  8. I just pushed version 3.0.1 to the node server store. This version should stop it from crashing. Restarting the node server, should auto update it. If that doesn't work, let me know.
  9. No, there isn't anyway to work immediately after a reboot. It only does the calculation at midnight, because that's when it has the all the data it needs to calculate it. mm/day is the default units, it will (or should) change the correct units when it next updates the value. Only by making the window bigger. The node server has no control over that, the display is all up to the admin console.
  10. Seems to be working fine for me. I created variables for temperature, hub seconds sine seen, and eto and all had the right values when I manually ran the program. New Program - [ID 0008][Parent 0001] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then $Weather_Variable = 'WeatherFlow' Hub Seconds Since Seen second $Int_2 = 'WeatherFlow / AR-00012631' Temperature °F $Int_3 = 'something / somethingelse / WeatherFlow' Yesterday's etO inches/day Else - No Actions - (To add one, press 'Action') I have two copies of WeatherFlow installed so I mixed it up and used both.
  11. I screwed up trying to add something new to the startup script. I thought I'd have a few minutes to get it fixed before anyone tried to update, but man you guys are fast!
  12. I believe those are normal. I'll need to revisit how I handled this, but on start, it clears out all the nodes before it adds back the ones it needs. These messages are generated when it tries to delete nodes that don't exist. This is because the configuration determines which of the set of possible nodes need to exist. I wanted to make sure nodes didn't get orphaned if the configuration changed.
  13. @macjeffNot your fault. Different node servers do different things and I can only test with some of them. I also tend to test just what I think I'm changing so sometimes I miss things. I was actually thinking of getting a Wireless tag or two just so I could test, but didn't, at least not yet.
  14. bpwwer

    PG3 on Polisy

    Yes, I noticed this too and it'a a bug (sort of). Every 8 hours it refreshes the contents of the store and updates it's internal cache of that info. So what is being reported is the last time that cache was refreshed, not the last time it was modified in the store. So yes, that needs to be fixed.
  15. bpwwer

    PG3 on Polisy

    Is Elk the only node server now having issues? Try going to the ELK details, selecting log and change the log level to something different, then restart the node server.
  16. bpwwer

    PG3 on Polisy

    I pushed out 3.0.51 that should fix the problem, but I've been waiting for confirmation of that. I was not able to reproduce the issue with any of the node servers I have installed for testing. I suspect there was a case where I expected data from the store that many existing node servers haven't updated yet. 3.0.51 should work with those older entries.
  17. The ability to install node server that aren't in the node server store was there for node server developers. @jjcif you are a registered node server developer, the new process for node server developers has been discussed on the Slack channel for PG3 node server developers. Whether or not this feature is opened back up to non-developers hasn't been determined.
  18. Yeah, I'm seeing all kinds of weird behavior too. When I send the "STOP" command, my volumio is responding that it is stopped, then with the next update it responds that it is paused. Which matches what I see on the AC. It briefly displays stopped before switching to paused. I've also managed to get into a state where it is playing, and won't stop/pause. If I send the commands directly from the browser, it responds that the command was successful, but it just keeps playing. I have to send a 'play' and the stop/pause will work. When you say the ISY doesn't show he current status of repeat/shuffle, is that in both the upper status display on the AC or on the lower command section or both? I'm not able to reproduce that, both sections seem to reflect the correct status for me.
  19. Version 2.0.3 should fix both shuffle and repeat command.
  20. Yes and no. Polyglot is an application. It manages node servers. Node servers are also applications, they just happen to be started and stopped by Polyglot. Node servers are independent entities. So technically, the node servers boxes should be outside of the Polyglot rectangle. Also, node servers don't link to ISY, your Link B, they route everything through Polyglot. The way PG2 and PG3 implement connection status is different. With PG2, the node server connects to PG2 and sends a connection status as part of the initial connection handshaking between the node server and PG2. In this case, connected means that the node server has successfully connected to PG2. This connection status is held in the node server's controller node's ST driver which is sent to the ISY. With PG3, when a node server connects to PG3, PG3 marks that node server as connected, when PG3 stops a node servers, it marks that node server is disconnected. If the connection between PG3 and node server fails, PG3 marks that node server as failed. This is all internal to PG3 and is what PG3 displays on the dashboard and node server details. THIS IS NOT SENT TO THE ISY! However, the node server has the option to configure a node and driver as a connection status indicator and IF it does so, PG3 will automatically update that node/driver with the connection status and send the update to the ISY. Note that in all of the above, the only thing we are monitoring is the connection between the node server and Polyglot. If the node server wants to track the connection status between the node server and service/device it can do so, but there is not standardized way for it to report this, it would have to designate a node/driver to hold this information and report it to the ISY. Also note that there is nothing that is tracking the connection between Polyglot and the ISY. If there are failures in that communication, the only indication will be errors reported in the respective log files.
  21. Have you tried enabling the java console and starting the admin console for the ISY? If the ISY has issues parsing the profile files, it should log those to the java console. There shouldn't be any difference in the ISY vs. IoP parser but given that IoP has been getting a lot of updates recently something may have been fixed that and not in the ISY firmware.
  22. I wonder if the recent package updates to Polisy made things better? I'll check on my end.
  23. This is the backup/restore Poly for the Universal Devices ISY994i Polyglot interface with Polyglot V3 (c) 2020,2021 Robert Paauwe This node server takes a snapshot of the lighting type device status and can then later restore the devices to those values. Lighting devices are those devices that have a status value using the unit-of-measure for level (0-255) or percent. This should cover most Insteon switch/lamp modules and Z-wave switch/lamp modules.
  24. bpwwer

    PG3 on Polisy

    The big difference in this version vs. the previous version is that the operation to create the zip archive is a blocking operation. I.E. while it is running, PG3 does nothing else. This makes it quite a bit faster, but also causes the UI and it looks like the node servers to loose their connection to PG3 thinking PG3 is down. I'll keep looking for a better solution to this.
×
×
  • Create New...