Everything posted by Jimbo.Automates
-
Elk Armed Status reported incorrectly as Armed Away
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?
-
KL430 Strip Color Values
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
-
3.3.4 Isn't Working
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...
-
3.3.4 Isn't Working
Weird, he was till on an older version, and pip3 command above fixed it.
-
3.3.4 Isn't Working
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
-
3.3.4 Isn't Working
Sorry, I'm asking @bpwwer who is the PG3 developer, not you. Sent from my Pixel 6 Pro using Tapatalk
-
3.3.4 Isn't Working
@bpwwer was this intentionally removed? Interface getNodeNameFromDb Sent from my Pixel 6 Pro using Tapatalk
-
Node server is failing to update ISY with data
Awesome, thanks for confirming. Sent from my Pixel 6 Pro using Tapatalk
-
Airthings API now available for their consumer products
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
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
Airthings node server 0.0.6 released. Fixed https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/issues/6
-
PG3 HueEmulator Node Server 3.0.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
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
Airthings node server 0.0.4 released, discover was broken in previous release.
-
Airthings API now available for their consumer products
Airthings node server 0.0.2 released, all known issues should be resolved.
-
PG3 Notification Node server 3.4.3
This issue is fixed, and it is now released to production as 3.4.4. Let me know if you have any further issues.
-
Not Detecting Hubs
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
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
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
@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.
-
Contoller
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
-
Contoller
The ST doesn't come fr the API, it is handled my PG3. With the previous logs I posted the excerpts of node server and PG3 sending the 1 to the ISY. I'll review these new logs.
-
PG3 Notification Node server 3.4.3
Yes, send sys short with params is the best way, and probably all I tested.
-
PG3 Notification Node server 3.4.3
That's odd... I can see the bug, but not sure why it's not happening to me. I'll try and test and fix tonight.
-
Ud Mobile Notifications on Android
In PG3 UI select non production store and install it. If you have issues ask on the Notification node server forum post about it.