
bmercier
Employees-
Posts
231 -
Joined
-
Last visited
Everything posted by bmercier
-
Make sure to login with your portal credentials. Everything on port 443 requires portal creds, not IoX creds. To get back to the regular IoX, I'm pretty sure an upgrade packages would do it. But I don't think that would fix statuses though.
-
Is this before logging in or after? That's weird. Were you seing statuses in the previous release? Please check the eisy-ui log for errors soon after startup. Statuses are obtained on a mqtt connection, so I'm wondering if the connection succeeds or not.
-
No that’s not normal. Is the problem only with Insteon nodes? Can you have the same problem in admin console? If this works in admin console but not eisy-ui, there may be errors showing in the server log or browser console. But that would be a first to me, this should work well.
-
0.4.2 should fix it. Can you check if this works in the admin console?
-
Please post the exact command and result that you get.
-
@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:
-
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
-
@glarsen, @sjenkins Please PM me with the result of: /rest/profiles?include=editors,nodedefs,linkdefs /rest/nodes
-
Will be fixed in the next release, thanks
-
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.
-
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.
-
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.
-
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)".
-
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.
-
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...
-
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.
-
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.
-
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
-
It would be good to figure out what happened. You saw the database file in the db directory? Did it have zero bytes? Do you recall doing anything in particular that might have impacted the install?
-
I reproduced it by deleting the database. Not sure why, but it looks like the package install failed to install the database somehow. And if there's no database, nothing will work. To fix this run: cd /var/eisyui sudo ./scripts/prisma_deploy.sh sudo service eisyui restart
-
Please run a package upgrade. The latest IoX is required. Let me know if that fixes everything, or not.
-
> pkg: archive_read_open_filename(/usr/home/admin/eisyui-0.4.0.pkg): Unrecognized archive format If feels like there has been a problem getting the pkg to your eisy. How did you download + transferred it to your eisy? Using scp?
-
Please install using sudo. Forgot to mention that.
-
For alpha testers, please provide feedback on this post:
-
For eisy-ui alpha testers, please post your feedback here. Ref: