Releases: claudegel/sinope-130
Releases · claudegel/sinope-130
Fix for valve with flow meter
- Add service set_flow_alarm_timer for valve with flow meter. This set a timer to stop flow alarm action for up to 24 hrs. Flow alarm action is automatically reactivated after the timer end.
- Fix service description for valve.
- Code reformat for services in valve.
- Fix code for valve service implementation.
- Add documentation for set_flow_alarm_timer.
- Fix flow meter water statistic.
Fix heavy logging for energy stat
Reduce logging for energy stat and switch to log level debug instead of warning.
Better support for TH6500WF and TH6250WF
- Fix occupancy mode for TH6250WF, TH6500WF
- Improve energy stats
- Reformat code for error message
- Add startup message in log
- Fix indicator LED color and intensity for light and dimmer
- Add service to change led_intensity
- Fix support for cool mode for TH6500WF and TH6250WF
- Add target humidity for TH6500WF
- Add set_humidity service for TH6500WF
- Add support for target humidity and current humidity
- Add ATTR_HUMID_SETPOINT
- Add FanOnly and dry mode for TH6500WF and HP6000ZB
- Add service set_humidifier_type for TH6500WF
- Add many new attributes for TH6250WF and TH6500WF
- Update flow stats for valve with flowmeter
- Update code for energy stats
- Improve energy usage description
- Fix code for firmware 4.2.1 abd 4.3.0 for TH6500WF and TH6250WF
- Fix auxCycleLength for wifi lite thermostats
- Fix set_em_heat for low wifi thermostats
- Fix set_aux_cycle for low wifi thermostats
- Fix HvacMode for heatpump
- Add service set_schedule_mode for wifi thermostat, to go back from autoBypass to auto mode
Fix for broken energy stat
BREAKING UPDATE. Sinopé did major changes in energy stat that broke neviweb130.
- kwh_count is no longer available. You will need to adjust your automation and energy as hourly_kwh_count, daily_kwh_count and monthly_kwh_count attributes are no longer available from Neviweb.
- Attributes availables are:
- hourly_kwh: kwh for last complete hour period
- daily_kwh: kwh for last complete day period
- monthly_kwh: kwh for last complete month period
- current_hour_kwh: kwh for current hour period
- current_today_kwh: kwh for current day period
- current_month_kwh: kwh for current month period
Detect probe defect for LM4110
- Send notification if we detect that the probe from device LM4110-ZB is disconected.
- code format for error notification.
Add device ID in error messages
- Add device ID to help identify device in error message and notifications
- Add service set_refuel_allert for LM4110-ZB to be notified when the tank is refueled.
Fix autoBypass for wifi devices
- Fix support for autoBypass mode for wifi thermostats.
- Improve setpoint mode change to catch the auto mode setpoint from Neviweb.
- Small code fix in climate.py
Fix ignore_miwi and valve floeMeter
- Fix for ignore_miwi parameter.
- Fix for valve flowMeter error when there is no flow meeter connected to the valve.
- Improve code format
Add support for new devices
- Add support for TH1133WF 3000W (wifi lite)
- Add support for TH1133CR Evo 3000W (wifi lite)
- Add support for TH1134WF 4000W (wifi lite)
- Add support for TH1134CR Evo 4000W (wifi lite)
- Add preliminary support for RM3250WF load controler
- Fix code for thermostat mode_auto_bypass
- Add new configuration option ignore_miwi to let user know if they add a miwi devices location to neviweb130
- Allow to silently ignore miwi devices in case of mixed miwi / zigbee devices in same location.
Emergency release for sensor.py
Fix tab in sensor.py