Hass.io + deCONZ + RaspBee = Flailure

Hey Robban, thanks for your quick reply.

I know this post, one of those who gave me the hint related to ssh :slight_smile:

Meanwhile I was able to test if its related to my 2A power supply - not.
Very frustrating thing.

I’ll try if it works with a fresh install. If not I’ll probably gonna switch to hasspian :confused:

//edit:
Just in case someone got the same issues:

  • save a fresh snapshot on your system
  • fresh hassOS install + snapshot import
  • System-SSH configuration:

Use a USB drive formatted with FAT, ext4, or NTFS and name it CONFIG (case sensitive). Create an authorized_keys file containing your public key, and place it in the root of the USB drive. From the UI, navigate to the hass.io system page and choose “Import from USB”. You can now access your device as root over SSH on port 22222. Alternatively, the file will be imported from the USB when the hass.io device is rebooted.

  • System-SSH:
    ssh [email protected] -p 22222 -i .ssh/YOUR Private Key File
    login
    vi /mnt/boot/config.txt

enable_uart=1
dtoverlay=pi3-miniuart-bt
(blank line)

reboot

Solved it for me :wink:

My setup:

  • pi3
  • 2A power supply

Note:
I’ve used dtoverlay=pi3-miniuart-bt instead of dtoverlay=pi3-disable-bt*.

1 Like

What do I need to write instead of this? My file Name? “authorized_keys”?

Sorry, HA community mails landed in my spam folder, dafuq.

The answer ist yes, but I guess that you’ve already solved it by yourself :wink:

Hi,
I am running a pi4 with Raspee. It is on Firmware 26050500. I am trying to update the Firmware to the latest version 26330500. Unfortunately without luck. The firmware update runs smoothly. However, after the update the Phoscon App will say firmware not connected and - after a while - show the old firmware version again.
I have checked the log on hassio. The suspicious line in the log reads: “GW firmware update exit code 1”.
Does anybody know what this means. This has been keeping me from updating the FW and integrating bulbs and switches for more than 2 month now. I don’t know what else to do. I have even added 2 blank lines at the end of the log.
Thanks for any recommendation!
Theo

I am having a very similar issue (among others) with hass.io deCONZ.
I’ve been able to get the raspbee recognized. At one point, I had deCONZ bridged with devices showing up, but that has stopped working and I’ve not been able to get it working again yet; will try completely removing and setting up deCONZ. Also, I’ve tried to upgrade the firmware and the process declares itself successful, but “GW firmware update exit code 1” appears in the add-on log and the firmware version is not updated.

The other major issue I’ve encountered is that I’ve been able to add 4 Keen Home Smart Vents, but after that, I’m unable to add anymore at all. No clue why yet.

Using pi3B+ HA 100.3 with raspbee.

I too had no end of problems when I first got my Conbee.

Fimware wouldn’t update etc.

In the end I connected it to my windows laptop and did it manually with the GCFFlasher command line.

After that it worked fine.

1 Like

Hi, have you managed to solve this? Encountering the same thing atmz