Page 1 of 1

Raspberry 3 + RaZberry 2 = Fibaro FGD 212 not including

Posted: Wednesday 30 August 2017 12:03
by Zay0810
Hello,

I'm trying to include my new Fibaro FGD 212 but this is not working.

Here is what i've done so far :
  1. Fresh install of Raspbian
  2. Enable SSH
  3. Fix Raspberry IP to 192.168.1.20
  4. Connect with SSH to raspberry from another computer :
    • mRemoteNG
    • user : pi
    • password : raspberry
  5. Chang password for pi user :

    Code: Select all

    passwd
  6. Chang password for root user :

    Code: Select all

    sudo passwd root
  7. Enable root connexion :

    Code: Select all

    sudo nano /etc/ssh/sshd_config
    • Search : #PermitRootLogin prohibit-password
    • Change to : PermitRootLogin yes
    • [ctrl] + [X]
    • [O]
    • [Enter]

    Code: Select all

    sudo /etc/init.d/ssh restart
  8. Update everything :

    Code: Select all

    sudo apt-get update

    Code: Select all

    sudo apt-get upgrade -y

    Code: Select all

    sudo apt-get install rpi-update -y 

    Code: Select all

    sudo rpi-update

    Code: Select all

    sudo reboot
  9. Disable bluetooth :

    Code: Select all

    sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt"

    Code: Select all

    sudo reboot
  10. Install Domoticz :

    Code: Select all

    sudo wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb

    Code: Select all

    sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb

    Code: Select all

    sudo curl -L install.domoticz.com | sudo bash

    Code: Select all

    cd domoticz

    Code: Select all

    sudo ./updaterelease
  11. Connect to Domoticz :
  12. Set Domoticz :
    1. Setup > Settings
      • To find your location click [Here] > Adress : "Montpellier" > [GetLatLong] > [OK]
      • Language : French
      • [Apply Settings]
    2. Setup > Hardware
      • Z_WAVE
        • Name : Z_WAVE
        • Type : OpenZWave
        • Serial port : /dev/ttyAMA0
        • [Add]
      • RFC_COM
        • Name : RFC_COM
        • Type : RFXCOM - RFXtrx433 USB 433.92MHz Transceiver
        • Serial Port : /dev/ttyUSBO
        • [Add]
So this is what i'm seeing right now :
Image

When i plug my Fibaro FGD 212 the first time, a green LED lights for few seconds., then a red LED for few seconds., then nothing.
When i push back button for few seconds, a blue LED lights for few seconds.

When i try to include my Fibaro FGD 212, nothing happens.
I've tried to use switch 3 times, use back button 3 times, 1 long time, 3 long time

This is what i see :
Image

Anybody knows how to solve that ?

Thanks for your help :)