mancioshell / risco-mqtt-home-assistant

Node Risco Mqtt client for Home Assistant
MIT License
7 stars 7 forks source link

Is it possible to get last events? #8

Open adyannu opened 4 years ago

adyannu commented 4 years ago

First of all... Thank you for writing this node app! It is great and work better than others i've tryed, mostly because it use the API and get status "live" from Risco Cloud.

I've seen that your base project has a function GetEvents(). Do you plan to implement this function to expose events to MQTT?

(FYI: With the info at #1, I run this on Raspberry PI 3b on Hassio with built-in Docker + Portainer Add-on. I had problems building the container with default Node image and got it working with Node:Slim.)

Thanks @mancioshell