Jump to content

Jimbo.Automates

Members
  • Posts

    4604
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jimbo.Automates's Achievements

Advanced

Advanced (5/6)

1.3k

Reputation

75

Community Answers

  1. Thanks I'll try to look at it today, in the meantime you can stop the plugin. Sent from my Pixel 8 Pro using Tapatalk
  2. Yes, odd. You don't have any programs sending messages? Sorry I didn't have time to review the code today. Sent from my Pixel 8 Pro using Tapatalk
  3. The short poll value always comes from the controller, not the PG UI. This is so it can be changed on the fly by IoX programs. Also disable auto set if you want to manually control it. https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/blob/main/CONFIG.md Sent from my Pixel 8 Pro using Tapatalk
  4. I don't think there's any timer in the plugin to send that notification, it only sends it if you have passed the limit and try to send a message, but I'll check the code and confirm. You can download log package from the plugin log page and PM that to me and I'll review. Sent from my Pixel 8 Pro using Tapatalk
  5. Discovery does not use ping, it sends UDP packets, which do not cross subnet boundaries. There is a discussion about this on the python-kasa issues https://github.com/python-kasa/python-kasa/issues/1431 I'll look into that error. Issue created https://github.com/UniversalDevicesInc-PG3/udi-poly-kasa/issues/23
  6. Two separate issues 1. Control all backlighting brightness: https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/105 2. Enable turn on/off function keys https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/110 I don't think #1 is possible, if someone knows this is possible please comment on the issue.
  7. The original post Is asking for the ability to control the function key lights, which I originally misunderstood. See my latest post there. In my misunderstating I created this issue which I have updated with the latest information. https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/110
  8. Sorry all, I totally misunderstood the request. For some reason I thought it was to brighten/dim the entire keypad. But of course now that I read it again you just want to turn function keys on/off. There are of course API calls in the Elk to control the function key lights, I will look into adding this feature. Proper issue created https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/110
  9. Glad you got it working, and thanks for following up. That's interesting, I guess the discovery packets were not making it to the device when WiFi was weak. But, I'm not sure why it wouldn't work when you manually put in the device IP address. The devices are not "grouped" by name, for Kasa devices that only have one thing to control the plugin sets their "parent" to the Controller. But devices that have multiple, like a powerstrip can not have their "parent" be the controller, because IoX doesn't allow multiple levels of hierarchy, so the powerstrip has no parent, and each plug sets its parent to the powerstrip. You can right click on the Controller and select "Ungroup" and then move them into folders if you desire. I could prefix the name with Kasa and once you restart the AC it will show up near the Controller. I'll think about it.
  10. Fixed in notification plugin 3.6.16.
  11. But you are correct, after reviewing the code I see that changing a group name is ignored. I'll work on a fix.
  12. Restarting the plugin should update the profile, then close/open AC and you should see the new names. But the error above indicates it had issues communicating with the portal. Were there mare WARNING lines before that?
  13. Interesting, can you enable debug log, run discover, download log package and PM it to me? Sent from my Pixel 8 Pro using Tapatalk
  14. I'll order an eisy so I can test this myself in the future, but try entering your real network address in the config and see if that helps. The configuration help explains it. Extra Disovery Networks By default the node server runs a discover on the default network of the machine running PG3. If the machine has multiple networks, or you have other networks on your LAN you can run discover on those networks e.g. 192.162.4.255.
  15. @dbwarner5 just reminded me in another post that if your eisy has WiFi enabled this plugin will not work because the WiFi creates its own network. It may be fixable by entering your real network in the config but I can't be sure since my development box is a polisy. Sent from my Pixel 8 Pro using Tapatalk
×
×
  • Create New...