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.

tmorse305

Members
  • Joined

  • Last visited

Everything posted by tmorse305

  1. Hi Bob, Increasing the Short Pole time to 20 solved the problem. I made the problem worse by moving the poling level to 'debug' while I was troubleshooting the problem. I'm going to change the short poling interval back to 10, but change the logging level to 'error' which should achieve smaller files. Thanks for your help with this problem!
  2. Thanks Bob, I'll open a ticket. Keep you posted. Update: Benoit has a theory that maybe the log files are too big, so they're taking too long to process. I going to change short poll to 20 and see what happens.
  3. Hi Bob, Here are the first 8 minutes of the log file. I have it filtered on slot 5 activity, but the whole 8 minutes are there. For the first second or 2 it looks like a normal update, then nothing until minute 3:45.301. Then another big pause until 7:33.976 where it is reported as disconnected. PG3x log.xlsx
  4. I looked through the first 7 minutes of the 6/6 PG3x log but did not see any errors. I've included the first 30 seconds or so of the 7/6/26 PG3x log. Vue is PG3x plugin slot 5. Thanks Bob. start of June 6 PG3x.txt
  5. Hi @bpwwer , I'm able to list the files using "sudo ls -lrt /var/polyglot/pg3/ns/000xxxxxxxxx_5/logs" but for some reason I can't "cd" to the directory and actually look at the files. I figured out a workaround, attached are the final entries of June 5. The log seems to end without an error. But at 12:07am on June 6 Vue fails. There is no June 6 log as I haven't restarted the plugin yet. So, I can't see the error which occurs between 6/5/26 23:59 and 6/6/26 00:07 Does re-authentication occur at midnight? end of June 5.txt
  6. Thanks Bob, I appreciate your explanation. I can look at the backed up log files. What is the path to them?
  7. The VUE plugin on my eisy has started to fail every few days. I can't download the log, the system says it can't be found. Pressing restart solves the problem and once it's running the log file is available. The file however only contains log info starting with the restart. Is this an eisy problem or a plugin problem? Thank you for any advice
  8. I found a solution. In the Kasa app they provide a way to disable the KLAP security feature or something equivalent to that. Go to Me > Settings > Third-Party Compatibility and turn it on. I restarted the plugin and it found the 2 plugs with V1.1.1 firmware. Success!
  9. Update: I believe my issue is related to the firmware version of the EP10 plug. The plugs not recognized by the plugin are v1.1.1. All other plugs are v1.0.5. Attached is an ominous message from the release notes, I'm not liking the sound of the 2nd bullet point. @Jimbo.Automates , have you run into this version? I had 2 brand new plugs that I plugged in and it forced me to upgrade to 1.1.1 when I added them to my network. There are some threads on the web that talk about downgrading the plugs, but so far I have not found the bin files. The TP-Link website says they don't support downgrading because of security issues. 2nd Update: python-kasa and KLAP authentication - Smart Home Community talks about the implementation of KLAP 1.(KASA Local Authentication Protocol). Hopefully this is something Jim can work with to allow V1.1.1 to work with the plug in.
  10. Hi @Jimbo.Automates, Any updates on this issue? I have the same problem. Just added 2 plugs and they will not discover. I tried reinstalling the plugin and now I'm stuck at only 18 counting the controller. Thank you.
  11. I just received an email from ecobee acknowledging UDI access. I stopped the plugin days ago when the trouble started. I restarted it but still only the controller node. Tried discover but no luck. When I looked in the log there are no errors, the plugin seems to be able to access ecobee, not sure why the thermostats don't populate.
  12. Give him a chance, it's the weekend, maybe he's away. He was on the forum yesterday, see attached.
  13. Hi @Jimbo.Automates , Same problem here. After reinstalling the plug-in, the plugin acts like it never gets authorized even though ecobee web site indicates success. I just get the controller node. See attached, is the first entry connection status to the thermostats? Thank you
  14. Thanks @sjenkins . I'm not sure what version I upgraded from. I found the problem. I deleted the plugin to start over but when I configured it I used 'Switch' instead of 'switch. All good now, thanks for your help! Thanks for your help!
  15. Hi, I upgraded my Virtual plugin today and I'm now getting 4 error messages. The configuration looks ok, so maybe there are new configuration requirements with V3.1.26? See attached. Thanks for any help!
  16. Thank you!
  17. tmorse305 posted a topic in MQTT
    Hi @sjenkins , I want to provide the configuration via a .yaml file but I'm not sure where to locate it on eisy so the plugin can find it. Looking through other threads, I saw this path mentioned: /var/polyglot/pg3/ns/<specific plugin directory> When I try to open that directory permission is denied. I tried stopping the plugin and using 'sudo', but I can't get access. If that is the correct location, how to I add the .yaml file? Thank you.
  18. Hi @jkmcfadden , Here is the info you requested: Your integration settings in the Droplet app: homeassistant/device/droplet-B**C/config (default) I am not using this one. homeassistant/status payload: online (default) I changed this to: droplet/status payload: online Your Node configuration settings in the Polyglot configuration screen? [ {"id": "Droplet", "type": "dsensor", "status_topic": "droplet-B**C/state", "cmd_topic": "droplet/status"} ] Your Droplet has a 4 character ID. Substitute your ID for my ID: B**C. Your entry in the .yaml file? Not using a YAML file I had to create a special node ("dsensor") to handle the Droplet sensor. You cannot use the stock MQTT plugin for Polyglot. I created a custom version the MQTT plugin that includes the droplet capability. You can find it here if you want to look/try it. tmorse305/udi-mqtt-pg3x Disclaimer: Use at your own peril. I am a novice Python programmer so my changes would probably make the actual programmers cringe. It is definitely not ready to move to the non-production store but does work and also includes a query ability.
  19. Turns out, not VirtualSmartHome. I just had the same problem when I tried to code this into a plugin. The issue was the headers not whether it was HTTP/1.1 or HTTP/2. With the proper headers it works with either one. POST or GET also work.
  20. Thanks for your replies, I opened a ticket, and Michel quickly identified the problem: "It (the Virtual Server) does not accept http 1.1. It's expecting http2 which Network resources do not support." Thanks to Michel for the great support!
  21. Is there a character limit when creating the "Path" for a network resource? I have a 135 character "path" which adds ok. I can see the whole path but when I test it I get a 403 error. If I take the whole url and paste it into a browser it works fine. I have lots of network resources configured that work fine but nothing close to the length of this one. This is the url: https://www.virtualsmarthome.xyz/url_routine_trigger/activate.php?trigger=023dfc97-3d2e-4c32-a3e2-b8ee5c0e7ca9&token=af23886c-91a9-4b84-****-1541bc9237b9&response=html I have it set to https, POST, Port 443, Timeout 10000, Mode: URL-Encoded I've tried C Escaped but same result I've tried the 2 check boxes but no luck there either. Thanks for any advice. Update: I've confirmed that the entire url is being sent by eisy, using Wireshark, so that's not the issue.
  22. Hi @sjenkins, I decided to take a swing at creating the new node. I've made some progress; I have 3 of the status reporting into the AC. See screen shot. I'm still trying to figure out how to get the query to work. It turns out there is no UOM for liters/min. I'm using liters/hour as a placeholder. How do you add to the UOM list? Thanks for your support and inspiration to give this a try.
  23. Sounds good, thank you!
  24. Hi @sjenkins, I think I have the information needed to configure this sensor. It was a combination of hints from the manufacturer (no API doc yet) and looking at the communication with MQTTX. Here is a summary with additional details attached: Topic Key word Payload UoM Notes droplet-<identifier>/state flow x.xx l/Min Sent periodically even if flow is 0.00 signal Initializing No Signal Weak Signal Strong Signal n/a Sent on query or if there is a change; no regular update server Connected Connecting Disconnected n/a Sent on query or if there is a change; no regular update droplet-<identifier>/health n/a online n/a Sent every second from client <discovery prefix>/device/droplet-<identifier>/config n/a online n/a Sent by broker to trigger update to signal and server keywords and meta data <discovery prefix>/device/droplet-<identifier>/config n/a See next page n/a Response from client from broker query of config topic It turns out there is a sensor query. It provides a lot of information (in attachment) but nothing that I need to capture in the plugin for my purposes. The query does seem to trigger an update to the keywords signal and server. Otherwise, they don't update unless something changes. Sending the query at the start up of the plugin or providing a button in the AC would be great but is a want not a must. The important thing is displaying the payloads from the 3 keywords flow, signal, and server. Thank you for considering this. API info for Droplet.docx
  25. Hi @sjenkins, There is no control, only status from the device. There are 3 things it sends, flow rate, online status, and signal strength. Let me get the details together. Thank you for the offer to create the node.

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.