Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Panda88

Members
  • Joined

  • Last visited

Everything posted by Panda88

  1. Panda88 replied to grossmd's topic in YoLink
    Yes - I realized there was a problem in the release - should be fixed now (I hope) if you reinstall
  2. Panda88 replied to grossmd's topic in YoLink
    Looks like you are trying to use the YolinkLocal node - Did you set it to CLOUD in the config - hybrid and local requires the local HUB (log shows it is trying to access the local as well) - keep the local keys blank (Looks like you entered the cloud credentials there) Setting it to cloud (only) should allow this node to progress - but please make sure you have the local fields BLANK until you get the local hub You can also try the Yolink (no Local) - unless you plan to get the local hub in the future
  3. Sorry to hear that is still not working - there is something in your setup (most likely the tesla APP) that is causing this. As you are selling your car, I will not spend more time on this unless others are having similar issues
  4. Panda88 replied to grossmd's topic in YoLink
    you can also try to generate a new UUID/secret and insert that
  5. Panda88 replied to grossmd's topic in YoLink
    Can you PM me a log file with debug enabled and I'll take a look Are you sure there are no empty spaces in the UUID / secret? Hub should be fine - but you need to configure the cloud portion - local only works on 1606 There should be install instructions in the more detail portion
  6. Panda88 replied to roho's topic in YoLink
    I released the yolinkLocal to the production store If you are an existing user (of TSTYolinkLocal) and want to keep the setup, it seems you need to backup your system, delete the TSTYolinkLocal, install the new YolinkLocal in the same slot and restore the system. There is likely a bug in PG3 that prevents an upgrade when the node changes name - the nodeID is the same - only the name changed
  7. Panda88 replied to roho's topic in YoLink
    Thanks - It seems there is a bug in PG3x handling name changes If it works, I'll release to production store and get going on releasing next version with improved error (offline) handling
  8. Panda88 replied to roho's topic in YoLink
    Just to be clear - you have a license but it cannot upgrade? Can you make a backup remove the TST and install the new in the same slot and restore - does that work?
  9. Added a new node to control Netro(home) irrigation controllers and moisture sensors Netro_watering Offers basic control as well as access to the data provided for the controller Do not poll too often as there is a limit for 2000 API calls/day per device - default is probing every 20 min
  10. Panda88 replied to roho's topic in YoLink
    Thanks I'll contact UDI and see if there is a solution
  11. Panda88 replied to roho's topic in YoLink
    Just removed the TST from the name in the non-production store - getting ready to move to main store - Can someone check if it allows update/upgrade of the TST version - This is a super version of the yolink server supporting both cloud and local operation (but also more complicated to setup) I hope to have 1.6.x working soon - better retry mechanism but I wanted to get all of this done before releasing 1.6.x (to keep variables to a minimum) I also have the new shufoff valves on my list to do - I did purchase them and hope it should be simple Also ordered the new ON/OFF Fob - want to see if it is truly ON OFF only or is it the same as the 2 key FOB limited in the App
  12. Did you ever find out what the issue was?
  13. Panda88 replied to roho's topic in YoLink
    Nothing obvious in install.log :-(
  14. Panda88 replied to roho's topic in YoLink
    Can you send me the install log - I cannot see how it can still get the new version On the other had, I am happy the 1.6.0 works - I am seeing the same and plan to release soon - but wanted to upgrade to 6.0 to make sure it works there as well - I have not had the time for the upgrade yet
  15. Panda88 replied to roho's topic in YoLink
    There is still a bug in the release - it is supposed to be 1.5.16 1.6.0 is very close to release - includes improved retry but it is not officially released I guess I need to understand my release tool better - I am not releasing from main (allowing me to test main before releasing) I installed 1.5.16 back to the release but 1.6.x is coming soon -= will likely switch to 6.0 before doing that release but need to finish something else first
  16. Panda88 replied to roho's topic in YoLink
    It is MQTT related - may be 6.0 related - I'll try to figure out if something changed in 6.0 I have seen this before and sometimes a reboot/power cycle fixes it
  17. Panda88 replied to roho's topic in YoLink
    There was a bug in speakerhub - did not update the ST - 1.5.16 should fix it
  18. Panda88 replied to roho's topic in YoLink
    I'll take a look to see if there is a bug - the hub is a special case that needs special handling - especially the speaker hubs
  19. Panda88 replied to roho's topic in YoLink
    Found a problem with my installer - try again now
  20. Panda88 replied to roho's topic in YoLink
    Can you try to reinstall - I have a release bug for a 1/2 hour today I have not updated to 6.0 yet, so I have not tested
  21. Panda88 replied to roho's topic in YoLink
    Connection state can be suspended in case you generate too much traffic - It is still connected so state on-line - just suspended - The reason it takes so long to start up with a lot of devices is I am trying not to generate too much traffic (PG3x is multi-threaded so it basically starts all at the same time causing connection to be suspended) - It can still happen as I cannot 100% figure out how YoLink counts the time - but it does recover eventually - once up and running there is usually no issues It is also partly from the need to move ST to be the actionable parameter - in some cases ST was on-line before - so I had to create a field to use in programs that previously relied on this ST field I agree it is a little confusing, but I had to make this choice to make it somewhat backwards compatible and support UDImoble
  22. You can see the connection status on the local node - It local - Local is added to the status In general local connection has priority over cloud (if you select hybrid mode) - meaning local connection is used if device is connected to the local network - note even if on local network the hub reports status back to cloud. I think commands from app will go through the HUB but not 100% sure
  23. you need the local one. It is currently called TSTyolinkLocal in the beta store. i plan to move it to production store after a little feedback. both nodes will share a large portion of the code base
  24. i just released another local hun node in the beta store. i handles both local and cloud with all the devices (all devices share code now) - i would not run 2 nodes in parallel. what is your reason for doing this? the local also communicates with cloud (when internet is available).
  25. Panda88 replied to roho's topic in YoLink
    OK - I made a new release in the beta store - combined code into the normal yolink node, making this a "super" node supporting both local, hybrid and cloud only. Given this all devices are now at the same version as the yolink server If it works well I'll move it to the production store and remove TST from the name (should not matter if you purchased the beta version - my understanding ). Next step will be to see if I can improve the retry mechanism

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.