Advertisement
hhakansson

HA mixing BlitzWolf values

Jan 21st, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 9.76 KB | None | 0 0
  1. core.device_registry:
  2.            {
  3.                 "config_entries": [
  4.                     "9c6b1fae638347b29d7cb84f3359753d"
  5.                 ],
  6.                 "connections": [],
  7.                 "hub_device_id": null,
  8.                 "id": "39453fbed4514a5daadd686dd0dca6d9",
  9.                 "identifiers": [
  10.                     [
  11.                         "mqtt",
  12.                         "2A382A"
  13.                     ]
  14.                 ],
  15.                 "manufacturer": "Tasmota",
  16.                 "model": "BlitzWolf SHP",
  17.                 "name": "BlitzWolf1",
  18.                 "sw_version": "6.4.1(sonoff)"
  19.             },
  20.             {
  21.                 "config_entries": [
  22.                     "9c6b1fae638347b29d7cb84f3359753d"
  23.                 ],
  24.                 "connections": [],
  25.                 "hub_device_id": null,
  26.                 "id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  27.                 "identifiers": [
  28.                     [
  29.                         "mqtt",
  30.                         "2A3798"
  31.                     ]
  32.                 ],
  33.                 "manufacturer": "Tasmota",
  34.                 "model": "BlitzWolf SHP",
  35.                 "name": "BlitzWolf2",
  36.                 "sw_version": "6.4.1(sonoff)"
  37.             }
  38.  
  39. core.entity_registry:
  40.            {
  41.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  42.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  43.                 "disabled_by": null,
  44.                 "entity_id": "sensor.blitzwolf1_energy_total",
  45.                 "name": null,
  46.                 "platform": "mqtt",
  47.                 "unique_id": "2A382A_ENERGY_Total"
  48.             },
  49.             {
  50.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  51.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  52.                 "disabled_by": null,
  53.                 "entity_id": "sensor.blitzwolf1_energy_yesterday",
  54.                 "name": null,
  55.                 "platform": "mqtt",
  56.                 "unique_id": "2A382A_ENERGY_Yesterday"
  57.             },
  58.             {
  59.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  60.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  61.                 "disabled_by": null,
  62.                 "entity_id": "sensor.blitzwolf1_energy_today",
  63.                 "name": null,
  64.                 "platform": "mqtt",
  65.                 "unique_id": "2A382A_ENERGY_Today"
  66.             },
  67.             {
  68.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  69.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  70.                 "disabled_by": null,
  71.                 "entity_id": "sensor.blitzwolf1_energy_power",
  72.                 "name": null,
  73.                 "platform": "mqtt",
  74.                 "unique_id": "2A382A_ENERGY_Power"
  75.             },
  76.             {
  77.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  78.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  79.                 "disabled_by": null,
  80.                 "entity_id": "sensor.blitzwolf1_energy_apparentpower",
  81.                 "name": null,
  82.                 "platform": "mqtt",
  83.                 "unique_id": "2A382A_ENERGY_ApparentPower"
  84.             },
  85.             {
  86.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  87.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  88.                 "disabled_by": null,
  89.                 "entity_id": "sensor.blitzwolf1_energy_reactivepower",
  90.                 "name": null,
  91.                 "platform": "mqtt",
  92.                 "unique_id": "2A382A_ENERGY_ReactivePower"
  93.             },
  94.             {
  95.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  96.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  97.                 "disabled_by": null,
  98.                 "entity_id": "sensor.blitzwolf1_energy_factor",
  99.                 "name": null,
  100.                 "platform": "mqtt",
  101.                 "unique_id": "2A382A_ENERGY_Factor"
  102.             },
  103.             {
  104.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  105.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  106.                 "disabled_by": null,
  107.                 "entity_id": "sensor.blitzwolf1_energy_voltage",
  108.                 "name": null,
  109.                 "platform": "mqtt",
  110.                 "unique_id": "2A382A_ENERGY_Voltage"
  111.             },
  112.             {
  113.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  114.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  115.                 "disabled_by": null,
  116.                 "entity_id": "sensor.blitzwolf1_energy_current",
  117.                 "name": null,
  118.                 "platform": "mqtt",
  119.                 "unique_id": "2A382A_ENERGY_Current"
  120.             },
  121.             {
  122.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  123.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  124.                 "disabled_by": null,
  125.                 "entity_id": "switch.blitzwolf1",
  126.                 "name": null,
  127.                 "platform": "mqtt",
  128.                 "unique_id": "2A382A_RL_1"
  129.             },
  130.             {
  131.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  132.                 "device_id": "39453fbed4514a5daadd686dd0dca6d9",
  133.                 "disabled_by": null,
  134.                 "entity_id": "sensor.blitzwolf1_energy_totalstarttime",
  135.                 "name": null,
  136.                 "platform": "mqtt",
  137.                 "unique_id": "2A382A_ENERGY_TotalStartTime"
  138.             },
  139.             {
  140.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  141.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  142.                 "disabled_by": null,
  143.                 "entity_id": "switch.blitzwolf2",
  144.                 "name": null,
  145.                 "platform": "mqtt",
  146.                 "unique_id": "2A3798_RL_1"
  147.             },
  148.             {
  149.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  150.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  151.                 "disabled_by": null,
  152.                 "entity_id": "sensor.blitzwolf2_energy_totalstarttime",
  153.                 "name": null,
  154.                 "platform": "mqtt",
  155.                 "unique_id": "2A3798_ENERGY_TotalStartTime"
  156.             },
  157.             {
  158.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  159.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  160.                 "disabled_by": null,
  161.                 "entity_id": "sensor.blitzwolf2_energy_total",
  162.                 "name": null,
  163.                 "platform": "mqtt",
  164.                 "unique_id": "2A3798_ENERGY_Total"
  165.             },
  166.             {
  167.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  168.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  169.                 "disabled_by": null,
  170.                 "entity_id": "sensor.blitzwolf2_energy_yesterday",
  171.                 "name": null,
  172.                 "platform": "mqtt",
  173.                 "unique_id": "2A3798_ENERGY_Yesterday"
  174.             },
  175.             {
  176.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  177.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  178.                 "disabled_by": null,
  179.                 "entity_id": "sensor.blitzwolf2_energy_today",
  180.                 "name": null,
  181.                 "platform": "mqtt",
  182.                 "unique_id": "2A3798_ENERGY_Today"
  183.             },
  184.             {
  185.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  186.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  187.                 "disabled_by": null,
  188.                 "entity_id": "sensor.blitzwolf2_energy_power",
  189.                 "name": "BW2 Power",
  190.                 "platform": "mqtt",
  191.                 "unique_id": "2A3798_ENERGY_Power"
  192.             },
  193.             {
  194.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  195.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  196.                 "disabled_by": null,
  197.                 "entity_id": "sensor.blitzwolf2_energy_apparentpower",
  198.                 "name": null,
  199.                 "platform": "mqtt",
  200.                 "unique_id": "2A3798_ENERGY_ApparentPower"
  201.             },
  202.             {
  203.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  204.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  205.                 "disabled_by": null,
  206.                 "entity_id": "sensor.blitzwolf2_energy_reactivepower",
  207.                 "name": null,
  208.                 "platform": "mqtt",
  209.                 "unique_id": "2A3798_ENERGY_ReactivePower"
  210.             },
  211.             {
  212.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  213.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  214.                 "disabled_by": null,
  215.                 "entity_id": "sensor.blitzwolf2_energy_factor",
  216.                 "name": null,
  217.                 "platform": "mqtt",
  218.                 "unique_id": "2A3798_ENERGY_Factor"
  219.             },
  220.             {
  221.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  222.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  223.                 "disabled_by": null,
  224.                 "entity_id": "sensor.blitzwolf2_energy_voltage",
  225.                 "name": null,
  226.                 "platform": "mqtt",
  227.                 "unique_id": "2A3798_ENERGY_Voltage"
  228.             },
  229.             {
  230.                 "config_entry_id": "9c6b1fae638347b29d7cb84f3359753d",
  231.                 "device_id": "f747f46c2d7e4f0abf748b9f35eb47d9",
  232.                 "disabled_by": null,
  233.                 "entity_id": "sensor.blitzwolf2_energy_current",
  234.                 "name": "BW2 Current",
  235.                 "platform": "mqtt",
  236.                 "unique_id": "2A3798_ENERGY_Current"
  237.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement