Jump to content

bpwwer

Moderators
  • Posts

    3255
  • Joined

  • Last visited

Community Answers

  1. bpwwer's post in Disconnected was marked as the answer   
    Disconnected means it was unable to connect to the local (or configured) IoX.  There are only a few different reasons it wouldn't be able to connect and viewing the log should reveal which.
    1) the ISY software isn't running.  In this case you also would not be able to start the admin console.  The log would show a connection refused error.
    2) The IP address is configured wrong. By default it's using the local address 127.0.0.1:8080 which is the local IoX.  If you didn't change the configuration, then this should be correct.  Again, you'll get a connection refused if it trying to connect at the wrong address.
    3) The credentials are wrong. It starts with the default of admin/admin, but is supposed to update them if you log into PG3x with something different.  The log will show 401 (authentication) errors in this case.  You can update the credentials manually in PG3x via the ISYs -> Edit current ISY menu.
  2. bpwwer's post in PG3x - error: BOBBY: Checking client "portal-x" (x = 1 or 2) was marked as the answer   
    PG3x version 3.1.23 was extra chatty as we used that to do some initial testing for PG3x remote access.  That has been removed in the latest version 3.1.24 of PG3x.
  3. bpwwer's post in nodes are not starting on reboot was marked as the answer   
    3.1.18 hasn't been released to production yet so if 3.1.16 is working then no PG3 upgrade is needed at this time.
  4. bpwwer's post in I can not delete nodeserver from PG3 was marked as the answer   
    Looks like there's a bug in the latest PG3x release that's preventing it from removing node servers.
  5. bpwwer's post in Restart of ST-Sonos does not update version to 1.0.8 was marked as the answer   
    Some older node servers/older versions of node servers can't auto-update because PG3 doesn't have enough information to know what to update.  In those cases, selecting the correct install option / re-install to same slot should update the node server.
  6. bpwwer's post in Can't get a connection between Meteobridge and WeatherPoly on Polisy was marked as the answer   
    You're close.
    Yes, you need to add a custom parameter with the "Port" "key" field and then the value will be the port that you configure in Meteobridge API URL.
    If you configure the API URL as "http://10.0.0.56:8045", then you'd set "Port" to 8045
    Note, that the IP address in the API URL is the Polisy's IP address.
    Note2, notice I didn't use port 8080, port 8080 is already in use by the IoX running on the Polisy so you can't use that.  When you configured the API URL with that, Meteobridge was trying to send the data to the IoX which rejected it.
    Note3, I believe the key name is case sensitive so "Port", not "port".
  7. bpwwer's post in Delete node servers was marked as the answer   
    unmanaged, means that they are not being managed by PG3 but by something else. That's why you can't delete them.
    In your case, I suspect they are being managed by a previous installation of PG3?  or PG2?  
    You can delete them from the Admin Console.  Go to Node Servers -> Configure -> slot number for the node server slot you want to delete and click on the "Delete" button.  After a few minutes they should disappear from the PG3 dashboard.
  8. bpwwer's post in Yolink NS reverts to old version after briefly displaying the new version number was marked as the answer   
    Yes, there are bugs related to auto-updating node servers on PG3x. They'll be fixed in the next update.
  9. bpwwer's post in App id 562859 is not mapped to an appliction was marked as the answer   
    Roku node server version 2.0.5 should fix the errors
  10. bpwwer's post in Table of PG3 node servers was marked as the answer   
    @palaymanYes  polyglot.universal-devices.com lists all current node servers and clicking on the node server brings up the details including price(s).
  11. bpwwer's post in Node Server Stops and Doesn't Restart - ITS BACK was marked as the answer   
    I screwed up the packaging.  You'll have to re-install but it should work now.
    Go to the node server store, select refresh store.  Then select the node server, click the install button and use the "Reinstall here?" button to re-install.
  12. bpwwer's post in Cannot set a variable from node server Wind direction (WINDDIR) was marked as the answer   
    You're right. Fixed in version 2.0.8
  13. bpwwer's post in Error Installing Emporia VUE Node Server was marked as the answer   
    Use the "install dev packages" option in the admin console configuration tab and then try again. 
    If you don't have an install dev packages option, you'll need to upgrade packages first.
  14. bpwwer's post in Vue switches not controlled by admin console after a while was marked as the answer   
    Looks like Emporia changed the API slightly.
    I updated the node server and it should work now.  Version 1.0.23
  15. bpwwer's post in Metric values was marked as the answer   
    The data reported by the node server is what the Ambient servers report.  There's no conversion happening in the node server.
  16. bpwwer's post in Login to Polyglot v3 was marked as the answer   
    Try logging out and then see if you can log back in.
  17. bpwwer's post in Can't connect on eisy was marked as the answer   
    I finally got around to trying it myself.  The problem is the node server is requiring a very old version of the interface module and that old module doesn't support PG3x MQTT.
    @Javiin the requirements.txt you have udi_interface == 3.0.32.  Version 3.0.32 is a very old version of the file. The latest is 3.0.51.  You should probably use udi_interface => 3.0.51 and update the store entry version.
    @garybixlerOnce the node server is updated to use the latest udi_interface, you'll need to do a re-install (note, not delete and install) for it to pick up the change.
  18. bpwwer's post in Weatherflow "Reduce GUI to fit on screen" was marked as the answer   
    No, it can't.  The admin console has full control over how the content is rendered. The node server (via PG3(x)) simply sends the value (numeric value).  
    The only control the node server has is over values that are represented with text.  The node server creates the numeric value to text mapping that the admin console uses.
     
  19. bpwwer's post in Address already in use was marked as the answer   
    The node server is probably already running, just not connected to PG3.  
    ps auxww | grep weatherstation.py  and see if it shows up in the list.  If so, then it needs to be killed before you can start it from PG3.   
  20. bpwwer's post in PG3 Log Level Descriptions was marked as the answer   
    No, beyond just that increasing the log level results in more log info.
    If set to Critical, you'll probably see nothing, ever.  I'm not sure if there are any messages at that level.  If there are, it is very few.
    error and warning are just as they say.  Error messages and/or warning messages only are output to the log.
    info are messages that report what PG3 is doing.  This is the default and generally provides enough information to figure out what PG3 is doing at any given time.  
    debug provides even more detail on what is happening.  It tends to be used for things that might be nice to see when debugging but generate so much log output that it can make the log harder to read.
    db operations adds all the reads/writes to the PG3 database into the log.  This generates a huge amount of log info and is only going to be useful when trying to track what is being read or written from/to the database.
    In general, there's no real reason to change from the default unless you're working with support and they request that you do so.
  21. bpwwer's post in [Solved] PG3 error: MQTTS: clientError was marked as the answer   
    The error message means there's a browser running the UI that is not longer authorized to connect to PG3, but continues to try.
    The connection between the UI running on the browser and PG3 is only good for about a week and and then it expires.  When it expires you need to log out and log back in to the UI (and maybe reload the page in the browser). 
    I see this a lot because I'll sometimes have multiple tabs open to PG3 and forget about one.  That one will expire (or I'll restart PG3) and the forgotten tab will keep trying to communicate with PG3 and get rejected with that error.
  22. bpwwer's post in Can't upgrade Kasa to 3.0.18 was marked as the answer   
    Your current installation of Kasa is too old to support automatic updates.  The information needed for PG3 to determine what you purchased didn't exist when you did the initial install of Kasa.
    You need to either upgrade PG3 to 3.1.16 which will then allow you to re-install from the purchase page or go through the node server store and re-install the node server that way.
    In either case, you'll need to select the proper install option and re-install.  A re-install will keep all your current configuration and nodes so you won't lose anything by re-installing.
  23. bpwwer's post in Bought wrong Node Server (DavisWeather instead of WeatherLink) was marked as the answer   
    Yes, I'm the author but UDI handles all the payment and licensing.  You'll have to open a support ticket.  
  24. bpwwer's post in Tempest stopped reporting 17 hours ago was marked as the answer   
    Yes, the hub will broadcast messages even if the Tempest battery dies.  It just won't broadcast the Tempest data.
    The hub has a fixed schedule that it broadcast data on and the node server is doing reporting on a fixed schedule so unless something changes (I.E. restarting the hub) the value shouldn't vary. 
  25. bpwwer's post in Feature Request: Change grouping of source list was marked as the answer   
    It's clear but it's not the node server doing the grouping that way, it's Volumio.  The node server does a browse at the top level and creates the entries based on the order it see sources in that browse.
    Given that what is available in the list of sources will vary for each Volumio device and the order may even depend on the order sources where added to Volumio, that's a fairly complicated ask.
×
×
  • Create New...