Skip 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. also note there is a new indoor high power switch that if i remember correct also supports power. i have it but have checked it yet.
  2. currently it is supported. i could add a 24 hour or 1 hour average if that makes sense it reports current power and energy
  3. Panda88 replied to alambertus's topic in Blink
    Can you send (PM) me the full log including the PG3 long and install log?
  4. Panda88 replied to alambertus's topic in Blink
    I often find you need to run the upgrade more than once to everything installed correctly Did you reintall all nodes after the upgrade ? - I wonder if a library is missing - base_url is part of the library
  5. I am working on it - - the motorized valves should be there already 5018 works, and I am working on 5009 and 5029 I am in the process of re-factoring the node, but I have them in the code - probably a few more weeks (Yolink is not consistent how these devices report data, so I have to refactor my code) Note, some of these devices (09,29) are a little difficult to handle, as they go to sleep without activity and then you cannot control them while they sleep (you need to press set, or there has to be activity ) - YoLink is working on a new FW that allow the app (API) to turn off the valve manually. Note, currently the devices need to be awake when you add them - I am working to improve this (part of the refactoring) Anyway, support will get there -
  6. They are two different variables representing the same result so they are programmatically equivalent. I had to do this because people requested UDmobile to show motion in your case and UDmobile shows the ST variable (which for most nodes originally presented online) To make existing program run, I had to maintain the original variable (now named legacy) and then assign the same value to ST Online moved to a new variable in this case
  7. I believe I updated both - 1.6.10 - if it does not show do a store refresh
  8. Ok - I think we found the issue - minor bug in AC (and partially my fault) - Issue occurred when I moved key parameter to ST variable (to show status in UDmobile). I left the original value variable with the same name(to ensure existing programs would still work, but AC cannot handle two variable with same name in the same node - I updated the variable names so ST (shows in UDmobile) gets the original name, and I appended a (legacy) to the name of the original variable. It should not affect existing programs as it updates automatically, but I would suggest moving to the ST parameter (without legacy) when creating/editing/modifying programs Let me know if the issue is fixed in 1.6.10 - refresh store if it does not show yet
  9. it is only when you create a program - correct?
  10. Sure. Hopefully they can find something
  11. Panda88 replied to alambertus's topic in Blink
    Released 0.6.4 Uses the latest blinkpy (0.24.1) so features should be up to date It uses the new login credentials method. It is similar to old version, but it is no longer possible to save the 2FA code, so one will need to add new 2FA code every time node is started. I have tested for 24 hours and it seems token renews correctly Added a time stamp to cameras showing time for the latest poll of data Let me know if any issues occur Note, I have still not figured out how to automatically create the different networks automatically - one need to create them manually by copying the network names to configuration
  12. files look ok - there is some issue with how 6.0 uses the inputs from PG3x - I have a ticket with udi, but no reply yet
  13. Panda88 replied to alambertus's topic in Blink
    OK - I have an updated Blink Node - what is the best way to test it I assume I can just make a new version, as the old ones do not work, but I could also release a version in the beta/non-production store - let me know There are some changes - it required 2FA key every time the node restarts - it is the new authentication from Blink I added a time stamp for latest update on cameras There is a longer delay than before - especially during start up - 10-15 sec or so before it moves along I have not been able to generate the network Names automatically under config - one will have to generate them manually by added a parameter for each network detected I tested it a little but there may still be bug, so let me know if you find issues
  14. Panda88 replied to dwengrovitz's topic in YoLink
    Do you know if this is the new HW revision - that is supposed to arrive end of the year ?
  15. Can you send me (PM) a log with debug enabled and some key presses - I have the 3604 and is offers both long and short on each key - I also got the mine on/off and it seems to offer both long and short from each button
  16. It provides a main node monitoring data as well as some control ( 'HONKHORN' : evHonkHorn, 'FLASHLIGHT' : evFlashLights, 'SENTRYMODE' : evSentryMode, 'DOORS' : evControlDoors, 'SUNROOF' : evControlSunroof, 'TRUNK' : evOpenTrunk, 'FRUNK' : evOpenFrunk, 'HOMELINK' : evHomelink, 'PLAYSOUND' : evPlaySound,and 2 sub-nodes - one to control and monitor climate 'WINDOWS' : evWindows, 'SUNROOF' : evSunroof, 'AUTOCON' : evAutoCondition, 'CABINTEMP' : evSetCabinTemp, 'DEFROST' : evDefrostMax, 'SEAT' :evSetSeatHeat, 'STEERINGW' : evSteeringWheelHeat, and one to control and monitor charging. 'CHARGEPORT' : evChargePort, 'CHARGECTRL' : evChargeControl, 'BATPERCENT' : evSetBatteryChargeLimit, 'CHARGEAMPS' : evSetCurrentChargeLimit,If you have a powerShare connection a node will be added allowing monitor and control of the power (mini power wall) ,'BACKUP_PCT' : setBackupPercent ,'OP_MODE' : setOperatingMode ,'GRID_MODE' : set_grid_mode ,'EV_CHRG_MODE' : set_EV_charge_reserve
  17. Panda88 replied to alambertus's topic in Blink
    Thanks - Still fighting some (what I believe is 6.0 related) bug on Yolink - I know what to do on the Blink server, just need to find the time
  18. Panda88 replied to DennisC's topic in YoLink
    I think I found the bug - try .1.6.9 - just released
  19. Panda88 replied to DennisC's topic in YoLink
    @Javi Is there any way to figure out what Family 10 and Instance 60 refers to? I guess the node (family) is in slot 10 but how do I know what Instance is - It would make debugging easier
  20. Panda88 replied to DennisC's topic in YoLink
    OK - back to testing again
  21. Can you enable debug in the log and do a few actions and PM me the log - I can take a look It does appear something has changed in 6.0 with how AC works with temperatures - I am still battling this - I do see the same issue I think it is related to having multiple definitions for editors - I have one for unknown and one for actual data - I believe there are some tickets already filed In general, I recommend using the alarms in yolink sensors, but getting the status should work as well
  22. Not all yolink devices support local connection - you need to look at their specs There is no inherent 10 text messages limit - I think I just defaulted it to 10 during initialization
  23. A comment on battery life - I do not think the alarms use significantly more battery - the measurement happens anyway inside the sensor and it is the sensor that decides to send data - My understanding the "schedule" of the temp sensor depends on rate of change and a window (no update if temp remains inside this window), and if nothing changes, it will update once per X hours, The wireless communication (sending data) is where the power is spent Note for pool sensor, yolink has a floating pool temp sensor - The first one I had leaked so they replaced it - 2nd one has been good this far
  24. I am not sure with the sensors - you can get their value in the alexa app - not sure if it can be spoken (never tried) For the UDI integration you can implement home automation around the sensors - you can check the values with if-then, or you can use the build in alarms in Yolink to trigger (preferred due to faster reaction) to trigger something) - it is much like the existing insteon devices. The speaker hub allows up to 10 predefined (specified during setup of node) sentences to be played (in programs) There is a list of Yolink devices supported but not a list of what they individually do - YoLink has more devices types than what insteon supports (most are supported in the node) - In general they work similar (but I feel they are more reliable than Insteon as long as internet is up - localHub version enables support without internet access) One exception is for dimmer scenes - I made an attempt but the control is too different between Insteon and YoLink to make it identical (it is the same with other devices like Zwave etc) - naturally you can program dimmer levels etc, but scene operations are not perfect
  25. Panda88 replied to DennisC's topic in YoLink
    I believe I finally found the issue - I no longer see it on my side after sync to UDmobile

Account

Navigation

Search

Search

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.