In allen Bundesländern in denen es möglich war wurde
die notwendige Anzahl an Unterstützungs-Unterschriften erreicht.
Folglich werden sie dort auf dem Wahlzettel erscheinen.
This blog contains the daily technical endeavours of a freelancing software-designer.
>cat /etc/fhem.cfg
#
# Minimalistic fhem.pl & pgm2 configfile. Take a look at the other examples for
# more.
#
attr global logfile /var/log/fhem/fhem.log
attr global statefile /var/log/fhem/fhem.save # where to save the state of the devices
attr global verbose 3 # "normal" verbosity (min 1, max 5)
attr global port 7072 # our TCP/IP port (localhost only)
attr global modpath /usr/local/lib # where our FHEM directory is
define WEB FHEMWEB 8083
attr WEB plotmode SVG
define myfhz FHZ /dev/ttyUSB0
setdefaultattr room zimmer
define ZimmerHeizungLog FileLog /var/log/fhem/ZimmerHeizung.log ZimmerHeizung:.*(temp|actuator|desired).*
define ZimmerHeizung FHT 615b
define hifi FS20 8765 01
attr hifi model fs20st
#!/bin/sh
perl /usr/local/bin/fhem.pl 7072 "set hifi on"