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.

xKing

Administrators
  • Joined

  • Last visited

Everything posted by xKing

  1. so what exactly do you get in the lifx log? bitstring version is ok (3.1.9). Version 4.0 is what caused trouble
  2. what do you see in pip3 list output? Problem is not related to hardware platform (eisy, polisy, rpi, etc), it's just a new library compatibility.
  3. so original LiFX integration is based on LifxLAN python project that was abandoned for a few years, one of the libraries it depends on updated and broke it you can work around that by doing something like this: sudo -u polyglot bash pip3 uninstall bitstring pip3 install bitstring==3.1.9 I don't know if LifxLAN author is going to update their library...
  4. I don't have any of those mini ones so can't really test, sorry. Also @einstein.42 is the author, I just ported it to PG3
  5. so for motion - Hue hub is a "pull" thing, in other words - node server asks Hue hub for a status every short poll (I think it's 15 seconds by default). Even if you happen to catch motion reported - 15 seconds delay would be kinda weird. Same goes for other hue input devices - buttons, switches.
  6. Sorry, I don't monitor forum normally. It's mostly for Sonoff device control, however people added their devices to the node server. Take it as a template and you can add any MQTT device you have.
  7. Polisy is just a piece of hardware that can run ISY software on it as well as Polyglot (that thing that integrates Ring, Tesla, Rachio, etc). Polisy can also use either Serial PLM (2413S) or USB PLM (2413U) which is in stock and easy to get. You no longer need old ISY994 if you have a Polisy box. P.S. Now that I said that - I can't seem to find 2413U in stock either But when my serial PLM died last November - 2413U was in stock everywhere.
  8. Lol, you can get Polisy + USB PLM for that
  9. xKing replied to Pascal's topic in ISY994
    can you git pull now? I've added it
  10. xKing replied to Pascal's topic in ISY994
    Looks like you using older node server from my GitHub, I moved it to the UDI GitHub a while back. Just re-install the node server and you should get the one with SE3800A included.
  11. xKing replied to Pascal's topic in ISY994
    I never remove any models from supported list. Just added SE3800A and SE3800H, should work do git pull please
  12. xKing replied to Pascal's topic in ISY994
    sure, go for git fetch
  13. @larryllix looks like you've set it to port 80 somehow? That is not allowed by FreeBSD. Drop the db (way to drop was mentioned before) and it will start.
  14. That's old nodeserver that is no longer in the store. Nest2 does not poll, it uses REST Streaming.
  15. There are no “Nest limitations” and 30 seconds sounds ridiculous - I typically get “Person” event on ISY (have a blue LED lighting up on my desk :D) couple seconds before I get push notification on my phone.
  16. Should be within 2-3 seconds
  17. Did you try Nest node server via Polyglot? I support Person, Motion and Sound as separate triggers
  18. Yeah Hello shows up as a camera in my NodeServer, will show a screenshot later tonight P.S. Attached is a screenshot of how Nest Hello looks like. There is no API for the doorbell button right now, but "Event - Person" always works
  19. Home Assistant has Ring integration already (opensource), you may want to give it a try while waiting. I sold my Ring and got Nest Hello, so can't really test that....
  20. Maybe add a specific "driver" name for Motion like we have CLITEMP and CLIHUM for temperature and Humidity? Many things do detect "motion" from Nest Cameras and door bells to wireless tags.
  21. Make it a bit MAP 128 bit integer, each bit would indicate a capability like for example: 0x0001 is a motion, 0x0010 is temperature 0x0011 has both
  22. For lights I would like to see: Generic Light Dimmable Light Color Temperature Light (shades of white) Color Changing Light MultiZone Light (LED strips, tiles, etc) Thanks!
  23. nodeType was described in NodeServer SDK version 5.0.2 and then taken out in 5.0.4, I guess that decision needs to be reconsidered? BTW, I use CLITEMP for current temperature in Nest, not ST. My understanding that ST means status of the device itself, not the status of it's surroundings?
  24. There are no official API for Ring, but few folks figured out how to work with it unofficially. I'm wondering if you can try that script and see if it really controls the flood light? If yes - someone might be able to write a node server based on it BTW, I've noticed that Ring thru IFTTT has a horrendous delay, sometimes like 60 minutes, however Ring via Stringify is almost instant.
  25. For those who run ISY with 5.0.X firmware please look here, this will be a solution going forward. Same functionality as ISYNNode, but now within the Polyglot v2 framework.

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.