-
Posts
4650 -
Joined
-
Last visited
Everything posted by Jimbo.Automates
-
data not getting updated and can't query for update
Jimbo.Automates replied to johnnyt's topic in Airthings-C
There's no way to restart a NS from the ISY. Restarting from the PG3 interface should update all those values. Do a download log package and send that to me. I'll try to look later this week when I'm back home. Sent from my Pixel 6 Pro using Tapatalk -
Yeah, I don't remember why I used 0-254 but I'll take a look, although probably can't change at this point.
-
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
Thanks, I'll take a look when I'm home at the end of the week. Sent from my Pixel 6 Pro using Tapatalk -
EP40 outdoor dual outlet remote switch kind of works
Jimbo.Automates replied to TJF1960's topic in Kasa (TP-Link)
Issue filed: https://github.com/UniversalDevicesInc-PG3/udi-poly-kasa/issues/8 Will try to look at it when I'm back home the end of next week. -
Elk Armed Status reported incorrectly as Armed Away
Jimbo.Automates replied to wmcneil's topic in ELK
Yes, this looks like a bug. For some reason Polyglot thinks the last known value is 1 (Armed Away) so on restart that's what it's getting. The bug is that the NS should set it to the current value received from the ELK but it's not doing that. I'll have to fix that when I get home end of next week. But, if you change the ELK to another arm state, then back to disarmed that should fix it, right? -
HSL is what Kasa natively uses, search Google and there's lots of info. I have one of those strips and last I tested it worked fine using any method. I can test again when I'm home at the end of next week. Are you using PG2 which is where this is posted, or PG3? Sent from my Pixel 6 Pro using Tapatalk
-
He was on: 2022-07-08 10:42:19,374 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.32 Starting... and now is on 2022-07-08 16:13:16,193 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting...
-
Weird, he was till on an older version, and pip3 command above fixed it.
-
Looks like your PG3 python interface is not up-to-date, not sure how that can happen. Please PM me the download log package file. You can ssh to your polisy and run this, then restart the node server: sudo -u polyglot pip3 install --upgrade udi_interface
-
Sorry, I'm asking @bpwwer who is the PG3 developer, not you. Sent from my Pixel 6 Pro using Tapatalk
-
@bpwwer was this intentionally removed? Interface getNodeNameFromDb Sent from my Pixel 6 Pro using Tapatalk
-
Node server is failing to update ISY with data
Jimbo.Automates replied to hart2hart's topic in FlumeWater
Awesome, thanks for confirming. Sent from my Pixel 6 Pro using Tapatalk -
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
I've added some issues, please add if you find others: https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/issues I'm not going to make an official release until these are resolved, especially #7 since that could affect existing program references. -
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
Put yours in debug mode, do a query on a sensor and PM me the Log Package so I can confirm what the mold looks like. Their docs say it's a number, but I have no idea what that number means. I've asked their support, but that will probably take a while to resolve. Also, there is a reason it's not included on the others: https://help.airthings.com/en/articles/4418460-mold-do-the-wave-wave-plus-or-view-plus-have-mold-risk-indicators As mentioned in the doc, it should support any sensor they release, but only for the current values being stored. -
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
Airthings node server 0.0.6 released. Fixed https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/issues/6 -
Last I checked when you delete the NS on PG2 it doesn't actually delete the directory which contains the NS, it only deletes it from PG2 itself and the ISY. The reason this is necessary is this NS stores vital information in a file, which is what the instructions show you how to copy. https://github.com/UniversalDevicesInc-PG3/udi-poly-hue-emu/blob/master/README.md#manual
-
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
Airthings node server 0.0.5 released. Fixed https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/issues/5 -
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
Airthings node server 0.0.4 released, discover was broken in previous release. -
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
Airthings node server 0.0.2 released, all known issues should be resolved. -
PG3 Notification Node server 3.4.3
Jimbo.Automates replied to Jimbo.Automates's topic in Notification
This issue is fixed, and it is now released to production as 3.4.4. Let me know if you have any further issues. -
I don't see it trying to run discover, please hit the discover in the PG3 UI. If you still have issues, please PM me the file generated by "Download Log Package".
-
Trying to set up Node server on my new polisy
Jimbo.Automates replied to ronbo's topic in IoX Support
Check the PG3 node server log for errors, and this sub-forum is for ISY On Polisy, not PG3 node servers. You should post about weatherbit here: https://forum.universal-devices.com/forum/296-weatherbit/ -
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
Lot's more issues https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/issues Most importantly is #4 because I forgot to add token refreshing, so when the token times out the node server stops updating. -
Airthings API now available for their consumer products
Jimbo.Automates replied to johnnyt's topic in Airthings-C
@macjeff and @johnnyt, The initial version is released to production see https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/blob/main/README.md https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/blob/main/CONFIG.md Only minimal testing has been done and already found one issue https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/issues Not sure I'll have time to work on it the rest of the weekend so thought I would release it for you guys to give it a try. Let me know your thoughts on this thread. -
Very odd because like I mentioned, ST has nothing to do with the state of the Tag Hub, or node server, it is solely managed by PG3. Sent from my Pixel 6 Pro using Tapatalk