this post was submitted on 12 Jun 2025
12 points (92.9% liked)

homeassistant

14793 readers
26 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
 

I've been running Home Assistant for about a year now and always installed every update as soon as it's released and never had any issues at all.

Yesterday some time in either the zwave js 15.6.0 or core 2025.6.0 update (I am too complacent and did them both in quick succession without testing anything) I lost my Zooz 800 zwave controller. Reloading HA didn't bring it back. I had unplug and replug the Zooz USB stick and then reload again.

Not a big deal, just sharing FYI.

you are viewing a single comment's thread
view the rest of the comments
[–] GreatBlueHeron@piefed.ca 3 points 1 day ago

It seemed to be a hardware issue - the blue light on the controller was out until I removed and replaced it. It's too much of a coincidence for me though that I just happened to have this hardware issue at the time when the software that uses that hardware was being updated.

I use Vendor/Product ID to access it:

# lsusb
Bus 002 Device 005: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 002 Device 004: ID 051d:0002 American Power Conversion Uninterruptible Power Supply
Bus 002 Device 006: ID 1a86:55d4 QinHeng Electronics 800 Z-Wave Stick
...


<hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <vendor id='0x1a86'/>
        <product id='0x55d4'/>
      </source>
      <address type='usb' bus='0' port='1'/>
    </hostdev>