Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-03-03 17:04:13 +01:00
parent 585547b920
commit 1dd1b17363
3 changed files with 10 additions and 2 deletions

2
Cargo.lock generated
View file

@ -50,7 +50,7 @@ dependencies = [
[[package]]
name = "daikin_altherma"
version = "0.1.0"
version = "0.0.1"
dependencies = [
"serde_json",
"thiserror",

View file

@ -1,7 +1,7 @@
workspace = { members = ["mytest"] }
[package]
name = "daikin_altherma"
version = "0.1.0"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# Daikin Altherma Rust client
This project interfaces with Daikin Altherma LAN adapters (BRP069A61 BRP069A62).
This is a Rust port of the excellent [python-daikin-altherma](https://github.com/Frankkkkk/python-daikin-altherma)
WIP