zigbee-herdsman-converters 14.0.589 → 14.0.590

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/devices/sinope.js CHANGED
@@ -21,8 +21,8 @@ module.exports = [
21
21
  tz.sinope_thermostat_occupancy, tz.sinope_thermostat_backlight_autodim_param, tz.sinope_thermostat_time,
22
22
  tz.sinope_thermostat_enable_outdoor_temperature, tz.sinope_thermostat_outdoor_temperature, tz.sinope_time_format],
23
23
  exposes: [e.local_temperature(), e.keypad_lockout(), e.power(), e.current(), e.voltage(), e.energy(),
24
- exposes.climate().withSetpoint('occupied_heating_setpoint', 7, 30, 0.5).withLocalTemperature()
25
- .withSystemMode(['off', 'auto', 'heat']).withRunningState(['idle', 'heat']),
24
+ exposes.climate().withSetpoint('occupied_heating_setpoint', 5, 30, 0.5).withLocalTemperature()
25
+ .withSystemMode(['off', 'heat']).withRunningState(['idle', 'heat']),
26
26
  exposes.enum('backlight_auto_dim', ea.SET, ['on demand', 'sensing']).withDescription('Control backlight dimming behavior')],
27
27
  configure: async (device, coordinatorEndpoint, logger) => {
28
28
  const endpoint = device.getEndpoint(1);
@@ -78,8 +78,8 @@ module.exports = [
78
78
  tz.sinope_thermostat_occupancy, tz.sinope_thermostat_backlight_autodim_param, tz.sinope_thermostat_time,
79
79
  tz.sinope_thermostat_enable_outdoor_temperature, tz.sinope_thermostat_outdoor_temperature, tz.sinope_time_format],
80
80
  exposes: [e.local_temperature(), e.keypad_lockout(), e.power(), e.current(), e.voltage(), e.energy(),
81
- exposes.climate().withSetpoint('occupied_heating_setpoint', 7, 30, 0.5).withLocalTemperature()
82
- .withSystemMode(['off', 'auto', 'heat']).withRunningState(['idle', 'heat']).withPiHeatingDemand(),
81
+ exposes.climate().withSetpoint('occupied_heating_setpoint', 5, 30, 0.5).withLocalTemperature()
82
+ .withSystemMode(['off', 'heat']).withRunningState(['idle', 'heat']).withPiHeatingDemand(),
83
83
  exposes.enum('backlight_auto_dim', ea.SET, ['on demand', 'sensing']).withDescription('Control backlight dimming behavior')],
84
84
  configure: async (device, coordinatorEndpoint, logger) => {
85
85
  const endpoint = device.getEndpoint(1);
package/lib/utils.js CHANGED
@@ -113,6 +113,8 @@ function addActionGroup(payload, msg, definition) {
113
113
  }
114
114
 
115
115
  function postfixWithEndpointName(value, msg, definition, meta) {
116
+ // Prevent breaking change https://github.com/Koenkk/zigbee2mqtt/issues/13451
117
+ if (!meta) meta = {device: null};
116
118
  if (definition.meta && definition.meta.multiEndpoint) {
117
119
  const endpointName = definition.hasOwnProperty('endpoint') ?
118
120
  getKey(definition.endpoint(meta.device), msg.endpoint.ID) : msg.endpoint.ID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.589",
3
+ "version": "14.0.590",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [