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.

Jimbo.Automates

Members
  • Joined

  • Last visited

Everything posted by Jimbo.Automates

  1. Yes, it is. Sent from my Pixel 3 XL using Tapatalk
  2. The latest Polyglot 2.2.11 is released for Polisy the changes are all internal. https://github.com/UniversalDevicesInc/polyglot-v2/blob/master/CHANGELOG.md We are working on getting it released for RPi as well.
  3. There was a small update to Polyglotv2 recently and the log is still writing, just to a name that the UI doesn't see. It's fixed in an upcoming version that will hopefully be released soon. Sent from my Pixel 3 XL using Tapatalk
  4. Yes, it works on polisy Sent from my Pixel 3 XL using Tapatalk
  5. If it was powered then WiFi would make sense, but WiFi would significantly reduce battery life. I appreciate not having to change batteries. As soon as they open the API I'll write the nodeserver... Or will eventually give up and try the Bluetooth. Sent from my Pixel 3 XL using Tapatalk
  6. Use a decent IP Camera and a Camect along with the Camect nodeserver you can do whatever you want. https://forum.universal-devices.com/topic/31800-polyglot-v2-camect-nodeserver Sent from my Pixel 3 XL using Tapatalk
  7. Response from Airthings Thanks for following-up. Currently there is still no API available for our consumer products yet. However I still have you on the beta tester list if that should become available [https://ci3] Sent from my Pixel 3 XL using Tapatalk
  8. This is what they say: I don't want to purchase the HBS products, I already have the consumer products, and regret buying them because of this...
  9. The last I heard they only allow the API to be used for business products, they do not allow it for consumer products. Back in May they said I would be notified when beta testing was ready. I pinged them again. If you hit the link to "Register new app" it doesn't work for "consumers". https://dashboard.airthings.com/integrations/api-integration
  10. As mentioned here, submit a ticket https://forum.universal-devices.com/topic/31283-polisy-nodes-disconnected-not-started-due-to-missing-polyinterface-and-pgc_interface/ Sent from my Pixel 3 XL using Tapatalk
  11. Sorry, not sure I understand your question, can you elaborate a little more? Sent from my Pixel 3 XL using Tapatalk
  12. Thanks all, yes it is working. I must have not reopened the AC or something... Sent from my Pixel 3 XL using Tapatalk
  13. I had my variable precision to match, so not sure. The changes are released if anyone wants to try. See the readme for info. Sent from my Pixel 3 XL using Tapatalk
  14. @Michel Kohanim or @Chris Jahn, or anyone, I have fixes ready to release, but have an issue. I have this editor: <editor id="VOLT"> <range uom="72" min="0.001" max="999.999" prec="3"/> </editor> Which is referenced in the nodedef for CV: <!-- Tag 13 F --> <nodeDef id="wTag13F" nls="tag13"> <editors /> <sts> <st id="ST" editor="BOOL" /> <!-- Status, online? --> <st id="GPV" editor="I_TAGID" /> <!-- TagId (SlaveId) --> <st id="GV1" editor="I_TAGTYPE" /> <!-- TagType --> <st id="GV13" editor="I_INTEGER" /> <!-- Time --> <st id="GV14" editor="I_INTEGER" /> <!-- Seconds since update --> <st id="GV8" editor="BOOL" /> <!-- Out Of Range --> <st id="CC" editor="SIGDBM" /> <!-- signaldBm --> <st id="ALARM" editor="I_EVST" /> <!-- Event State --> <st id="GV7" editor="I_LIT" /> <!-- Light --> <st id="CLITEMP" editor="I_TEMP_F" /> <!-- Temperature --> <st id="CLIHUM" editor="I_HUM" /> <!-- Humidity --> <st id="BATLVL" editor="BATLVL" /> <!-- Battery Percentage --> <st id="CV" editor="VOLT" /> <!-- Battery Voltage --> <st id="GV2" editor="I_MOTION" /> <!-- Motion --> <st id="GV3" editor="FLOAT" /> <!-- Orientation --> <st id="GV4" editor="FLOAT" /> <!-- X-Axis --> <st id="GV5" editor="FLOAT" /> <!-- Y-Axis --> <st id="GV6" editor="FLOAT" /> <!-- Z-Axis --> <st id="GV9" editor="I_TMST" /> <!-- Temperature State --> <st id="GV10" editor="I_CPST" /> <!-- Moisture State --> </sts> <cmds> <sends /> <accepts> <cmd id="SET_LIGHT"> <p id="" editor="I_LIT" init="GV7" /> </cmd> <cmd id="SET_URL_CONFIG" /> <cmd id="QUERY" /> </accepts> </cmds> </nodeDef> and it shows up properly on the admin console: But this program always shows true: TestLux - [ID 0089][Parent 0001] If 'WirelessTags / Home / Back Patio' Battery Voltage is not '$i.test.p3 Volts' Then $i.test.p3 = 'WirelessTags / Home / Back Patio' Battery Voltage Volts Else - No Actions - (To add one, press 'Action') I can run the program and it properly sets the variable, but it always shows True?
  15. That's possible, I'll try to take a look. Sent from my Pixel 3 XL using Tapatalk
  16. Wireless tag will only work on local, it probably could be done with cloud but not sure. Sent from my Pixel 3 XL using Tapatalk
  17. Do you have any other phones or tablets using Google home with other accounts? If so check those. If not, then you'll need help from @Benoit Sent from my Pixel 3 XL using Tapatalk
  18. Yes, it's confusing, but it makes sense. If another account has ISY portal linked it causes this exact issue. Open Google home app on each device and check all Google accounts on that device by switching user in the upper right and see if there are any "Linked Services" for that user by pressing the + then Setup device, then Works with Google. Sent from my Pixel 3 XL using Tapatalk
  19. Did you check what I mentioned with multiple accounts? Also, you can just ask Google "sync my devices". Sent from my Pixel 3 XL using Tapatalk
  20. You don't need to log them into your Google account, just share the home with them works fine. Sent from my Pixel 3 XL using Tapatalk
  21. Do you have multiple Google accounts on your device? If so, check if ISY portal is linked to those account as well. Also check any other devices that use the Google home app to see if their accounts have it linked. I had the same problem for a long time and Google support finally helped when they asked me to check my wife's phone and her account had it linked somehow... Sent from my Pixel 3 XL using Tapatalk
  22. Sorry my bad, I guess that error means, hey dummy you are trying to write changes to the wrong device That's what happens when you have to many remotelincs...
  23. Sorry, I forget to mention there were other things happening in the log, I just removed them, and missed one. Yes, ZW 41 is a power usage monitor. Sent from my Pixel 3 XL using Tapatalk
  24. My old PLM finally started to die and I've replaced it with a v2.4 that I had already purchased. I have been writing changes to all my battery devices and all are done except one mini remote that keeps failing with the exact same error every time I try. e 08/18/2020 12:07:40 PM : [1C 47 E2 1 ] Memory : Write dbAddr=0x1005 [0E] cmd1=0x20 cmd2=0x0E Tue 08/18/2020 12:07:40 PM : [INST-TX-I1 ] 02 62 1C 47 E2 0F 20 0E Tue 08/18/2020 12:07:40 PM : [INST-ACK ] 02 62 1C.47.E2 0F 20 0E 06 (0E) Tue 08/18/2020 12:07:49 PM : [INST-TX-I1 ] 02 62 1C 47 E2 0F 20 0E Tue 08/18/2020 12:07:49 PM : [INST-ACK ] 02 62 1C.47.E2 0F 20 0E 06 (0E) Tue 08/18/2020 12:07:50 PM : [ZWAVE-RX ZW041_1] [32/02] CC=0x32 cmd=0x02 [21640194205B007701941FFF] ACK,AUTO,EXPLORE From=0x29 Tue 08/18/2020 12:07:58 PM : [INST-TX-I1 ] 02 62 1C 47 E2 0F 20 0E Tue 08/18/2020 12:07:58 PM : [INST-ACK ] 02 62 1C.47.E2 0F 20 0E 06 (0E) Tue 08/18/2020 12:08:02 PM : [1C 47 E2 1 ] Memory : Write dbAddr=0x1005 [0E] cmd1=0x20 cmd2=0x0E - Failed I am preforming the updates the same way I did with everything in the same location and this one consistently fails. I've also tried starting over with a restore device, then tried factory reset followed by restore device, all fail in the exact same line.
  25. Thanks Larry, but firewalla support figured out what is happening, damn google wifi is responding to the DHCP request when it shouldn't... I'm bummed I need to dump the google wifi, it's been a no brainer and has just constantly worked, but it doesn't work in bridge mode. Looking at the new Orbi's now...

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.