-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testers Wanted: New Dashboard, New Config Editor, and Service Installer #443
Comments
@oznu love the new dashboard, no issues so far :) two quick questions:
Once again, thanks and love your work! |
Hi @mitch7391, Thanks for testing and your feedback.
It does now as of v4.7.0-test.30. Note that Node.js is checking against the current LTS version.
The box also contains the delete button to remove the widget from the dashboard. Some widgets do have settings, including the Weather widget and now the Logs and Terminal widgets, eg. |
This sounds really good @oznu :) what suffix do I add to the install command to test these recent changes? |
Thanks @mitch7391. You can update to the latest test using the same command described in the original post above. |
Awesome thanks! |
Hi @oznu i would like to test for you! I installed everything in the docker on synology nas. Can this also be tested? |
Hi @henkied. To test on Docker you can run the same commands in my original post (this is the one time you should include the |
@henkied to update Node just pull the latest version of the Docker image; it's kept up to date. I've already pushed the new version of the UI to the Docker builds (it's a know/stable environment). |
4.7.0 has now been released. Anyone currently on the test version can update via the UI. |
Hey @oznu hope you are managing with the smoke over there. |
Hey @oznu just before I updated from the test version to the v4.7.0 I noticed this. I have only been a recent user, but I think I remember that when it told you there was a plugin for update it would replace the tick with an 'x'; is this a bug or something you moved away from or am I just remembering wrong? If it is a bug, it may have carried into the new version, so just letting you know just in case. |
How to switch to hb-service? |
Since you're using the SPK there is a little trick you can do to update. Go into DSM Package Centre (Not Docker) and stop the Homebridge app, the start it again. This get you the latest version of the image as the SPK checks for updates each time it starts. https://github.com/oznu/homebridge-syno-spk#updating-homebridge |
@Olepir - make sure you've got the latest version installed globally; if you're still facing issues please hit my up on Slack and I'd be happy to try and work this out for you. |
Yes, latest version is installed globally. Sorry, I don’t have Slack.
|
Ehm I understand but I can't figure it out completely. I have installed several homebridge. I can only install one version of the spk according to me. Or do you have a tip? |
@Olepir - it looks like the command is not available in the root users PATH. This is a bit strange, while you could use the I do have some more ideas/questions, but don't want to spam this thread to much. Can you open another issue providing details of your setup + how you originally installed Node.js? |
@henkied - looking through your previous issues I found you might be using
Otherwise, if you've configured your additional containers manually using the Docker app in DSM, then updating is a bit of a pain - the easiest way is to remove the containers, pull the new image, and recreate them, making sure to point the Of course, if Node.js 10 is still working for everything you need it to, you could just leave it. Node.js v10 still has support until April 2021. If you still need a hand sorting this out, please raise an issue on the oznu/docker-homebridge project page. |
@mitch7391 @mafyata - the plugin updates available icon is fixed in the next release (currently in |
No worries @oznu, thanks for the quick fix :) |
Love that you snuck a clock widget in there too haha |
I'm thinking about changing the Node.js / NPM version notice so it only shows the circle warning icon if the user is on an unsupported version. That would be:
These versions would change as the LTS versions of Node.js stop being supported; or if plugins start using features exclusive to a later version. The latest version will still be available by hovering over the version number - I'm just removing the icon so people don't feel the need to do an upgrade of Node.js on a fully working system running a supported version of Node.js. |
That makes sense, I only suggested it in the first place as I like to keep everything fully updated at all times. Is there any downside to updating constantly to the latest versions of node.js and npm when they become available? Just sussing out if I should stop that practise (might just be my lack of knowledge and experience). |
@mitch7391 If you're familiar with the update process, then there shouldn't be any issues staying up-to-date. At the same time, anything v10+ is perfectly fine for now as well. |
No worries @oznu :) thanks for the info |
4.8.0 is out - I'm closing this issue off now. A big thank you to everyone who tested! 😄 |
Hello,
I'm looking for some people willing to help test the next version of Homebridge Config UI X.
How To Test
To install the test version of Homebridge Config UI X run this command in the terminal to install from npm using the
@test
tag:# remove sudo for Docker and Windows 10 installs sudo npm install -g --unsafe-perm homebridge-config-ui-x@test
You can rollback to the stable version at any time by re-installing the
@latest
tag:# remove sudo for Docker and Windows 10 installs sudo npm install -g --unsafe-perm homebridge-config-ui-x@latest
The source code for this test can be found under the new-dashboard branch on GitHub.
While I am aiming for this to be a "no breaking changes" release, please take care to backup your setup if you think it's necessary.
New Features
New Dashboard
This release comes with a brand new status dashboard that features a fully customisable, widget-based design. Users can decide which widgets they wish to enable and position and resize them as they like.
New widgets include:
Simple Service Installer
This release expands the
hb-service
command to support macOS and Linux in addition to Windows 10. This command allows you to setup a Homebridge instance in seconds.Running
hb-service install
will setup Homebridge and Homebridge Config UI X to run as a service with auto-start on boot. The same command works across Linux, macOS and Windows 10.Notable Features:
hb-service
commandsNew Config Editor
The config editor (non-mobile) has had the Ace Editor replaced with the Microsoft Monaco Editor (the code editor that powers VS Code).
This allow for much more powerful JSON syntax checking, more helpful error messages and the new ability to detect duplicate keys in object (like when a second platforms[] array is added by mistake!).
In addition:
Translations Required
Thank you to everyone who has helped translate Homebridge Config UI X into 16 different languages with a special mention to @the0neyouseek, @razer4908, @mientki, @Caribsky, @HonzaaD, @niinaranpo, @fafoulon, @KamistixX, @r951236958, @kgdudhqcigeg, @rrroyal, @gaojie429, @Rubenfer, @RaymondMouthaan, @cyberfafu, @mafyata, @fschaefer, @grzegorz914, @DewGew, @fmandal, and @elfive1992.
This release does add some new language strings that need translation and any help you or others in the community can provide to achieve this would be most appreciated.
The translation files that require updating are currently in the new-dashboard branch here:
https://github.com/oznu/homebridge-config-ui-x/tree/new-dashboard/ui/src/i18n
Feedback and Issues
Thanks for testing! Feel free to post your feedback in the comments below. I'm also regularly available on the Homebridge Slack channel via @oznu and the #ui channels.
Tagged Issues:
process.uptime()
#411The text was updated successfully, but these errors were encountered: