-
Posts
4650 -
Joined
-
Last visited
Everything posted by Jimbo.Automates
-
Schlage 469 Locks, Aeotec Gen5, 6 repeaters Z-Wave issues
Jimbo.Automates replied to JTsao's topic in Z-Wave - Series 300/500
Thanks, I have had 2 of those working just fine and pretty sure one has to go thru a repeater, an old aeotec but I'll check next week when I get home. I asked model because I've been considering a new 469ZP for my lake house but one of the doors is pretty far from the ISY so likely needs a repeater. Sent from my Pixel 3 XL using Tapatalk -
Schlage 469 Locks, Aeotec Gen5, 6 repeaters Z-Wave issues
Jimbo.Automates replied to JTsao's topic in Z-Wave - Series 300/500
Great information and effort. Which Schlage lock do you have? Sent from my Pixel 3 XL using Tapatalk -
Nice. @Michel Kohanim just released it this morning and I hadn't had time to test the official release. Thanks for confirming. Sent from my Pixel 3 XL using Tapatalk
-
Creating a Timer in ISY
Jimbo.Automates replied to IT Solutions's topic in New user? Having trouble? Start here
Yes, counters and lighting are on the list https://github.com/jimboca/udi-poly-elk/issues -
Yes, as I mentioned, there is still an issue. Hopefully a new release can be generated soon. Sent from my Pixel 3 XL using Tapatalk
-
Looks like there is an issue with the release, not everything got updated. I've asked @xKing to look into it.
-
Yes, it is. Sent from my Pixel 3 XL using Tapatalk
-
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.
-
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
-
Newbie.. How to control my foscam(s) in ISY
Jimbo.Automates replied to Kemo's topic in New user? Having trouble? Start here
Yes, it works on polisy Sent from my Pixel 3 XL using Tapatalk -
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
-
Motion activated for existing sprinkler system
Jimbo.Automates replied to suttonnc's topic in ISY994
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 -
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
-
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...
-
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
-
Multiple ISY devices on one Google Home account
Jimbo.Automates replied to paf's topic in Google Home
Sorry, not sure I understand your question, can you elaborate a little more? Sent from my Pixel 3 XL using Tapatalk -
Thanks all, yes it is working. I must have not reopened the AC or something... Sent from my Pixel 3 XL using Tapatalk
-
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
-
@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?
-
That's possible, I'll try to take a look. Sent from my Pixel 3 XL using Tapatalk
-
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
-
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