Initial Home Assistant commit
This commit is contained in:
+120
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"version": 1,
|
||||
"minor_version": 3,
|
||||
"key": "energy",
|
||||
"data": {
|
||||
"energy_sources": [
|
||||
{
|
||||
"type": "grid",
|
||||
"stat_energy_from": "sensor.hilo_energy_total",
|
||||
"stat_energy_to": null,
|
||||
"stat_cost": null,
|
||||
"stat_compensation": null,
|
||||
"entity_energy_price": "sensor.hydro_quebec_active_rate",
|
||||
"number_energy_price": null,
|
||||
"entity_energy_price_export": null,
|
||||
"number_energy_price_export": null,
|
||||
"cost_adjustment_day": 0.0
|
||||
}
|
||||
],
|
||||
"device_consumption": [
|
||||
{
|
||||
"stat_consumption": "sensor.water_heater_hilo_energy",
|
||||
"stat_rate": "sensor.water_heater_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.basement_hilo_energy",
|
||||
"stat_rate": "sensor.basement_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.office_speaker_energy_5",
|
||||
"stat_rate": "sensor.office_speaker_power_5"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.wiz_rgbw_tunable_3ab5be_energy",
|
||||
"stat_rate": "sensor.wiz_rgbw_tunable_3ab5be_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.bedroom_light_1_energy",
|
||||
"stat_rate": "sensor.bedroom_light_1_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.bedroom_light_2_energy",
|
||||
"stat_rate": "sensor.bedroom_light_2_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.bedroom_light_3_energy",
|
||||
"stat_rate": "sensor.bedroom_light_3_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.living_room_1_energy",
|
||||
"stat_rate": "sensor.living_room_1_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.living_room_2_energy",
|
||||
"stat_rate": "sensor.living_room_2_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.skyler_s_echo_energy",
|
||||
"stat_rate": "sensor.skyler_s_echo_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.dining_energy",
|
||||
"stat_rate": "sensor.dining_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.kitchen_energy",
|
||||
"stat_rate": "sensor.kitchen_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.leo_s_desk_energy",
|
||||
"stat_rate": "sensor.leo_s_desk_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.bathroom_energy",
|
||||
"stat_rate": "sensor.bathroom_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.outside_echo_energy",
|
||||
"stat_rate": "sensor.outside_echo_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.dining_room_speaker_energy",
|
||||
"stat_rate": "sensor.dining_room_speaker_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.wiz_rgbw_tunable_399ae0_energy",
|
||||
"stat_rate": "sensor.wiz_rgbw_tunable_399ae0_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.wiz_rgbw_tunable_9d8e78_energy",
|
||||
"stat_rate": "sensor.wiz_rgbw_tunable_9d8e78_power_2"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.wiz_rgbw_tunable_a610c8_energy",
|
||||
"stat_rate": "sensor.wiz_rgbw_tunable_a610c8_power_3"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.hallway_energy",
|
||||
"stat_rate": "sensor.hallway_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.kitchen_energy_2",
|
||||
"stat_rate": "sensor.kitchen_power_2"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.living_room_energy",
|
||||
"stat_rate": "sensor.living_room_power"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.hvac_total_energy",
|
||||
"stat_rate": "sensor.hvac_real_time_power_draw"
|
||||
},
|
||||
{
|
||||
"stat_consumption": "sensor.pool_pump_total_energy",
|
||||
"stat_rate": "sensor.pool_pump_estimated_power_draw"
|
||||
}
|
||||
],
|
||||
"device_consumption_water": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user