Does RASPBEE board work with HA?

A lot of people do that

Hi, as a newbie with HA and little experience w Linux Im trying to get a Dresden Rasbee installed on my RpiB+. Ive add the Deconz add-on and made a \boot\config.txt on a USB stick with (not on the SD!):
dtoverlay=pi3-miniuart-bt
Also tried out:
enable_uart=1
dtoverlay=pi3-disable-bt

I guessed I missed something important, trying to read these threads but they are pretty extensive:-)
The log from Deconz says:
rmmod: ERROR: Module ftdi_sio is not currently loaded
rmmod: ERROR: Module usbserial is builtin.
GCFFlasher V2_11 © dresden elektronik ingenieurtechnik gmbh 2017/12/10
RaspBee: /dev/ttyAMA0 (default)
no FTDI devices found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 2734 100 2734 0 0 6923 0 --:–:-- --:–:-- --:–:-- 6939
1135-0000-201000A0-FLS-PP3_RGBW.zigbee: OK
1135-0000-2010009B-FLS-PP3_RGBW.zigbee: OK
1135-0006-20100021-Ribag.zigbee: OK
libpng warning: iCCP: known incorrect sRGB profile
14010400_0x0005.zigbee: OK
This plugin does not support propagateSizeHints()
This plugin does not support propagateSizeHints()

anyone that can point me in the right direction??

Hi, for me this post was the solution:
https://github.com/marthoc/hassio-addons/issues/50

I am on a raspberry pi 3b+.

actually it said: only add this line in config.txt:

enable_uart=1
1 Like