yvesf / ebus

Protocol definitions and parser for ebus (heating devices bus protocol)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eBus

  • ebus-racket eBus protocol parser written in racket
  • ebus-rust eBus protocol parser writtin in rust
  • ebus-xml eBus protocol specification (devices, packets, fields) in xml.

Usage of ebus-rust on nixos

    inputs.ebus.url = "github:yvesf/ebus";
    inputs.ebus.inputs.nixpkgs.follows = "template/nixpkgs";
    ...
    # add module
    ebus.nixosModules.ebus-rust
    ...
    # configure module
    services.ebus-rust.enable = true;
    services.ebus-rust.user = settings.username;
    services.ebus-rust.device = "/dev/ttyUSB0";
    ...

About

Protocol definitions and parser for ebus (heating devices bus protocol)

License:Other


Languages

Language:Rust 51.7%Language:Racket 28.2%Language:XSLT 15.4%Language:Nix 4.1%Language:Makefile 0.6%