vigeeking / homeAutomation

My goal is to create a pipeline that is built exclusively with tools I either already know, or am only learning because they provide added value to the project
https://github.com/vigeeking/homeAutomation
0 stars 0 forks source link

Re-create home media automation #3

Open vigeeking opened 4 years ago

vigeeking commented 4 years ago

Part of the reason that I am hesitant to touch anything is because of how fragile the home automation system is. I need to be comfortable that if the house burns down, it can be re-created easily. This task is done when I am comfortable plugging in my zwave usb stick to a new device and having it work.

Edit to correct grammar

vigeeking commented 4 years ago

Yoink. https://billimek.com/billimek-charts/

vigeeking commented 4 years ago

https://banzaicloud.com/blog/creating-helm-charts/ and Robin's blog make for a good reference on helm charts.

vigeeking commented 4 years ago

For requesting things, I started down this pathway: https://github.com/lokenx/plexrequests-meteor

If I want to try it without bothering with meteor, it looks like I can try this: https://github.com/XervoIO/demeteorizer

vigeeking commented 3 years ago

I was running into issues with the helm charts. I tried to install a helm chart, but it wasn't deleting all the way. I found the solution on this page https://github.com/helm/helm/issues/7418. Solution was here https://github.com/helm/helm/issues/7418#issuecomment-597763851 but I had to change the commands (ingress-nginx, not nginx-ingress, then portainer).