Roba1993 / rzw

Rusty Z-Wave - A native Z-Wave library in Rust
MIT License
38 stars 12 forks source link

Handle messages from controller #9

Closed laibulle closed 5 years ago

Roba1993 commented 5 years ago

Hi laibulle,

thank you for the pull request. I accept the changes directly here :) I saw that you are trying to build up a Home-Automation System? I done the same already, it's maybe a little bit outdated, but it works well for my actual home. https://github.com/Roba1993/Heima

I used yahoo-weather as data source, because you can get this information for free without any additional account. Maybe it helps you to get forward? Maybe you interested in combining our resources and build something together?

Thanks, Robert

laibulle commented 5 years ago

Hi,

indeed it is more clever to combine resources in the future. For now I am just exploring possibilities of Rust for home automation and testing some ideas, So I will have a look at your project.

For my my part I creating a system on top of Actix. I am using Darksky API because it is really more robust than Yahoo weather and still free for a single server.

https://github.com/laibulle/carson/

Thanks Guillaume

Roba1993 commented 5 years ago

Actix is clever and would also be my approach instead of Rocket. Yes Darksky is better, I just didn't liked that you need to create an account to use it ;)

Look though my project and write me, when you want to kickstart something :)

Thanks, Robert