You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,8 @@ Automations require services to be able to send commande. Ex. light.turn_on. For
253
253
- neviweb130.set_cool_min_time_off, to set cooling minimum time off.
254
254
- neviweb130.set_neviweb_status, to set global Neviweb status, home / away.
255
255
- neviweb130.set_refuel_alert, to get an alert when the propane tank is refueled,
256
+
- neviweb130.set_humidifier_type, to set the type of humidifier device connected to TH6500WF or TH6250WF.
257
+
- neviseb130.set_schedule_mode, to set the schedule mode, manual or auto for TH6500WF or TH6250WF.
256
258
257
259
## Catch Éco Sinopé signal for peak period
258
260
If you have at least on thermostat or one load controler registered with Éco-Sinopé program, it is now possible to catch when Neviweb send the signal for pre-heating start period for thermostats or turn_off signal for the load controler. Seven attributes have been added for thermostats and three for load controler to know that peak period is comming and how it is managed:
@@ -281,15 +283,16 @@ If you have at least on thermostat or one load controler registered with Éco-Si
281
283
It is then possible to make an automation to set all HA devices ready for peak period by following the eco_status attribute change from «off» to «on».
282
284
283
285
## Statistic for energy
284
-
Six attributes are added to track energy usage for devices:
285
-
- hourly_kwh: kwh used for last hour
286
-
- daily_kwh: kwh used for last day
287
-
- monthly_kwh: kwh used for last month
288
-
- current_hour_kwh": kwh used during current hour
289
-
- current_today_kwh: kwh used during current day
290
-
- current_month_kwh: kwh used during current month
286
+
Seven attributes are added to track energy usage for devices:
287
+
- total_kwh_count: total count of energy usage to date.
288
+
- hourly_kwh_count: total count for hourly usage for current day.
289
+
- daily_kwh_count: total count of water liters daily usage for current month.
290
+
- monthly_kwh_count: total count of water liters monthly usage for current year.
291
+
- hourly_kwh: kwh used for last hour.
292
+
- daily_kwh: kwh used for last day.
293
+
- monthly_kwh: kwh used for last month.
291
294
292
-
They are polled from Neviweb every 30 minutes. The first polling start 5 minutes after HA restart.
295
+
They are polled from Neviweb every 30 minutes. The first polling start 5 minutes after HA restart. Neviweb have a two hours delay to publish his data.
293
296
294
297
### Track energy consumption in HA Energy dashboard
295
298
When energy attributes are available, it is possible to track energy consumption of individual devices in Home Assistant energy dashboard by creating a [Template sensor](https://www.home-assistant.io/integrations/template/) in configuration.yaml:
@@ -318,15 +321,16 @@ template:
318
321
```
319
322
320
323
## Statistic for Sedna flow sensor
321
-
Six attributes are added to track water usage for Sedna valve. They are shown as m³ (cubic meeter) which is what energy module is looking for:
322
-
- hourly_flow_count: total count of water liters hourly usage
323
-
- daily_flow_count: total count of water liters daily usage
324
-
- monthly_flow_count: total count of water liters monthly usage
325
-
- hourly_flow: water liters used for last hour
326
-
- daily_flow: water liters used for last day
327
-
- monthly_flow: water liters used for last month
328
-
329
-
They are polled from Neviweb every 30 minutes. The first polling start 5 minutes after HA restart.
324
+
Seven attributes are added to track water usage for Sedna valve. They are shown as m³ (cubic meeter) which is what energy module is looking for:
325
+
- total_flow_count: total count of water liters usage to date.
326
+
- hourly_flow_count: total count of hourly water liters usage for current day.
327
+
- daily_flow_count: total count of daily water liters usage for current month.
328
+
- monthly_flow_count: total count of monthly water liters usage for current year.
329
+
- hourly_flow: water liters used for last hour.
330
+
- daily_flow: water liters used for last day.
331
+
- monthly_flow: water liters used for last month.
332
+
333
+
They are polled from Neviweb every 30 minutes. The first polling start 5 minutes after HA restart. Neviweb have a two hours delay to publish his data.
330
334
331
335
### Track water consumption in HA Energy dashboard
332
336
When flow attributes are available, it is possible to track water consumption of sedna valve in Home Assistant energy dashboard by creating a [Template sensor](https://www.home-assistant.io/integrations/template/) in configuration.yaml:
0 commit comments