Skip to content

Latest commit

 

History

History

fenecon2mqtt

Home Assistant Add-on: Fenecon2Mqtt

Build State CodeQL License

Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

This add-on connects to Fenecon Home (FEMS) websocket and subscribes to the configured channels. This data is pushed to Hassio integrated mqtt broker. All sensors(entities) are added autmatically.

fenecon2mqtt_img

Thanks goes to @benniju who gives the idea of using websocket.

Support forum

Support forum: hassio forum

Requirements

  1. Homeassistant with a running Supervisor
  2. Fenecon Home EnergyStorage System. Tested with Fenecon Home 10 and Heckert Symphon-E (thanks to 'skeal'). I guess OpenEMS based solutions work too.
  3. MQTT Addon 'Mosquitto broker' Mosquitto addon

Quick Setup

  1. MQTT configuration
    • Add local user in homeassistant for mqtt broker authentication doc link user
    • Provide user permisson to write to the mqtt topic (e.g homeassistant/sensor/fenecon/# and fenecon/#)
  2. Fenecon Home (FEMS) configuration
    • Nothing, ensure that the local IP and Port (1883) is reachalbe from Hassio
  3. Addon configuration
    • Install
    • Replace all "null" values in addon configuration
    • Start addon
    • Enable Watchdog

Documentation

Doc link