-
-
Notifications
You must be signed in to change notification settings - Fork 98
Hassbian Wishlist #33
Comments
Let's Encrypt registration and renewal please 🙏 |
Here are couple more that would be nice to have:
|
First one I'm unsure about what it is?
…On Tue, May 9, 2017, 22:49 Alok Saboo ***@***.***> wrote:
Here are couple more that would be nice to have:
1. MySQLdb
2. Github backup/restore
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABrPCgKZoGMGJAncW-Xouezg7SM82BTNks5r4NFwgaJpZM4NULrn>
.
|
Instead of using SQLAlchemy, use MySQLdb for the recorder - https://home-assistant.io/components/recorder/ |
Ahh. The lack of space between MYSQL & db confused me ;) |
Thank @Landrash for adding the AppDaemon to the list. There was a lot of patches, that most of them I hope will be in the next Hass release. Here is the direct link https://community.home-assistant.io/t/linear-ngdz00-4-garage-door/2136/235?u=penright |
@penright Problem with patch like this is that it won't be persistent between updates. If anything it's something that would need to be fixed in HA itself 🙂 |
Appdaemon addressed in #52 |
I think its good to have a cheat sheet once you login. That is like your motd. With things like stop ha, start ha. All those shortcuts that make it easier.. perhaps add shortcuts "hastop" "hastart" "haupgrade"i do a lot of restarting (i always have to disable z-wave for instance to test new stuff) because it takes 10+ minutes to finally be ready. Also when i do log in, i want to be directly in .homeassistant folder if possible :) |
|
PR #79 for homebridge is ready :) |
Kiosk mode for connected touchscreen to automatically open Home Assistant. Maybe adaptation of https://github.com/guysoft/FullPageOS |
@ardeus-ua Out of scope for Hassbian since we don't ship any kind of gui. |
I mean the scripted installation of kiosk mode for rpi to open Home Assistant gui on device startup |
Reopening since this issue should not be closed. |
I'm working on a Webmin installation script for Hassbian right now - could it be added to the wishlist, or should I submit a PR first? |
A use case for webmin would be nice too, i know you can do a lot with it, but it all depends on your needs. Are there any good examples on what you want to achieve with it? (not saying its a bad idea, just wondering) |
@riemers Webmin makes it really easy to do lots of things you would usually use the CLI for via a GUI, so it could be really useful for beginners. I’ve used it myself in the past, and can confirm that it works fine. AFAIK, you can use it to configure programs like samba or systemd if you’re running services installed from sources other than this (hassbian config). |
@Antoni-K I don't think it needs to be in the tool.
The things we added to Hassbian config has been tweaks and tools that are generally used with Home Assistant. There's a point to where we need to keep a balance between functionality and what goals the product is trying to accomplish or well end up creating a new packaging system. |
@Landrash Oh, sorry, didn't see your comment. I submitted a pull request already but feel free to close it. Also, I might get started on an rsync-based backup & restore utility, if nobody else is already working on one. |
Rsync can be cronned, same applies to webmin perhaps. If you do make something with rsync, a better place would be to make a description for it like say https://home-assistant.io/docs/ecosystem/backup/backup_usb/ , that way everybody can enjoy your work regardless of the method they used to install hass. |
Got it. I was thinking of something similar to your USB backup script, but with rsync so it is slightly faster. |
If you have a proper setup, it will only sync a few text files no? I would see the use case rather that you can sync it to another location. Something the USB cannot do :) perhaps link it with a ionotify tool for instant backup, sky is the limit. |
Good idea, maybe also cloud integration (other than dropbox). I'll look into it. |
I’m Mac user and I enjoy using http://netatalk.sourceforge.net instead of samba. It doesn’t exclude the need of samba. But it’s an idea to try to make Hassbian even more accessible. |
motd is simple we can use neofetch for that looks like this once compiled it takes about 268 kb no need for monster bashscripts that checks everything just include the bin and stick the content below into .bashrc
|
Any chance we could get a script for FFmpeg, ideally with hardware acceleration enabled and compiled? |
I think the next logical step would be to have the "add-ons" as packages. Most is already like that but then have an option to do it via the GUI, like hassio does it now too. But contain it to one repo only to not get 100's of repository's.. i know i could help out with scripting part but it is the gui part that i have no skills for. Find one of those and i am more then happy to help out on that part too. Imagine a restore which includes the packages you had and it downloads those for you. (might be wanting the world here, but just giving out my thoughts) p.s. neofetch is nice, but how often do you login into your device? Besides that all the info it shows.. i know since i bought the device. Much rather prefer a motd that does some home assistant checks "Your running version x, while xx is out. Type xx to upgrade" or one of your packages or addons is out of date etc etc. |
@ferazambuja @swetoast Neofetch would be great. Minimal custom code from us and that's generally preferred. @schmittx I'll add it to the list but nothing I've worked on before. @riemers Logging into my Hassbian pi, daily generally. |
@Landrash that you log in to your PI daily is logical :-) I don't do that so often, use also visual studio code with the yaml plugin and samba mount. |
How about a Python upgrade script to archive/copy the current venv, install Python, create new venv, etc.? |
@ludeeus Ha, I'm an idiot...disregard... |
Is this possible to add ffmpeg with hardware decoding to the base image? |
@ardeus-ua Is it available as a package then we could add it as a package. |
find3. I could possibly attempt to do this. |
@nixme Give it a go :) What part of it do you want on the pi? Cli-scanner
Should be the basics of what you need. |
https://www.johnvansickle.com/ffmpeg/ here are fresh precompiled binaries |
hi |
I would like to make a request for a good reverse proxy. I am finding the install daunting but it is security related so I feel it would be valuable. If a script could get everything installed in the right places I could probably cobble together a how to wiki for it once I get it running myself. I guess Caddy or NGINX would be good candidates with the former I see being utilized in the HASS.IO addons and therefor perhaps more user friendly |
can i suggest a flag where you can tell the home assistant suite not to restart on upgrade? |
If you want that use pip manually. |
Wish list for functionality that we want to add to Hassbian. Pull requests welcome.
Install scripts
MySQL. Replaced with MariaDB. Implemented in Install script for MariaDB #53Other functionality
IPV6 support. Adapt scripts to display ipv6 address if available. Currently not implementable due to upstream problems with only running image with ipv6.homeassistant
user.Power profile for wlan0 to off. Not implemented since package can be used with different hardware where this is not applicable.Additions to base image
Extended functionality of scripts
Add functionality for building Z-wave for older pies with limited amount of memory.Deprecated since package isn't built from source anymore.The text was updated successfully, but these errors were encountered: