Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allgemeine Einstellungen (alt/neu) #131

Open
OswaldKolle1977 opened this issue Aug 19, 2017 · 1 comment
Open

Allgemeine Einstellungen (alt/neu) #131

OswaldKolle1977 opened this issue Aug 19, 2017 · 1 comment

Comments

@OswaldKolle1977
Copy link

OswaldKolle1977 commented Aug 19, 2017

Ich habe das Problem, dass die "Allgemeine Einstellungen" Seite ausgegraut wird und grau bleibt.
Die Lösung aus dem git, welche nicht mehr nötig sei, funktioniert auch nicht (habe sowohl HMServer.jar als auch HMIPServer.jar mit der Version aus dem git ersetzt)
CCU-Version: 2.27.8

Gibt es eine Andere Möglichkeit?!

Update: CCU-Version 2.25.15 funktioniert ohne Probleme...

Weitere Infos: Raspi 2b, jessie, frische Quick-Installation (mehrmals wiederholt)

@OswaldKolle1977
Copy link
Author

Update.... Habe alles nochmal neu installiert - mit der Version "revision_1.6" hat alles funktioniert!
Folgend die "Anleitung" (Schritt für Schritt)

JESSIE installieren
#> dd bs=4M if=/2017-07-05-raspbian-jessie.img of=/dev/sdf
In einem anderen Fenster Fortschritt kontrollieren
#> watch -n5 'sudo kill -USR1 $(pgrep ^dd)'

--> Einlegen und warten...
Lokal im Terminal:
#> sudo su
#> raspi-config
-- "Change User Password"	Passwort ändern
-- "Hostname"			"raspi.box"
-- "Localisation Options" -> "Change Locale"		de_DE.UTF-8 UTF-8
-- "Localisation Options" -> "Change Timezone"		Europe->Berlin
-- "Localisation Options" -> "Change Wi-fi Country"	DE
-- "Interfacing Options" -> "P1 Camera"	ON
-- "Interfacing Options" -> "P2 SSH"	ON

#> apt-get install sendmail mc htop vim screen
#> m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
#> vi /etc/mail/authinfo
->  smtp.1und1.de "U:xx@xxx.xx" "P:XXXXXX" "M:CRAM-MD5 DIGEST-MD5 PLAIN"
#> makemap hash /etc/mail/authinfo < /etc/mail/authinfo
#> reboot

Installation der CCU -- ALLES AUTOMATISCH

#> wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.6/yahm-init | sudo -E  bash -s quickinstall -
#> yahm-module -m hm-mod-rpi-pcb enable      # geht nicht - also mit "-f"
#> yahm-module -f -m hm-mod-rpi-pcb enable
#> yahm-module -f -m homematic-ip disable

Folgende Dateien anpassen / Inhalt einfügen:
#> vi /boot/cmdline.txt 
-> wc_otg.lpm_enable=0 root=PARTUUID=d38134cb-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles

#> vi /boot/config.txt 
-> dtparam=audio=on
-> start_x=1
-> gpu_mem=128
-> enable_uart=1
-> dtparam=spi=on
-> dtparam=i2c_arm=on

#> systemctl disable serial-getty@ttyAMA0.service
#> systemctl disable serial-getty@serial0.service
#> systemctl disable serial-getty@ttyS0.service
#> reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant