Achronite / node-red-contrib-energenie-ener314rt

Node Red nodes for Energenie ENER314-RT Raspberry Pi board
MIT License
12 stars 3 forks source link

Add support for home assistant via node-red #28

Closed Achronite closed 4 years ago

Achronite commented 4 years ago

Add support for home assistant (hass.io) via the home assistant node-red module.

Initial tests are failing, I suspect this could be due to access restrictions to GPIO / SPI.

Achronite commented 4 years ago

No help has been provided to do this via home assistant forum, so tagging with wontfix for now.

Achronite commented 1 year ago

As Home Assistant is increasing in usage I think support for this should be looked at again.

There are a couple of options that I'm considering:

  1. Create a new stand-alone node.js app that wraps the functionality and uses MQTT as the interface method Achronite/energenie-ener314rt#22
  2. Create a guide / template flow for node-red that uses a standalone node-red installation where the ENER314-RT is plugged-in, and probably uses MQTT as the communication method.