Hallo,
ab sofort gibt es ein neues Modul für FHEM: 89_HEATRONIC.pm
Das Modul liest die Daten über die Heatronic-Schnittstelle einer Junkers-Heizung ein. Hierzu wird ein Adapter benötigt. Zwei mögliche Adapter werden unter http://www.mikrocontroller.net/topic/317004 beschrieben.
Die Einbindung erfolgt mit "define <name> HEATRONIC <device>".
Beispiel:
define Heizung HEATRONIC /dev/ttyUSB0@9600
Da die Heatronic-Schnittstelle sehr redselig ist, empfehle ich, von event-on-change-reading Gebrauch zu machen.
Weitere Informationen und Diskussionen unter http://forum.fhem.de/index.php/topic,19445.0.html (http://forum.fhem.de/index.php/topic,19445.0.html).
----
Hello,
from now on a new module for FHEM exists: 89_HEATRONIC.pm
The module interprets the data of a Junkers boiler received from the Heatronic-Bus. An adapter is needed. Two possible adapters are described on http://www.mikrocontroller.net/topic/317004 (http://www.mikrocontroller.net/topic/317004) (only in german).
The definition is "define <name> HEATRONIC <device>".
Example:
define Boiler HEATRONIC /dev/ttyUSB0@9600
Further information and discussions on http://forum.fhem.de/index.php/topic,19445.0.html (http://forum.fhem.de/index.php/topic,19445.0.html).
Heiko