Other articles


  1. Zigbee2mqtt device rename

    If you want to rename a device, you can do it like so:

    mosquitto_pub -t 'zigbee2mqtt/bridge/request/device/rename' -m '{"from": "0xa4c13841b4f5a7d5", "to": "halolight-0"}'
    

    And it will take care of the rename in configuration.

    read more
  2. Updating Home Server

    Wuff, that was a long time ago. Let me see how I can log in to that machine at all.

    $ ssh homer
    

    That worked, but I need to be superuser as well.

    [matelakat@homer ~]$ sudo -i
    

    Ok, worked like a charm. Let me see what VMs are running on it …

    read more
  3. Home Server from a laptop - homer

    I recently acquired a Lenovo L470 laptop for cheap, and I will be using it as a hypervisor to run my home automation VM on it.

    Basically the benefit is that it consumes low power, has a built-in UPS, a built-in keyboard and screen.

    First, I create a USB drive …

    read more