this post was submitted on 26 Oct 2023
1 points (100.0% liked)

Lisp

52 readers
3 users here now

founded 1 year ago
MODERATORS
 

So I was working on and off on this project for the last months. I use it now in production on a Raspberry Pi, so I thought I could announce its existence.

There are a lot of rough edges but useable. Maybe interesting for you.

https://github.com/mdbergmann/cl-hab

you are viewing a single comment's thread
view the rest of the comments
[โ€“] svetlyak40wt@alien.top 1 points 11 months ago (1 children)

Great! I want to try it as a replacement to Home Assistant!

Is there a way to retrieve data from Aquara Hub or plug in a WiFi controlled smart-lamps?

[โ€“] mdbergmann@alien.top 1 points 11 months ago

Stuff like this would be implemented as 'binding'. It can probably be implemented utilizing the base-binding and just implementing push and pull, in a separate package. But eventually there should be proper generic functions protocol for bindings.