/ad_narodmon_sender

Appdaemon python script for sending sensor data from home assistant to narodmon.ru

Primary LanguagePython

ad_narodmon_sender

Appdaemon app for sending sensor data from home assistant to narodmon.ru

Installation

Download the narodmon_sender directory from inside the apps directory here to your local apps directory, then configure parameters in config.yaml file inside narodmon_sender directory.

App configuration

narodmon_sender:
  module: narodmon_sender
  class: narodmon_sender
  narodmon_device_mac:
  narodmon_device_name:
  hass_coordinates_entity:
  hass_sensor_entities:
key optional type default description
module False string narodmon_sender The module name of the app.
class False string narodmon_sender The name of the Class.
narodmon_device_mac False string MAC-address to identify your device on narodmon.ru
narodmon_device_name True string Name for your device
hass_coordinates_entity True string Home assistant zone entity_id for getting latitude and longitude, helps auto placing device on map
hass_sensor_entities False string Comma-separated home assistant sensor or binary_sensor entity_id`s (without spaces)

Example app configuration

narodmon_sender:
  module: narodmon_sender
  class: narodmon_sender
  narodmon_device_mac: AABBCCDDEEFF
  narodmon_device_name: Aqara_WSDCGQ11LM
  hass_coordinates_entity: zone.home
  hass_sensor_entities: sensor.outside_temperature,sensor.outside_humidity,sensor.outside_pressure,binary_sensor.window