Skip to content

dexif/hassio-flespi-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqtt flespi message (Home Assistant component)

hacs_badge license_badge

Changelog

  • 0.1.4 support device telemetry position format
  • 0.1.3 Fixed HA compatibility
  • 0.1.2 Fix import
  • 0.1.1 Added HACS compatibility
  • 0.1.0 Now compatible with version 0.93

Usage

Add in /config/configuration.yaml

device_tracker:
  — platform: mqtt_flespi_message
    devices:
      # flespi channel
      dexif: 'flespi/message/gw/channels/7730/Dexif'
      another: 'flespi/message/gw/channels/7730/another'
      # flespi device
      dexif2: 'flespi/message/gw/devices/173073'
      # flespi device telemetry position
      dexiftelemetry: 'flespi/state/gw/devices/173073/telemetry/position'

You can also add the known devices into the known_devices.yaml file (otherwise they will appear there automatically).

dexif:
  hide_if_away: false
  icon:
  mac:
  name: dexif
  picture:
  track: true
  gravatar: blah@blah.blah

https://flespi.com/blog/smart-home-with-a-human-touch-teaching-home-assistant-to-serve-you-coffee