User Tools

Site Tools


raspberry_phoscon

This is an old revision of the document!


Raspberry as minimal Phoscon device (DeCONZ)

Introduction

This howto describes how to install Phoscon DeCONZ software using minimal installation. Everything is done as the root user in this howto.

Installation

Raspbian Buster Lite

Download Raspbian Buster Lite edition at: https://www.raspberrypi.org/downloads/raspbian/ Use Etcher or whatever to install the downloaded zip on a SD card.

Initial settings to enable remote configuration

Use raspi-config to set network and change password of the pi user and change the hostname:

raspi-config
systemctl enable ssh.service
systemctl start ssh.service
/etc/systemd/timesyncd.conf
[Time]
NTP=172.16.0.254
#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
#RootDistanceMaxSec=5
#PollIntervalMinSec=32
#PollIntervalMaxSec=2048
raspberry_phoscon.1607258482.txt.gz · Last modified: by herwarth