Jump to content

bmercier

Employees
  • Posts

    125
  • Joined

  • Last visited

4 Followers

About bmercier

Profile Information

  • Location
    Canada

Recent Profile Visitors

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

bmercier's Achievements

Advanced

Advanced (5/6)

914

Reputation

45

Community Answers

  1. 0.4.2 should fix it. Can you check if this works in the admin console?
  2. Please post the exact command and result that you get.
  3. @sjenkins & @glarsen thanks for the files. The problem was in eisy-ui, not IoX. Here's a new build with the fix for Insteon nodes & more:
  4. eisy-ui 0.4.2 changes Fix for insteon nodes Fix admin console portal approval Allow http access locally (no longer redirects to https) Service auto-restart To install eisy-ui 0.4.2 Download this package to your eisy: eisyui-0.4.2.pkg Install: sudo pkg install -f eisyui-0.4.2.pkg Start the service: sudo service eisyui restart
  5. @glarsen, @sjenkins Please PM me with the result of: /rest/profiles?include=editors,nodedefs,linkdefs /rest/nodes
  6. Will be fixed in the next release, thanks
  7. There has been a few reports of errors like "Error loading node <node address>: Profiles loaded but nodedefs missing" Does anyone have tiles configured with insteon successfully? If so, did you have to install isy-5.9.1_21.pkg ? Anyone with isy-5.9.1_21.pkg that still can't get insteon to work? If so, please restart the isy service. To troubleshoot this further, take a non-working node and use this url: https://eisy.local:8443/rest/nodes/<node address>/profiles The error normally means that there are no nodedefs at this url.
  8. When eisy-ui is installed, IoX does not connect to portal. eisy-ui does. So if you have no portal connection, make sure eisy-ui service is running. If it is, restart it and watch the logs.
  9. Please install this IoX build: isy-5.9.1_21.pkg sudo pkg add -f isy-5.9.1_21.pkg sudo service isy restart The latest IoX published release might be missing required fixes.
  10. This is due to the self-signed cert. You shoulf be able to: Click "Advanced" in the Edge error page. Choose "Continue to eisy.home.local (unsafe)".
  11. This is indeed material-ui icons. eisy-ui provides the same icons, but looking into in, I figured that the google/fonts and MUI icons page just have a better search using synonyms. As an example, find any icon on google/fonts, and you will be able to find it on eisy-ui using the icon name. Anyway, I found out where to get the synonyms and will implement that. Thanks for pointing that out! The 2nd icon is used to resize the tile vertically based on content. It's just easier to use this than dragging the corder. The 3rd icon is used to move the tile to another favorites page. This can be useful if you configured a complex tile and just want to move it. Will add the tooltip, thanks.
  12. Ok thank you. FYI I release 0.4.1 which should be more robust. It's no longer using npx, it's now using the prisma bin from the pkg. It will no longer be dependant on connectivity, it does not need to have a HOME var set, etc...
  13. The sharepoint link won't work with curl. This downloads the sharepoint download preview page. Please use use your browser to download the file on the desktop. Then use scp to send it to your eisy. Alternatively, after downloading it to your PC, you can look at the browser console and capture the url used for the actual download. That can then be used with curl.
  14. Thanks for your invaluable feedback. Thanks will fix that. > 2. I wish the node list was fully collapsed when I opened it instead of having to scroll through and close everything just to check if all of my nodes were there. Searching is probably best for something like that. But then if everything is collapsed, the serarch would uncollapse it to show results. > 3. While we're talking about the node list... As I was going through and collapsing them, they would all spring right back open at once after being collapsed for a few seconds. It didn't happen every time and I can't seem to reproduce it intentionally. This probably happens with the node list is refreshed in the background. The data is cached, but at some point it becomes stale and gets refreshed. I'll see what I can do about this. > 6. Showing nodes in their folders is on the roadmap, right? Yes > 7. The "Home" link and the fold out menu link for "Favorites" both taking you to the same page is a little cumbersome. Eventually the Home will be configurable. For now, it's the Favorites. > 8. Trying to set up a tile on a new dashboard and.... only option is Default Tile? Then why is it an option? This depends on the nodes capabilities. eisy-ui looks at the command and properties and other things on the node to figure out what are the types of imports possible. But there seems to be an issue in your case- See 10. > 10. Loading with an error that prevents it from being usable? I think we have different definitions of success /s Good point about the success message. Can you please upgrade packages? eisy-ui requires the latest IoX, and by the looks of it, it is not. > 11. Tried to edit that widget to see if it's a property that I can change, and I was surprised to see that the widget is allegedly including all buttons. By default, the widget includes all buttons. You should be able to edit the widget and pick the buttons you want. But because of the problem in 10, you can't. The "profile" is not loaded. > 12. I tried adding the rest of the nodes for that keypad and editing the commands and properties, but there were none available. Same problem as 10. Fixed, thanks. Needed one more coffee.
  15. eisy-ui 0.4.1 changes Updated the DB creation process to use the prisma bin instead of npx Portal proxy connection keep-alive set to 30 seconds. To install eisy-ui 0.4.1 Download this package to your eisy: eisyui-0.4.1.pkg Install: sudo pkg install -f eisyui-0.4.1.pkg Start the service: sudo service eisyui restart
×
×
  • Create New...