home.social

Search

1000 results for “unixorn”

  1. @kaaswe @homeassistant

    I'm running my VM in proxmox, but I assume that VirtualBox would be just as good.

    I didn't mean to sound like I was criticizing your choice to run in docker - I did that for literally years before deciding that not using HAOS was adding more aggravation than it's worth. Some integrations just run better on HAOS or (at least for some 3rd party ones) aren't even tested on anything else.

    That said, there are a lot of third party things you can run outside HAOS - I run Node Red, Frigate, zigbee2mqtt, zwaveJS and mosquitto in independent docker containers on other hosts and have HAOS connect to them.

    It sounds like you have a lot of interesting hardware in your existing automation system that may or may not have integrations already.

    One way to work around that would be to run an MQTT server like mosquitto in a docker container, then update your existing bash scripts write data to MQTT entities so HA can read the entities.

    If you format the MQTT entities right, HA will automatically discover them as devices or sensors without you having to create custom MQTT sensors. That auto-discoverability format is a little finicky, but if you're comfortable with python I wrote (with a lot of recent improvement by Steffan Pankratz) a library that makes writing automatically discoverable entities easier.

    github.com/unixorn/ha-mqtt-dis

    #homeassistant #haos #zigbee #zwave #proxmox #virtualbox

  2. Found this nice tui for kubernetes this weekend - github.com/janosmiko/lfk

    One of the things I like about it is that it has #argocd specific logic - you can use it to alter argo settings and do other things you might otherwise do with the argocd command line tool

    Looks pretty neat, especially for #homelab @homelab #k8s users

    #sre #devops #k8s #kubernetes #k3s #talos

  3. Found this nice tui for kubernetes this weekend - github.com/janosmiko/lfk

    One of the things I like about it is that it has #argocd specific logic - you can use it to alter argo settings and do other things you might otherwise do with the argocd command line tool

    Looks pretty neat, especially for #homelab @homelab #k8s users

    #sre #devops #k8s #kubernetes #k3s #talos

  4. Found this nice tui for kubernetes this weekend - github.com/janosmiko/lfk

    One of the things I like about it is that it has specific logic - you can use it to alter argo settings and do other things you might otherwise do with the argocd command line tool

    Looks pretty neat, especially for @homelab users

  5. Found this nice tui for kubernetes this weekend - github.com/janosmiko/lfk

    One of the things I like about it is that it has #argocd specific logic - you can use it to alter argo settings and do other things you might otherwise do with the argocd command line tool

    Looks pretty neat, especially for #homelab @homelab #k8s users

    #sre #devops #k8s #kubernetes #k3s #talos

  6. Found this nice tui for kubernetes this weekend - github.com/janosmiko/lfk

    One of the things I like about it is that it has #argocd specific logic - you can use it to alter argo settings and do other things you might otherwise do with the argocd command line tool

    Looks pretty neat, especially for #homelab @homelab #k8s users

    #sre #devops #k8s #kubernetes #k3s #talos

  7. Upgraded Home Assistant from 2026.2.2 to 2026.3.3 last night and it stopped reading the status of my zigbee devices via MQTT.

    I'm running HAOS in a proxmox VM and zigbee2mqtt 2.1.1 in a docker container hosted in a different physical with a ConBee2 radio.

    To check connectivity issues I had the integration listen for # and saw state updates for my zigbee sensors.

    What finally fixed it was going into zigbee2mqtt's settings and disabling and re-enabling Home Assistant integration.

    #homeAssistant #zigbee2mqtt @homeassistant #mqtt

  8. Saw this on slack - github.com/Lucaslhm/Flipper-IR

    It's a collection of codes for Flipper Zero so you can use it as a remote control.

    I'm tagging in IOT and HomeAssistant because the codes could be converted for use there.

    #FlipperZero #Flipper0 #iot #HomeAssistant @homeassistant

  9. @jortmentink I had a similar experience when I finally moved #homeassistant off of docker to a #HAOS vm on proxmox.

    Totally painless and took me < 30m, most of which was verifying things because it went so smoothly I was suspicious 😃

  10. @jortmentink I had a similar experience when I finally moved #homeassistant off of docker to a #HAOS vm on proxmox.

    Totally painless and took me < 30m, most of which was verifying things because it went so smoothly I was suspicious 😃

  11. @jortmentink I had a similar experience when I finally moved off of docker to a vm on proxmox.

    Totally painless and took me < 30m, most of which was verifying things because it went so smoothly I was suspicious 😃

  12. @jortmentink I had a similar experience when I finally moved #homeassistant off of docker to a #HAOS vm on proxmox.

    Totally painless and took me < 30m, most of which was verifying things because it went so smoothly I was suspicious 😃

  13. @jortmentink I had a similar experience when I finally moved #homeassistant off of docker to a #HAOS vm on proxmox.

    Totally painless and took me < 30m, most of which was verifying things because it went so smoothly I was suspicious 😃

  14. I don't do front-end so this isn't useful to me right now, but in a former life I worked pre-press and I'm amazed at what you can do with #OpenType fonts.

    blog.glyphdrawing.club/font-wi

  15. FYI all, portainer is giving away 3 node business licenses. portainer.io/take-3

    When I signed up for the freebie I noticed they've added #kubernetes support since the last time I visited their site, so I'm interested in checking how well that interacts with #talos.

    Some of my #homelab machines currently just run a few containers in #docker_compose stacks for services my #homeassistant server is using like node red and I've been using #portainer for simple things like checking status or restarting things without having to ssh into those workers. Most of those containers are going to get migrated into my #k8s cluster, so it'll be interesting to see how well it works as a quick web interface.

    @homelab

  16. @SebinNyshkim
    I ended up moving my #homeassistant server from docker to HAOS in a #proxmox VM because it's better supported.

    I still run zigbee2mqtt, zwavejs and Mosquitto and #NodeRed in docker containers, but my core HA is #HAOS now. Anything I can run in docker, I do so I can spread them across the cluster, but if something's annoying to configure I want the option of running it as an add-on where it'll be supported.

  17. @[email protected] @[email protected] #homeassistant

    I know I could download an older #HAOS disk image, back up, make a new VM, and restore but frankly that's more hassle than I want to deal with.

    It would also be useful in the case where someone hasn't updated in many months and may need to move forward in steps to deal with versions that had breaking changes.

  18. Is there a way in the UI for me to update #HAOS, but not to the most current version?

    Basically most months I want to update to the last version of _last_ month, not the current bleeding edge of _this_ month.

    I feel like this can't be that unusual a desire and I'm probably not looking in the right part of the UI.

    @[email protected] @[email protected] #homeassistant

  19. @Benhm3

    Are you using the built-in Zwave or zwave-js? I run zwaveJS and it has been reliable for me.

    Extra bonus was that since I run it in docker I can run it on a different host than the proxmox node that #HAOS runs on.

    #zwave @homeassistant #homeassistant

  20. I'm looking at setting up #alarmo to replace an ADT system. The software side looks easy, but I'd like a hardware recommendation for a keypad. I'd prefer #zigbee but I have a #zwave mesh too.

    Right now I'm thinking of a Ring v2 for the keypad and Aquara contact sensors for the doors and windows.

    #homeassistant @homeassistant

  21. OH:

    The thing I love about teams is that it consistently drops all of my meeting reminders, so I miss half of them.

    So in theory, Teams makes me more productive.

    @sre @devops #teams #microsoft_teams

  22. @ZeKik @targetdrone

    I can't recall the last time I used the #ecobee app. I do any temperature adjustments through #homeassistant.

  23. @Edent

    If things that aren't matter are a help, I do the inverse - I have an #S31 (_not_ a S31 lite) that my sump pump is connected to. If the pump runs for more than 10 minutes, I get a notification so I can go down to the basement and see what's going on.