/**
* Copyright 2020 Markus Liljergren (https://oh-lalabs.com)
*
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*
* NOTE: This is an auto-generated file and most comments have been removed!
*
* ver. v1.0.1.1123 2020-11-23 (Markus) - Latest commit f0e09fe from Markus
* ver. 2.0.0 2023-07-10 (kkossev) - driver name changed to 'Zigbee - Aqara Wall Switch (w/ healthStatus)'; capability 'PresenceSensor' replaced w/ capability 'HealthCheck' (attribute 'healthStatus')
* ver. 2.0.1 2023-08-14 (kkossev) - bug fix: obttaining driver version exception
* ver. 2.0.2 2023-08-14 (kkossev) - added lumi.switch.b2naus01 Model WS-USC04 Aqara US Wall Switch w/ Neutral Double Rocker (D1 series)
* ver. 2.0.3 2023-08-15 (kkossev) - added lumi.switch.b2laus01 Model WS-USC02 Aqara US Wall Switch w/o Neutral Double Rocker into the D1 series group.
* ver. 2.0.4 2023-08-29 (kkossev) - added lumi.switch.b1naus01 Model WS-USC03US Aqara Wall Switch (With Neutral, Single Rocker)
* ver. 2.0.5 2023-09-08 (kkossev) - new fingerprints; endpointId changed to '01' for all models that had other ep specified (possible reason for the 'F2' bug?)
* ver. 2.0.6 2024-05-11 (kkossev) - added lumi.switch.l2aeu1 Model WS-EUK02 H1 EU Wall Switch (No Neutral, Double Rocker) into the D1 series group.
* ver. 2.0.7 2024-05-11 (kkossev) - added lumi.switch.b2nc01 Model QBKG41LM E1 Wall Switch (With Neutral, Double Rocker)
* ver. 2.0.8 2024-06-15 (kkossev) - added endpointId:'01' in all models that were missing it (possible reason for wrong endpoint detection); added lumi.switch.l1aeu1 Aqara WS-EUK01 H1 EU Wall Switch (No Neutral, Singe Rocker); added lumi.switch.n0agl1 Single Switch Module T1 Model SSM-U01 (With Neutral)
* ver. 2.1.0 2024-06-20 (kkossev) - added Aqara Switch T2 (LLKZMK12LM) lumi.switch.acn047 ; lumi.switch.n0agl1 fingerprint correction; fixed lastCheckin not updating; fixed healthStatus bug; the Recovery Mode is set to disabled by default; added capability 'EnergyMeter'; removed 'powerWithUnit'; fixed ping() not working for lumi.switch.acn047
*
* TODO: //https://github.com/WooBooung/BooungThings/blob/fb0600b67b27c919cbae24953b4226294f4c1fd9/devicetypes/woobooung/integrated-zigbee-switch.src/integrated-zigbee-switch.groovy#L122
*
*/
def version() { "2.1.0" }
def timeStamp() { "2024/06/20 10:11 PM" }
// BEGIN:getDefaultImports()
import groovy.json.JsonSlurper
import groovy.json.JsonOutput
import java.security.MessageDigest
// END: getDefaultImports()
import hubitat.helper.HexUtils
metadata {
definition (name: "Zigbee - Aqara Wall Switch (w/ healthStatus)", namespace: "oh-lalabs.com", author: "Markus Liljergren", filename: "zigbee-aqara-wall-switch", importUrl: "https://raw.githubusercontent.com/kkossev/hubitat-Markus-Li-fork/release/drivers/expanded/zigbee-aqara-wall-switch-expanded.groovy") {
// BEGIN:getDefaultMetadataCapabilitiesForZigbeeDevices()
capability "Sensor"
capability "HealthCheck" // replaced previous capability "PresenceSensor"
capability "Initialize"
capability "Refresh"
// END: getDefaultMetadataCapabilitiesForZigbeeDevices()
capability "Actuator"
capability "PowerMeter"
capability "EnergyMeter" // added kkossev 06/20/2024
capability "PushableButton"
capability "ReleasableButton"
capability "DoubleTapableButton"
capability "TemperatureMeasurement"
//attribute "powerWithUnit", "string"
attribute "button1", "string"
attribute "button2", "string"
attribute "button3", "string"
// BEGIN:getDefaultMetadataAttributes()
attribute "driver", "string"
// END: getDefaultMetadataAttributes()
// BEGIN:getMetadataAttributesForLastCheckin()
attribute "lastCheckin", "Date"
attribute "lastCheckinEpoch", "number"
attribute "notPresentCounter", "number"
attribute "restoredCounter", "number"
attribute 'healthStatus', 'enum', ['unknown', 'offline', 'online']
// END: getMetadataAttributesForLastCheckin()
// BEGIN:getCommandsForPresence()
command "resetRestoredCounter"
// END: getCommandsForPresence()
// BEGIN:getCommandsForZigbeePresence()
command "forceRecoveryMode", [[name:"Minutes*", type: "NUMBER", description: "Maximum minutes to run in Recovery Mode"]]
// END: getCommandsForZigbeePresence()
/* command "sendToFF22", [[name:"Hex*", type: "STRING", description: "hex"]] */
/* command "sendToFF23", [[name:"Hex*", type: "STRING", description: "hex"]] */
command "setAsDisconnected", [[name:"Button*", type: "NUMBER", description: "Button Number"]]
command "setAsConnected", [[name:"Button*", type: "NUMBER", description: "Button Number"]]
//command "toggle" commented out 06/20/2024 (on() and off() are not implemented)
/* Fingerprints and some device information comes from Guyeeba for QBKG12LM, QBKG11LM and LLZKMK11LM */
/* Models WITH Neutral wire */
fingerprint profileId: "0104", endpointId:"01", inClusters: "0000,0004,0003,0006,0010,0005,000A,0001,0002", outClusters: "0019,000A", manufacturer: "LUMI", model: "lumi.ctrl_ln1.aq1", deviceJoinName: "Aqara Wall switch"
fingerprint profileId: "0104", endpointId:"01", inClusters: "0000,0004,0003,0006,0010,0005,000A,0001,0002", outClusters: "0019,000A", manufacturer: "LUMI", model: "lumi.ctrl_ln2.aq1", deviceJoinName: "Aqara Wall switch"
fingerprint profileId: "0104", endpointId:"01", inClusters: "0000,0003,0004,0005,0001,0002,000A,0006,0010,0B04,000C", outClusters: "0019,000A", manufacturer: "LUMI", model: "lumi.relay.c2acn01", deviceJoinName: "Aqara Double Relay"
fingerprint profileId: "0104", endpointId:"01", inClusters: "0000,0002,0003,0004,0005,0006,0009,000A,0702,0B04,FCC0", outClusters: "0019,000A", manufacturer: "LUMI", model: "lumi.switch.n0agl1", deviceJoinName: "Aqara Model SSM-U01" // added kkossev 06/15/2024 https://community.hubitat.com/t/aqara-switch-t1-lumi-switch-n0agl1-and-h1-lumi-switch-l1aeu1-drivers/125570/29?u=kkossev
fingerprint profileId: "0104", endpointId:"01", inClusters: "0B04,0702,0005,0004,0003,0012,0000,0006,FCC0", outClusters: "0019,000A", manufacturer: "LUMI", model: "lumi.switch.acn047", deviceJoinName: "Aqara 2 Way Control Module Wireless Relay T2" // added kkossev 06/19/2024
/* Models WITHOUT Neutral wire */
fingerprint profileId:"0104", endpointId:"01", inClusters: "0000,0003,0001,0002,0019,000A", outClusters: "0000,000A,0019", manufacturer: "LUMI", model: "lumi.ctrl_neutral1", deviceJoinName: "Aqara Wall switch"
fingerprint profileId:"0104", endpointId:"01", inClusters: "0000,0003,0001,0002,0019,000A", outClusters: "0000,000A,0019", manufacturer: "LUMI", model: "lumi.ctrl_neutral2", deviceJoinName: "Aqara Wall switch"
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0002,0003,0004,0005,0006,0009", outClusters:"0019,000A", model:"lumi.switch.b2laus01", manufacturer:"LUMI", deviceJoinName: "Aqara WS-USC04 US Wall Switch w/o Neutral Double Rocker" // added kkossev 09/06/2023 // https://community.hubitat.com/t/aqara-single-and-double-rocker-switch-no-neutral-ws-usc01-ws-usc02-driver/99124/5?u=kkossev
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0003,0004,0005,0006", outClusters:"0019,000A", model:"lumi.switch.b2laus01", manufacturer:"LUMI", deviceJoinName: "Aqara WS-USC04 US Wall Switch w/o Neutral Double Rocker" // modified kkossev 08/15/2023
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0002,0003,0004,0005,0006,0009", outClusters:"0019,000A", model:"lumi.switch.l2aeu1", manufacturer:"LUMI", deviceJoinName: "Aqara WS-EUK02 H1 EU Wall Switch (No Neutral, Double Rocker)" // added kkossev 05/11/2024 // https://community.hubitat.com/t/aqara-ws-euk02-no-neutral-dual-rocker/137693?u=kkossev
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0002,0003,0004,0005,0006,0009", outClusters:"0019,000A", model:"lumi.switch.l1aeu1", manufacturer:"LUMI", deviceJoinName: "Aqara WS-EUK01 H1 EU Wall Switch (No Neutral, Singe Rocker)" // added kkossev 06/15/2024 // https://community.hubitat.com/t/aqara-switch-t1-lumi-switch-n0agl1-and-h1-lumi-switch-l1aeu1-drivers/125570/16?u=kkossev
/* D1 Models WITH Neutral wire */
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0004,0003,0006,0010,0005,000A,0001,0002", outClusters:"0019,000A", manufacturer:"LUMI", model:"lumi.switch.b1nacn02", application:"3D", deviceJoinName:"Aqara D1 Double Relay"
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0004,0003,0006,0010,0005,000A,0001,0002", outClusters:"0019,000A", manufacturer:"LUMI", model:"lumi.switch.b2nacn02", application:"3D", deviceJoinName:"Aqara D1 Double Relay"
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0004,0003,0006,0010,0005,000A,0001,0002", outClusters:"0019,000A", manufacturer:"LUMI", model:"lumi.switch.b3nacn02", application:"3D", deviceJoinName:"Aqara D1 Double Relay"
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0003,0004,0005,0006,0012,FCC0", outClusters:"0019,000A", model:"lumi.switch.b1lacn02", manufacturer:"LUMI"
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0003,0001,0002,0019,000A", outClusters:"0000,0019,000A", model:"lumi.switch.b1lacn02", manufacturer:"LUMI" // added kkossev 09/06/2023
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0003,0004,0005,0006,0012,FCC0", outClusters:"0019,000A", model:"lumi.switch.b2lacn02", manufacturer:"LUMI"
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0003,0001,0002,0019,000A", outClusters:"0000,0019,000A", model:"lumi.switch.b2lacn02", manufacturer:"LUMI" // added kkossev 09/06/2023
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0003,0004,0005,0006,0012,FCC0", outClusters:"0019,000A", model:"lumi.switch.l3acn3", manufacturer:"LUMI"
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0002,0003,0004,0005,0006,0009", outClusters:"0019,000A", model:"lumi.switch.l3acn3", manufacturer:"LUMI" // added kkossev 09/06/2023
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0003,0004,0005,0006", outClusters:"0019,000A", model:"lumi.switch.b2naus01", manufacturer:"LUMI", deviceJoinName: "Aqara WS-USC02 US Wall Switch w/ Neutral Double Rocker" // added kkossev 08/14/2023
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0002,0003,0004,0005,0006,0009,0012,0702,FCC0", outClusters:"0019,000A", model:"lumi.switch.b2naus01", manufacturer:"LUMI", deviceJoinName: "Aqara WS-USC03US Wall Switch w/ Neutral Single Rocker" // added kkossev 09/06/2023
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0003,0004,0005,0006", outClusters:"0019,000A", model:"lumi.switch.b1naus01", manufacturer:"LUMI", deviceJoinName: "Aqara WS-USC03US Wall Switch w/ Neutral Single Rocker" // added kkossev 08/29/2023
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0002,0003,0004,0005,0006,0009,0702,0B04", outClusters:"0019,000A", model:"lumi.switch.b1naus01", manufacturer:"LUMI", deviceJoinName: "Aqara WS-USC03US Wall Switch w/ Neutral Single Rocker" // added kkossev 09/06/2023
fingerprint profileId:"0104", endpointId:"01", inClusters:"0000,0002,0003,0004,0005,0006,0009", outClusters:"000A,0019", model:"lumi.switch.b2nc01", manufacturer:"LUMI", deviceJoinName: "Aqara E1 Wall Switch (With Neutral, Double Rocker)" // added kkossev 05/11/2024 https://community.hubitat.com/t/aqara-zigbee-light-switch/88164/20?u=kkossev
}
preferences {
// BEGIN:getDefaultMetadataPreferences(includeCSS=True, includeRunReset=False)
input(name: "debugLogging", type: "bool", title: styling_getLogo() + styling_addTitleDiv("Enable debug logging"), description: "" + styling_getDefaultCSS(), defaultValue: false, submitOnChange: true, displayDuringSetup: false, required: false)
input(name: "infoLogging", type: "bool", title: styling_addTitleDiv("Enable info logging"), description: "", defaultValue: true, submitOnChange: true, displayDuringSetup: false, required: false)
// END: getDefaultMetadataPreferences(includeCSS=True, includeRunReset=False)
// BEGIN:getMetadataPreferencesForLastCheckin()
input(name: "lastCheckinEnable", type: "bool", title: styling_addTitleDiv("Enable Last Checkin Date"), description: styling_addDescriptionDiv("Records Date events if enabled"), defaultValue: true)
input(name: "lastCheckinEpochEnable", type: "bool", title: styling_addTitleDiv("Enable Last Checkin Epoch"), description: styling_addDescriptionDiv("Records Epoch events if enabled"), defaultValue: false)
input(name: "healthCheckEnable", type: "bool", title: styling_addTitleDiv("Enable healthCheck"), description: styling_addDescriptionDiv("Enables healthCheck to indicate if the device has sent data within the last 3 hours (REQUIRES at least one of the Checkin options to be enabled)"), defaultValue: true)
input(name: "healthCheckWarningEnable", type: "bool", title: styling_addTitleDiv("Enable healthCheck Warning"), description: styling_addDescriptionDiv("Enables Offline Warnings in the Logs (default: true)"), defaultValue: true)
// END: getMetadataPreferencesForLastCheckin()
// BEGIN:getMetadataPreferencesForRecoveryMode(defaultMode="Slow")
input(name: "recoveryMode", type: "enum", title: styling_addTitleDiv("Recovery Mode"), description: styling_addDescriptionDiv("Select Recovery mode type (default: Slow)
NOTE: The \"Insane\" and \"Suicidal\" modes may destabilize your mesh if run on more than a few devices at once!"), options: ["Disabled", "Slow", "Normal", "Insane", "Suicidal"], defaultValue: "Disabled")
// END: getMetadataPreferencesForRecoveryMode(defaultMode="Slow")
// BEGIN:getDefaultMetadataPreferencesForDeviceTemperature()
input(name: "tempUnitDisplayed", type: "enum", title: styling_addTitleDiv("Displayed Temperature Unit"), description: "", defaultValue: "0", required: true, multiple: false, options:[["0":"System Default"], ["1":"Celsius"], ["2":"Fahrenheit"], ["3":"Kelvin"]])
input(name: "tempOffset", type: "decimal", title: styling_addTitleDiv("Temperature Offset"), description: styling_addDescriptionDiv("Adjust the temperature by this many degrees."), displayDuringSetup: true, required: false, range: "*..*")
// END: getDefaultMetadataPreferencesForDeviceTemperature()
input(name: "powerOffset", type: "decimal", title: styling_addTitleDiv("Power Offset"), description: styling_addDescriptionDiv("Power Measurement Offset in Watt (-5000 to 5000, default: 0)"), defaultValue: "0", range: "-5000..5000")
input(name: "powerMinimum", type: "decimal", title: styling_addTitleDiv("Power Minimum"), description: styling_addDescriptionDiv("Power Measurement Minimum in Watt, less than this amount is considered 0 (applied AFTER offset), default: 0)"), defaultValue: "0", range: "0..5000")
input(name: "pingType", type: "enum", title: styling_addTitleDiv("Ping Type"),
description: styling_addDescriptionDiv("Try this if response times are slow, it MIGHT help. (default = Disabled)"),
options: ["Disabled", "Read Attribute"], defaultValue: "Disabled")
}
}
final int PING_ATTR = 0x0001 // was 0x0004
// BEGIN:getDeviceInfoFunction()
String getDeviceInfoByName(infoName) {
Map deviceInfo = ['name': 'Zigbee - Aqara Wall Switch (w/ healthStatus)', 'namespace': 'oh-lalabs.com', 'author': 'Markus Liljergren', 'filename': 'zigbee-aqara-wall-switch', 'importUrl': 'https://raw.githubusercontent.com/kkossev/hubitat-Markus-Li-fork/release/drivers/expanded/zigbee-aqara-wall-switch-expanded.groovy']
return(deviceInfo[infoName])
}
// END: getDeviceInfoFunction()
/* These functions are unique to each driver */
Integer refresh(boolean connectButtons=false) {
logging("refresh() model='${getDeviceDataByName('model')}'", 10)
getDriverVersion()
configureHealthCheck()
startCheckEventInterval()
setLogsOffTask(noLogWarning=true)
ArrayList cmd = []
String model = setCleanModelNameWithAcceptedModels(newModelToSet=null)
Integer physicalButtons = 0
Integer buttonCombos = 0
switch(model) {
case "lumi.ctrl_ln1.aq1":
sendEvent(name:"numberOfButtons", value: 2, isStateChange: false, descriptionText: "Aqara Switch (QBKG11LM) detected: set to 2 buttons (physical 1)")
physicalButtons = 1
break
case "lumi.ctrl_ln2.aq1":
sendEvent(name:"numberOfButtons", value: 5, isStateChange: false, descriptionText: "Aqara Switch (QBKG12LM) detected: set to 5 buttons (physical 2)")
physicalButtons = 2
buttonCombos = 1
break
case "lumi.ctrl_neutral1":
sendEvent(name:"numberOfButtons", value: 3, isStateChange: false, descriptionText: "Aqara Switch (QBKG04LM) detected: set to 2 buttons (physical 1)")
physicalButtons = 1
break
case "lumi.ctrl_neutral2":
sendEvent(name:"numberOfButtons", value: 5, isStateChange: false, descriptionText: "Aqara Switch (QBKG03LM) detected: set to 5 buttons (physical 2)")
physicalButtons = 2
buttonCombos = 1
break
case "lumi.relay.c2acn01":
sendEvent(name:"numberOfButtons", value: 5, isStateChange: false, descriptionText: "Aqara Switch (LLZKMK11LM) detected: set to 5 buttons (physical 2)")
physicalButtons = 2
buttonCombos = 1
break
case "lumi.switch.acn047":
sendEvent(name:"numberOfButtons", value: 5, isStateChange: false, descriptionText: "Aqara Switch T2 (LLKZMK12LM) detected: set to 5 buttons (physical 2)")
physicalButtons = 2
buttonCombos = 1
break
case "lumi.switch.n0agl1":
sendEvent(name:"numberOfButtons", value: 2, isStateChange: false, descriptionText: "AqaraSwitch Module T1 Model SSM-U01 (With Neutral) detected: set to 2 buttons (physical 1)")
physicalButtons = 1
buttonCombos = 1
break
// Single
case "lumi.switch.b1nacn02":
sendEvent(name:"numberOfButtons", value: 2, isStateChange: false, descriptionText: "Aqara Switch (???) detected: set to 2 buttons (physical 1)")
physicalButtons = 1
break
case "lumi.switch.b2nacn02":
sendEvent(name:"numberOfButtons", value: 5, isStateChange: false, descriptionText: "Aqara Switch (QBKG24LM) detected: set to 5 buttons (physical 2)")
physicalButtons = 2
buttonCombos = 1
break
case "lumi.switch.b3nacn02":
sendEvent(name:"numberOfButtons", value: 9, isStateChange: false, descriptionText: "Aqara Switch (???) detected: set to 9 buttons (physical 3)")
physicalButtons = 3
buttonCombos = 3
break
case "lumi.switch.b1lacn02":
sendEvent(name:"numberOfButtons", value: 2, isStateChange: false, descriptionText: "Aqara Switch (QBKG21LM) detected: set to 2 buttons (physical 1)")
physicalButtons = 1
break
case "lumi.switch.b2lacn02":
sendEvent(name:"numberOfButtons", value: 5, isStateChange: false, descriptionText: "Aqara Switch (QBKG22LM) detected: set to 5 buttons (physical 2)")
physicalButtons = 2
buttonCombos = 1
break
case "lumi.switch.l3acn3":
sendEvent(name:"numberOfButtons", value: 9, isStateChange: false, descriptionText: "Aqara Switch (QBKG25LM) detected: set to 9 buttons (physical 3)")
physicalButtons = 3
buttonCombos = 3
break
case "lumi.switch.b2laus01":
sendEvent(name:"numberOfButtons", value: 4, isStateChange: false, descriptionText: "Aqara US Switch (WS-USC02) detected: set to 4 buttons (physical 2)")
physicalButtons = 2
buttonCombos = 2
break
case "lumi.switch.l2aeu1": // added kkossev 05/11/2024 H1 EU Wall Switch (No Neutral, Double Rocker)
sendEvent(name:"numberOfButtons", value: 4, isStateChange: false, descriptionText: "Aqara H1 EU Switch (WS-EUK02) detected: set to 4 buttons (physical 2)")
physicalButtons = 2
buttonCombos = 2
break
case "lumi.switch.l1aeu1": // Aqara WS-EUK01 H1 EU Wall Switch (No Neutral, Singe Rocker)
sendEvent(name:"numberOfButtons", value: 4, isStateChange: false, descriptionText: "Aqara H1 EU Switch (WS-EUK02) detected: set to 4 buttons (physical 2)")
physicalButtons = 1
buttonCombos = 1
case "lumi.switch.b2naus01":
sendEvent(name:"numberOfButtons", value: 4, isStateChange: false, descriptionText: "Aqara US Switch (WS-USC04) detected: set to 4 buttons (physical 2)") // (With Neutral, Double Rocker)
physicalButtons = 2
buttonCombos = 2
break
case "lumi.switch.b2nc01":
sendEvent(name:"numberOfButtons", value: 4, isStateChange: false, descriptionText: "Aqara E1 Wall Switch (QBKG41LM) detected: set to 4 buttons (physical 2)") // (With Neutral, Double Rocker)
physicalButtons = 2
buttonCombos = 2
break
case "lumi.switch.b1naus01":
sendEvent(name:"numberOfButtons", value: 2, isStateChange: false, descriptionText: "Aqara US Switch (WS-USC03US) detected: set to 2 buttons (physical 1)")
physicalButtons = 1
buttonCombos = 1
break
default :
sendEvent(name:"numberOfButtons", value: 0, isStateChange: false, descriptionText: "UNKNOWN Button detected: set to 1 button")
updateDataValue("physicalButtons", "0")
}
updateDataValue("physicalButtons", "$physicalButtons")
updateDataValue("buttonCombos", "$buttonCombos")
switch(physicalButtons) {
case 3:
createChildDevice("3")
if(connectButtons == true) setAsConnected(3)
case 2:
createChildDevice("2")
if(connectButtons == true) setAsConnected(2)
case 1:
createChildDevice("1")
if(connectButtons == true) setAsConnected(1)
break
}
if(pingType == "Read Attribute") {
Random rnd = new Random()
schedule("${rnd.nextInt(59)} ${rnd.nextInt(29)}/29 * * * ? *", 'ping')
ping()
}
cmd += zigbee.readAttribute(0x000, 0x0005)
if (isPowerMeter()) {
cmd += zigbee.readAttribute(0x0B04, 0x050B)
}
if (isEnergyMeter()) {
cmd += zigbee.readAttribute(0x0702, 0x0000)
}
logging("refresh cmd: $cmd", 1)
sendZigbeeCommands(cmd)
/* refreshEvents() just sends all current states again, it's a hack for HubConnect */
refreshEvents()
return physicalButtons
}
def initialize() {
logging("initialize()", 100)
unschedule()
Integer physicalButtons = refresh()
configureDevice(physicalButtons)
}
void installed() {
logging("installed()", 100)
Integer physicalButtons = refresh(connectButtons=true)
configureDevice(physicalButtons)
}
void ping() {
logging("ping()", 100)
/* If additional Ping types are needed, please contact the Developer */
List cmd = []
switch(pingType) {
case "Read Attribute" :
//cmd += zigbee.readAttribute(CLUSTER_BASIC, 0x0004)
cmd += zigbee.readAttribute(CLUSTER_BASIC, 0x0001)
break
case null :
case "Disabled" :
default :
unschedule("ping")
break
}
sendZigbeeCommands(cmd)
}
void configureDevice(Integer physicalButtons) {
/* Binding commands borrowed (but modified) from Guyeebas driver */
ArrayList cmd = []
if(physicalButtons > 0) {
for(endpointId in 1..physicalButtons) {
cmd += [
"zdo bind 0x${device.deviceNetworkId} ${endpointId} 0x01 0x0006 {${device.zigbeeId}} {}", "delay 187",
"zdo bind 0x${device.deviceNetworkId} ${endpointId} 0x01 0x000C {${device.zigbeeId}} {}", "delay 188",
"he cr 0x${device.deviceNetworkId} ${endpointId} 0x0006 0 0x10 0 0xE10 {}", "delay 189",
]
}
}
if (isPowerMeter()) {
cmd += zigbee.configureReporting(0x0B04, 0x050B, 0x21, 30, 3600, 0x01, [:], 201)
cmd += zigbee.reportingConfiguration(0x0B04, 0x050B, [:], 101)
}
if (isEnergyMeter()) {
cmd += zigbee.configureReporting(0x0702, 0x0000, 0x25, 0, 3600, 0x00, [:], 202)
cmd += zigbee.reportingConfiguration(0x0702, 0x0000, [:], 102)
}
sendZigbeeCommands(cmd)
}
void updated() {
logging("updated()", 100)
refresh()
}
String setCleanModelNameWithAcceptedModels(String newModelToSet=null) {
return setCleanModelName(newModelToSet=newModelToSet, acceptedModels=[
"lumi.ctrl_neutral1",
"lumi.ctrl_neutral2",
"lumi.ctrl_ln1.aq1",
"lumi.ctrl_ln2.aq1",
"lumi.switch.b1nacn02",
"lumi.switch.b2nacn02",
"lumi.switch.b3nacn02",
"lumi.switch.b1nacn02",
"lumi.switch.b2nacn02",
"lumi.switch.b3nacn02",
"lumi.relay.c2acn01",
"lumi.switch.n0agl1",
"lumi.switch.b2laus01",
"lumi.switch.l2aeu1",
"lumi.switch.l1aeu1",
"lumi.switch.b2naus01",
"lumi.switch.b1naus01",
"lumi.switch.b2nc01",
"lumi.switch.acn047"
])
}
boolean isOldNeutralSwitch(String model=null) {
model = model != null ? model : getDeviceDataByName('model')
switch(model) {
case "lumi.ctrl_ln1.aq1":
case "lumi.ctrl_ln2.aq1":
return true
break
default :
return false
}
}
boolean isOldNoNeutralSwitch(String model=null) {
model = model != null ? model : getDeviceDataByName('model')
switch(model) {
case "lumi.ctrl_neutral1":
case "lumi.ctrl_neutral2":
return true
break
default :
return false
}
}
boolean isD1NeutralSwitch(String model=null) {
model = model != null ? model : getDeviceDataByName('model')
switch(model) {
case "lumi.switch.b1nacn02":
case "lumi.switch.b2nacn02":
case "lumi.switch.b3nacn02":
case "lumi.switch.b2naus01":
case "lumi.switch.b1naus01":
case "lumi.switch.b2nc01":
case "lumi.switch.acn047":
return true
break
default :
return false
}
}
boolean isD1NonNeutralSwitch(String model=null) {
model = model != null ? model : getDeviceDataByName('model')
switch(model) {
case "lumi.switch.b1lacn02":
case "lumi.switch.b2lacn02":
case "lumi.switch.l3acn3":
case "lumi.switch.b2laus01":
case "lumi.switch.l2aeu1":
case "lumi.switch.l1aeu1":
return true
break
default :
return false
}
}
boolean isD1Switch(String model=null) {
return (isD1NeutralSwitch(model) || isD1NonNeutralSwitch(model))
}
boolean isKnownModel(String model=null) {
model = model != null ? model : getDeviceDataByName('model')
switch(model) {
case "lumi.ctrl_neutral1":
case "lumi.ctrl_neutral2":
case "lumi.ctrl_ln1.aq1":
case "lumi.ctrl_ln2.aq1":
case "lumi.switch.b1nacn02":
case "lumi.switch.b2nacn02":
case "lumi.switch.b3nacn02":
case "lumi.switch.b1lacn02":
case "lumi.switch.b2lacn02":
case "lumi.switch.l3acn3":
case "lumi.relay.c2acn01":
case "lumi.switch.acn047":
case "lumi.switch.n0agl1":
case "lumi.switch.b2laus01":
case "lumi.switch.l2aeu1":
case "lumi.switch.l1aeu1":
case "lumi.switch.b2naus01":
case "lumi.switch.b1naus01":
case "lumi.switch.b2nc01":
return true
break
default :
return false
}
}
boolean isLLZKMK11LM(String model=null) {
model = model != null ? model : getDeviceDataByName('model')
switch(model) {
case "lumi.relay.c2acn01":
case "lumi.switch.n0agl1": // added kkossev 06/15/2024
case "lumi.switch.acn047": // added kkossev 06/19/2024
return true
break
default :
return false
}
}
// 0x0B04:050B
boolean isPowerMeter(String model=null) {
model = model != null ? model : getDeviceDataByName('model')
switch(model) {
case "lumi.relay.c2acn01":
case "lumi.switch.n0agl1":
case "lumi.switch.acn047":
case "lumi.switch.b1naus01":
return true
break
default :
return false
}
}
// 0x0702:0000
boolean isEnergyMeter(String model=null) {
model = model != null ? model : getDeviceDataByName('model')
switch(model) {
case "lumi.switch.acn047":
case "lumi.switch.b1naus01":
case "lumi.switch.b2naus01":
case "lumi.switch.n0agl1":
return true
break
default :
return false
}
}
ArrayList parse(String description) {
// BEGIN:getGenericZigbeeParseHeader(loglevel=0)
//logging("PARSE START---------------------", 0)
//logging("Parsing: '${description}'", 0)
//log.trace "Parsing '${description}'"
ArrayList cmd = []
Map msgMap = null
if(description.indexOf('encoding: 4C') >= 0) {
msgMap = zigbee.parseDescriptionAsMap(description.replace('encoding: 4C', 'encoding: F2'))
msgMap = unpackStructInMap(msgMap)
} else if(description.indexOf('attrId: FF01, encoding: 42') >= 0) {
msgMap = zigbee.parseDescriptionAsMap(description.replace('encoding: 42', 'encoding: F2'))
msgMap["encoding"] = "41"
msgMap["value"] = parseXiaomiStruct(msgMap["value"], isFCC0=false, hasLength=true)
} else {
if(description.indexOf('encoding: 42') >= 0) {
List values = description.split("value: ")[1].split("(?<=\\G..)")
String fullValue = values.join()
Integer zeroIndex = values.indexOf("01")
if(zeroIndex > -1) {
//logging("zeroIndex: $zeroIndex, fullValue: $fullValue, string: ${values.take(zeroIndex).join()}", 0)
msgMap = zigbee.parseDescriptionAsMap(description.replace(fullValue, values.take(zeroIndex).join()))
values = values.drop(zeroIndex + 3)
msgMap["additionalAttrs"] = [
["encoding": "41",
"value": parseXiaomiStruct(values.join(), isFCC0=false, hasLength=true)]
]
} else {
msgMap = zigbee.parseDescriptionAsMap(description)
}
} else {
msgMap = zigbee.parseDescriptionAsMap(description)
}
if(msgMap.containsKey("encoding") && msgMap.containsKey("value") && msgMap["encoding"] != "41" && msgMap["encoding"] != "42") {
msgMap["valueParsed"] = zigbee_generic_decodeZigbeeData(msgMap["value"], msgMap["encoding"])
}
if(msgMap == [:] && description.indexOf("zone") == 0) {
msgMap["type"] = "zone"
java.util.regex.Matcher zoneMatcher = description =~ /.*zone.*status.*0x(?([0-9a-fA-F][0-9a-fA-F])+).*extended.*status.*0x(?([0-9a-fA-F][0-9a-fA-F])+).*/
if(zoneMatcher.matches()) {
msgMap["parsed"] = true
msgMap["status"] = zoneMatcher.group("status")
msgMap["statusInt"] = Integer.parseInt(msgMap["status"], 16)
msgMap["statusExtended"] = zoneMatcher.group("statusExtended")
msgMap["statusExtendedInt"] = Integer.parseInt(msgMap["statusExtended"], 16)
} else {
msgMap["parsed"] = false
}
}
}
//logging("msgMap: ${msgMap}", 0)
// END: getGenericZigbeeParseHeader(loglevel=0)
//logging("Parse START: description:${description} | parseMap:${msgMap}", 0)
String model = getDeviceDataByName('model')
switch(msgMap["cluster"] + '_' + msgMap["attrId"]) {
case "0000_FF01":
if(msgMap["encoding"] == "42") {
msgMap = zigbee.parseDescriptionAsMap(description.replace('encoding: 42', 'encoding: 41'))
msgMap["value"] = parseXiaomiStruct(msgMap["value"], isFCC0=false)
}
if(sendlastCheckinEvent(minimumMinutesToRepeat=45) == true) {
logging("Sending request to read attribute 0x$PING_ATTR from cluster 0x0000...", 100)
sendZigbeeCommands(zigbee.readAttribute(CLUSTER_BASIC, PING_ATTR))
}
if(isKnownModel() == true && isD1Switch() == false) {
log.warn("Known model: $model - PLEASE REPORT THIS LOG TO THE DEV - description:${description} | parseMap:${msgMap}")
} else {
logging("KNOWN event (Xiaomi/Aqara specific data structure) - description:${description} | parseMap:${msgMap}", 1)
}
if(msgMap["value"].containsKey("power")) {
sendPowerEvent(msgMap["value"]["power"])
}
if(msgMap["value"].containsKey("deviceTemperature")) {
List adjustedTemp = sensor_data_getAdjustedTempAlternative(msgMap["value"]["deviceTemperature"] )
String tempUnit = adjustedTemp[0]
BigDecimal t = adjustedTemp[1]
logging("Sending temperature event (Temperature: $t $tempUnit)", 100)
sendEvent(name:"temperature", value: t, unit: "$tempUnit", isStateChange: true)
}
break
case "0000_FFF0":
//logging("KNOWN event - Button held - description:${description} | parseMap:${msgMap}", 0)
case "0000_0001":
logging("Application version event (ping response) - description:${description} | parseMap:${msgMap}", 1)
logging("Pong", 100)
break
case "0000_0004":
logging("Manufacturer Name Received - description:${description} | parseMap:${msgMap}", 0)
break
case "0000_0005":
logging("Model Name Received - description:${description} | parseMap:${msgMap}", 1)
setCleanModelName(newModelToSet=msgMap["value"])
break
case "x0000_0006":
logging("Manufacturer Date Received - description:${description} | parseMap:${msgMap}", 100)
break
case "0006_0000":
logging("On/Off Button press - description:${description} | parseMap:${msgMap}", 1)
Integer endpoint = Integer.parseInt(msgMap["endpoint"], 16)
Integer button = null
Integer physicalButtons = Integer.parseInt(getDeviceDataByName('physicalButtons'))
Integer usableButtons = physicalButtons == 1 ? 1 : physicalButtons + 1
if(isD1Switch() == true) {
sendOnOffEvent(endpoint, msgMap['valueParsed'])
} else if(isOldNoNeutralSwitch() == true) {
if(endpoint == 2 || endpoint == 3) {
if(msgMap['valueParsed'] == true) {
logging("Turning ON relay ${endpoint-1} (endpoint: $endpoint)", 100)
} else {
logging("Turning OFF relay ${endpoint-1} (endpoint: $endpoint)", 100)
}
sendOnOffEvent(endpoint-1, msgMap['valueParsed'])
} else {
button = endpoint - 3
if(msgMap.containsKey("additionalAttrs") == true && msgMap["additionalAttrs"][0]["value"] == "01") {
logging("Pushed button $button (endpoint: $endpoint)", 100)
sendEvent(name:"pushed", value: button, isStateChange: true, descriptionText: "Button $button was tapped 1 time")
} else {
if(msgMap["value"] == "01") {
logging("Released button $button (endpoint: $endpoint)", 100)
sendEvent(name:"released", value: button, isStateChange: true, descriptionText: "Button $button was released")
} else if(msgMap["value"] == "02") {
logging("Double Tapped button $button (endpoint: $endpoint)", 100)
sendEvent(name:"doubleTapped", value: button, isStateChange: true, descriptionText: "Button $button was double-tapped")
sendEvent(name:"pushed", value: usableButtons + button, isStateChange: true, descriptionText: "Button $button was double-tapped")
} else {
logging("Held button $button (endpoint: $endpoint, usableButtons: $usableButtons)", 100)
sendEvent(name:"held", value: button, isStateChange: true, descriptionText: "Button $button was held")
sendEvent(name:"pushed", value: (usableButtons*2) + button, isStateChange: true, descriptionText: "Button $button was held")
}
}
}
} else {
log.warn("Cluster 0x0006 NOT YET IMPLEMENTED for this model ($model) - PLEASE REPORT THIS LOG TO THE DEV - description:${description} | parseMap:${msgMap}")
}
break
case "000C_0055":
if(msgMap["valueParsed"] < 1 || msgMap["value"].reverse().take(4) != "0000") {
if(sendPowerEvent(msgMap["valueParsed"]) == true) {
logging("WATT - description:${description} | parseMap:${msgMap}", 100)
}
} else {
logging("SKIP WATT - description:${description} | parseMap:${msgMap}", 1)
}
if(isKnownModel() == true && isD1Switch() == false) {
log.warn("Known model: $model - PLEASE REPORT THIS LOG TO THE DEV - description:${description} | parseMap:${msgMap}")
}
break
case "0012_0055":
logging("Multistate - description:${description} | parseMap:${msgMap}", 100)
Integer taps = msgMap["valueParsed"]
Integer endpoint = Long.parseLong(msgMap["endpoint"], 16)
Integer physicalButtons = getDeviceDataByName('physicalButtons') != null ? getDeviceDataByName('physicalButtons').toInteger() : 0
Integer physicalButton = endpoint
Integer buttonCombos = getDeviceDataByName('buttonCombos') != null ? getDeviceDataByName('buttonCombos').toInteger() : 0
if(isD1NeutralSwitch() == true) {
physicalButton -= 4
} else if(isD1NonNeutralSwitch() == true) {
physicalButton -= 40
if(physicalButton > 10) {
physicalButton -= 10
physicalButton += physicalButtons
}
}
Integer button = physicalButton + ((taps - 1) * (physicalButtons + buttonCombos))
logging("Multistate - endpoint: $endpoint, taps: $taps, physicalButton: $physicalButton, physicalButtons: $physicalButtons, button: $button", 100)
logging("Button $button was pushed", 100)
sendEvent(name:"pushed", value: button, isStateChange: true, descriptionText: "Button $physicalButton was tapped $taps time(s)")
if(taps == 2) {
logging("Button $physicalButton was double tapped", 100)
sendEvent(name:"doubleTapped", value: physicalButton, isStateChange: true, descriptionText: "Button $physicalButton was double tapped")
}
if(isKnownModel() == true && isD1Switch() == false) {
log.warn("Known model: $model - PLEASE REPORT THIS LOG TO THE DEV - description:${description} | parseMap:${msgMap}")
}
break
case 'FCC0_000A' :
case 'FCC0_0200' :
case 'FCC0_02D0' :
case 'FCC0_0203' :
case 'FCC0_0517' :
case 'FCC0_0289' :
case 'FCC0_00EB' :
logging("Xiaomi message - ignored ${msgMap}", 0)
break
case 'FCC0_00F7' :
logging("Xiaomi heart-beat message - ignored", 0)
break
case '0B04_050B' :
sendPowerEvent(hexStringToBigInteger(msgMap["value"]) / 10.0)
break
case '0702_0000' :
sendEnergyEvent(hexStringToBigInteger(msgMap["value"]) / 1000.0)
break
default :
switch(msgMap["clusterId"]) {
case "0000":
break
case "0006":
logging("OnOff Cluster 0006 catchall - description:${description} | parseMap:${msgMap}", 100)
sendOnOffEvent(Integer.parseInt(msgMap['sourceEndpoint'], 16), msgMap['data'][0] == '01')
if(isKnownModel() == true && isD1Switch() == false && isOldNoNeutralSwitch() == false) {
log.warn("Known model: $model - PLEASE REPORT THIS LOG TO THE DEV - description:${description} | parseMap:${msgMap}")
}
break
case "000A":
logging("KNOWN QUERY TIME CLUSTER - heartbeat - description:${description} | parseMap:${msgMap}", 0)
if(msgMap["command"] == "00" && sendlastCheckinEvent(minimumMinutesToRepeat=60) == true) {
logging("Sending request to read attribute 0x$PING_ATTR from cluster 0x0000...", 1)
sendZigbeeCommands(zigbee.readAttribute(CLUSTER_BASIC, PING_ATTR))
}
if(isKnownModel() == true && isD1Switch() == false && isOldNoNeutralSwitch() == false) {
log.warn("Known model: $model - PLEASE REPORT THIS LOG TO THE DEV - description:${description} | parseMap:${msgMap}")
}
break
case "0013":
//logging("MULTISTATE CLUSTER EVENT - description:${description} | parseMap:${msgMap}", 0)
break
case "8021":
//logging("General catchall - description:${description} | parseMap:${msgMap}", 0)
break
default :
if (msgMap['command'] in ['07', '09']) {
logging("received reporting configuration responese Event - description:${description} | msgMap:${msgMap}", 1)
}
else {
log.warn "Unhandled Event PLEASE REPORT TO DEV - description:${description} | msgMap:${msgMap}"
}
break
}
break
}
if(isKnownModel() == false) {
log.warn("Unknown model ($model) - PLEASE REPORT THIS LOG TO THE DEV - description:${description} | parseMap:${msgMap}")
}
// added kkossev 06/20/2024
if(hasCorrectCheckinEvents(maximumMinutesBetweenEvents=90) == false) {
sendZigbeeCommands(zigbee.readAttribute(CLUSTER_BASIC, PING_ATTR))
}
sendlastCheckinEvent(minimumMinutesToRepeat=30)
// BEGIN:getGenericZigbeeParseFooter(loglevel=0)
//logging("PARSE END-----------------------", 0)
msgMap = null
return cmd
// END: getGenericZigbeeParseFooter(loglevel=0)
}
void sendOnOffEvent(Integer endpoint, boolean state) {
if(state == true) {
getChildDevice(buildChildDeviceId(endpoint)).parse([[name: "switch", value: "on", isStateChange: false, descriptionText: "Switch turned ON"]])
} else {
getChildDevice(buildChildDeviceId(endpoint)).parse([[name: "switch", value: "off", isStateChange: false, descriptionText: "Switch turned OFF"]])
}
}
boolean sendPowerEvent(Float power) {
Float variancePercent = 0.10
if(powerOffset != null) power = (power ?: 0) + powerOffset
if(power < 0 ) power = 0
if(powerMinimum != null && power < powerMinimum) power = 0
Float oldPower = device.currentValue('power') == null ? null : device.currentValue('power')
if(oldPower == null) {
logging("Power: $power (oldPower: $oldPower)", 1)
} else {
logging("Power: $power (oldPower: $oldPower, lower: ${oldPower * (1-variancePercent)}, upper: ${oldPower * (1+variancePercent)})", 1)
}
if(oldPower == null || power < oldPower * (1-variancePercent) || power > oldPower * (1+variancePercent)) {
logging("Sending Power event: ${power}W (old Power: ${oldPower}W)", 1)
sendEvent(name:"power", value: power, unit: "W", isStateChange: true)
//sendEvent(name:"powerWithUnit", value: "${power}W", isStateChange: true)
return true
} else {
logging("SKIPPING Power event: ${power}W (old Power: ${oldPower}W)", 1)
return false
}
}
boolean sendEnergyEvent(Float energy) {
Float variancePercent = 0.10
if(energyOffset != null) energy = energy + energyOffset
if(energy < 0 ) energy = 0
if(energyMinimum != null && energy < energyMinimum) energy = 0
Float oldEnergy = device.currentValue('energy') == null ? 0 : device.currentValue('energy')
logging("Energy: $energy (oldEnergy: $oldEnergy, lower: ${oldEnergy * (1-variancePercent)}, upper: ${oldEnergy * (1+variancePercent)})", 1)
if(oldEnergy == null || energy < oldEnergy * (1-variancePercent) || energy > oldEnergy * (1+variancePercent)) {
logging("Sending Energy event: ${energy}kWh (old Energy: ${oldEnergy}kWh)", 1)
sendEvent(name:"energy", value: energy, unit: "kWh", isStateChange: true)
return true
} else {
logging("SKIPPING Energy event: ${energy}kWh (old Energy: ${oldEnergy}kWh)", 1)
return false
}
}
void push(Number btn) {}
void doubleTap(Number btn) {}
void held(Number btn) {}
void release(Number btn) {}
String buildChildDeviceId(Integer relayId) {
return "$device.id-$relayId"
}
Integer getRelayIdFromChildId(String childId) {
Integer relayId = childId.split('-')[1].toInteger()
if(isOldNoNeutralSwitch() == true) relayId += 1
return relayId
}
void createChildDevice(String id) {
String driver = "Generic Component Switch"
String name = "Virtual Switch"
String type = "1 virtual switch"
try {
logging("Making device with type $type and id $device.id-$id", 100)
com.hubitat.app.DeviceWrapper cd = addChildDevice("hubitat", driver, "$device.id-$id", [name: "$name $id", label: "$name $id", isComponent: false])
cd.parse([[name: "switch", value: 'off', isStateChange: true, descriptionText: "Switch Initialized as OFF"]])
} catch (com.hubitat.app.exception.UnknownDeviceTypeException e) {
log.error "'$driver' driver can't be found! This is supposed to be built-in! Is your hub broken?"
} catch (java.lang.IllegalArgumentException e) {
logging("Do nothing - The device already exists", 100)
}
}
/**
* --------- COMPONENT METHODS ---------
*/
void componentRefresh(com.hubitat.app.DeviceWrapper cd) {
logging("componentRefresh() from $cd.deviceNetworkId", 1)
Integer relayId = getRelayIdFromChildId(cd.deviceNetworkId)
sendZigbeeCommands(zigbeeReadAttribute(relayId, 0x0006, 0x00))
}
void componentOn(com.hubitat.app.DeviceWrapper cd) {
logging("componentOn() from $cd.deviceNetworkId", 1)
Integer relayId = getRelayIdFromChildId(cd.deviceNetworkId)
sendZigbeeCommands(zigbeeCommand(relayId, 0x0006, 0x01))
}
void componentOff(com.hubitat.app.DeviceWrapper cd) {
logging("componentOff() from $cd.deviceNetworkId", 1)
Integer relayId = getRelayIdFromChildId(cd.deviceNetworkId)
sendZigbeeCommands(zigbeeCommand(relayId, 0x0006, 0x00))
}
/**
* --------- WRITE ATTRIBUTE METHODS ---------
*/
void sendToFF22(String hex) {
Long parsedHex = Long.parseLong(hex, 16)
logging("FF22: hex = $hex, parsedHex = $parsedHex", 100)
sendZigbeeCommands(zigbeeWriteAttribute(0x0000, 0xFF22, DataType.UINT8, (Integer) parsedHex, [mfgCode: "0x115F"]))
}
void sendToFF23(String hex) {
Long parsedHex = Long.parseLong(hex, 16)
logging("FF23: hex = $hex, parsedHex = $parsedHex", 100)
sendZigbeeCommands(zigbeeWriteAttribute(0x0000, 0xFF23, DataType.UINT8, (Integer) parsedHex, [mfgCode: "0x115F"]))
}
void setAsDisconnected(BigDecimal button) {
logging("setAsDisconnected(button=$button)", 100)
button = button < 1 ? 1 : button > 3 ? 3 : button
Integer attribute = 0xFF21 + button
Integer value = 0xFE
if(isLLZKMK11LM() == true) {
value = 0xFF
}
sendZigbeeCommands(zigbeeWriteAttribute(0x0000, attribute, DataType.UINT8, value, [mfgCode: "0x115F"]))
sendEvent(name:"button$button", value: "disconnected", isStateChange: false)
}
void setAsConnected(BigDecimal button) {
logging("setAsConnected(button=$button)", 100)
button = button < 1 ? 1 : button > 3 ? 3 : button
Integer attribute = 0xFF21 + button
Integer value = 0x12 + ((button - 1) * 0x10)
if(isLLZKMK11LM() == true) {
value = button == 1 ? 0x2F : 0xF2
}
sendZigbeeCommands(zigbeeWriteAttribute(0x0000, attribute, DataType.UINT8, value, [mfgCode: "0x115F"]))
sendEvent(name:"button$button", value: "connected", isStateChange: false)
}
/**
* --------- READ ATTRIBUTE METHODS ---------
*/
/**
* -----------------------------------------------------------------------------
* Everything below here are LIBRARY includes and should NOT be edited manually!
* -----------------------------------------------------------------------------
* --- Nothings to edit here, move along! --------------------------------------
* -----------------------------------------------------------------------------
*/
def driverVersionAndTimeStamp() {version()+' '+timeStamp()}
// BEGIN:getDefaultFunctions()
private String getDriverVersion() {
comment = "Works with model QBKG24LM, QBKG03LM and QBKG04LM, need traffic logs for QBKG11LM, QBKG12LM & LLZKMK11LM etc. (ALL needs testing!)"
if(comment != "") state.comment = comment
String version = driverVersionAndTimeStamp() // was "v1.0.1.1123"
logging("getDriverVersion() = ${version}", 100)
sendEvent(name: "driver", value: version)
updateDataValue('driver', version)
return version
}
// END: getDefaultFunctions()
// BEGIN:getLoggingFunction()
private boolean logging(message, level) {
boolean didLogging = false
Integer logLevelLocal = 0
if (infoLogging == null || infoLogging == true) {
logLevelLocal = 100
}
if (debugLogging == true) {
logLevelLocal = 1
}
if (logLevelLocal != 0){
switch (logLevelLocal) {
case 1:
if (level >= 1 && level < 99) {
log.debug "$message"
didLogging = true
} else if (level == 100) {
log.info "$message"
didLogging = true
}
break
case 100:
if (level == 100 ) {
log.info "$message"
didLogging = true
}
break
}
}
return didLogging
}
// END: getLoggingFunction()
// BEGIN:getHelperFunctions('zigbee-generic')
private getCLUSTER_BASIC() { 0x0000 }
private getCLUSTER_POWER() { 0x0001 }
private getCLUSTER_WINDOW_COVERING() { 0x0102 }
private getCLUSTER_WINDOW_POSITION() { 0x000d }
private getCLUSTER_ON_OFF() { 0x0006 }
private getBASIC_ATTR_POWER_SOURCE() { 0x0007 }
private getPOWER_ATTR_BATTERY_PERCENTAGE_REMAINING() { 0x0021 }
private getPOSITION_ATTR_VALUE() { 0x0055 }
private getCOMMAND_OPEN() { 0x00 }
private getCOMMAND_CLOSE() { 0x01 }
private getCOMMAND_PAUSE() { 0x02 }
private getENCODING_SIZE() { 0x39 }
void updateNeededSettings() {
}
void refreshEvents() {
}
ArrayList zigbeeCommand(Integer cluster, Integer command, Map additionalParams, int delay = 201, String... payload) {
ArrayList cmd = zigbee.command(cluster, command, additionalParams, delay, payload)
cmd[0] = cmd[0].replace('0xnull', '0x01')
return cmd
}
ArrayList zigbeeCommand(Integer cluster, Integer command, int delay = 202, String... payload) {
ArrayList cmd = zigbee.command(cluster, command, [:], delay, payload)
cmd[0] = cmd[0].replace('0xnull', '0x01')
return cmd
}
ArrayList zigbeeCommand(Integer endpoint, Integer cluster, Integer command, int delay = 203, String... payload) {
zigbeeCommand(endpoint, cluster, command, [:], delay, payload)
}
ArrayList zigbeeCommand(Integer endpoint, Integer cluster, Integer command, Map additionalParams, int delay = 204, String... payload) {
String mfgCode = ""
if(additionalParams.containsKey("mfgCode")) {
mfgCode = " {${HexUtils.integerToHexString(HexUtils.hexStringToInt(additionalParams.get("mfgCode")), 2)}}"
}
String finalPayload = payload != null && payload != [] ? payload[0] : ""
String cmdArgs = "0x${device.deviceNetworkId} 0x${HexUtils.integerToHexString(endpoint, 1)} 0x${HexUtils.integerToHexString(cluster, 2)} " +
"0x${HexUtils.integerToHexString(command, 1)} " +
"{$finalPayload}" +
"$mfgCode"
ArrayList cmd = ["he cmd $cmdArgs", "delay $delay"]
return cmd
}
ArrayList zigbeeWriteAttribute(Integer cluster, Integer attributeId, Integer dataType, Integer value, Map additionalParams = [:], int delay = 199) {
ArrayList cmd = zigbee.writeAttribute(cluster, attributeId, dataType, value, additionalParams, delay)
cmd[0] = cmd[0].replace('0xnull', '0x01')
return cmd
}
ArrayList zigbeeWriteAttribute(Integer endpoint, Integer cluster, Integer attributeId, Integer dataType, Integer value, Map additionalParams = [:], int delay = 198) {
logging("zigbeeWriteAttribute()", 1)
String mfgCode = ""
if(additionalParams.containsKey("mfgCode")) {
mfgCode = " {${HexUtils.integerToHexString(HexUtils.hexStringToInt(additionalParams.get("mfgCode")), 2)}}"
}
String wattrArgs = "0x${device.deviceNetworkId} $endpoint 0x${HexUtils.integerToHexString(cluster, 2)} " +
"0x${HexUtils.integerToHexString(attributeId, 2)} " +
"0x${HexUtils.integerToHexString(dataType, 1)} " +
"{${HexUtils.integerToHexString(value, 1)}}" +
"$mfgCode"
ArrayList cmd = ["he wattr $wattrArgs", "delay $delay"]
logging("zigbeeWriteAttribute cmd=$cmd", 1)
return cmd
}
ArrayList zigbeeReadAttribute(Integer cluster, Integer attributeId, Map additionalParams = [:], int delay = 205) {
ArrayList cmd = zigbee.readAttribute(cluster, attributeId, additionalParams, delay)
cmd[0] = cmd[0].replace('0xnull', '0x01')
return cmd
}
ArrayList zigbeeReadAttribute(Integer endpoint, Integer cluster, Integer attributeId, int delay = 206) {
ArrayList cmd = ["he rattr 0x${device.deviceNetworkId} ${endpoint} 0x${HexUtils.integerToHexString(cluster, 2)} 0x${HexUtils.integerToHexString(attributeId, 2)} {}", "delay $delay"]
return cmd
}
ArrayList zigbeeWriteLongAttribute(Integer cluster, Integer attributeId, Integer dataType, Long value, Map additionalParams = [:], int delay = 207) {
return zigbeeWriteLongAttribute(1, cluster, attributeId, dataType, value, additionalParams, delay)
}
ArrayList zigbeeWriteLongAttribute(Integer endpoint, Integer cluster, Integer attributeId, Integer dataType, Long value, Map additionalParams = [:], int delay = 208) {
logging("zigbeeWriteLongAttribute()", 1)
String mfgCode = ""
if(additionalParams.containsKey("mfgCode")) {
mfgCode = " {${HexUtils.integerToHexString(HexUtils.hexStringToInt(additionalParams.get("mfgCode")), 2)}}"
}
String wattrArgs = "0x${device.deviceNetworkId} $endpoint 0x${HexUtils.integerToHexString(cluster, 2)} " +
"0x${HexUtils.integerToHexString(attributeId, 2)} " +
"0x${HexUtils.integerToHexString(dataType, 1)} " +
"{${Long.toHexString(value)}}" +
"$mfgCode"
ArrayList cmd = ["he wattr $wattrArgs", "delay $delay"]
logging("zigbeeWriteLongAttribute cmd=$cmd", 1)
return cmd
}
void sendZigbeeCommand(String cmd) {
logging("sendZigbeeCommand(cmd=$cmd)", 1)
sendZigbeeCommands([cmd])
}
void sendZigbeeCommands(ArrayList cmd) {
logging("sendZigbeeCommands(cmd=$cmd)", 1)
hubitat.device.HubMultiAction allActions = new hubitat.device.HubMultiAction()
cmd.each {
allActions.add(new hubitat.device.HubAction(it, hubitat.device.Protocol.ZIGBEE))
}
sendHubCommand(allActions)
}
String setCleanModelName(String newModelToSet=null, List acceptedModels=null) {
String model = newModelToSet != null ? newModelToSet : getDeviceDataByName('model')
model = model == null ? "null" : model
String newModel = model.replaceAll("[^A-Za-z0-9.\\-_ ]", "")
boolean found = false
if(acceptedModels != null) {
acceptedModels.each {
if(found == false && newModel.startsWith(it) == true) {
newModel = it
found = true
}
}
}
logging("dirty model = $model, clean model=$newModel", 1)
updateDataValue('model', newModel)
return newModel
}
void resetBatteryReplacedDate(boolean forced=true) {
if(forced == true || device.currentValue('batteryLastReplaced') == null) {
sendEvent(name: "batteryLastReplaced", value: new Date().format('yyyy-MM-dd HH:mm:ss'))
}
}
void parseAndSendBatteryStatus(BigDecimal vCurrent) {
BigDecimal vMin = vMinSetting == null ? 2.5 : vMinSetting
BigDecimal vMax = vMaxSetting == null ? 3.0 : vMaxSetting
BigDecimal bat = 0
if(vMax - vMin > 0) {
bat = ((vCurrent - vMin) / (vMax - vMin)) * 100.0
} else {
bat = 100
}
bat = bat.setScale(0, BigDecimal.ROUND_HALF_UP)
bat = bat > 100 ? 100 : bat
vCurrent = vCurrent.setScale(3, BigDecimal.ROUND_HALF_UP)
logging("Battery event: $bat% (V = $vCurrent)", 1)
sendEvent(name:"battery", value: bat, unit: "%", isStateChange: false)
}
Map unpackStructInMap(Map msgMap, String originalEncoding="4C") {
msgMap['encoding'] = originalEncoding
List values = msgMap['value'].split("(?<=\\G..)")
logging("unpackStructInMap() values=$values", 1)
Integer numElements = Integer.parseInt(values.take(2).reverse().join(), 16)
values = values.drop(2)
List r = []
Integer cType = null
List ret = null
while(values != []) {
cType = Integer.parseInt(values.take(1)[0], 16)
values = values.drop(1)
ret = zigbee_generic_convertStructValueToList(values, cType)
r += ret[0]
values = ret[1]
}
if(r.size() != numElements) throw new Exception("The STRUCT specifies $numElements elements, found ${r.size()}!")
msgMap['value'] = r
return msgMap
}
Map parseXiaomiStruct(String xiaomiStruct, boolean isFCC0=false, boolean hasLength=false) {
Map tags = [
'01': 'battery',
'03': 'deviceTemperature',
'04': 'unknown1',
'05': 'RSSI_dB',
'06': 'LQI',
'07': 'unknown2',
'08': 'unknown3',
'09': 'unknown4',
'0A': 'routerid',
'0B': 'unknown5',
'0C': 'unknown6',
'6429': 'temperature',
'6410': 'openClose',
'6420': 'curtainPosition',
'6521': 'humidity',
'6510': 'switch2',
'66': 'pressure',
'6E': 'unknown10',
'6F': 'unknown11',
'95': 'consumption',
'96': 'voltage',
'98': 'power',
'9721': 'gestureCounter1',
'9739': 'consumption',
'9821': 'gestureCounter2',
'9839': 'power',
'99': 'gestureCounter3',
'9A21': 'gestureCounter4',
'9A20': 'unknown7',
'9A25': 'accelerometerXYZ',
'9B': 'unknown9',
]
if(isFCC0 == true) {
tags['05'] = 'numBoots'
tags['6410'] = 'onOff'
tags['95'] = 'current'
}
List values = xiaomiStruct.split("(?<=\\G..)")
if(hasLength == true) values = values.drop(1)
Map r = [:]
r["raw"] = [:]
String cTag = null
String cTypeStr = null
Integer cType = null
String cKey = null
List ret = null
while(values != []) {
cTag = values.take(1)[0]
values = values.drop(1)
cTypeStr = values.take(1)[0]
cType = Integer.parseInt(cTypeStr, 16)
values = values.drop(1)
if(tags.containsKey(cTag+cTypeStr)) {
cKey = tags[cTag+cTypeStr]
} else if(tags.containsKey(cTag)) {
cKey = tags[cTag]
} else {
cKey = "unknown${cTag}${cTypeStr}"
log.warn("PLEASE REPORT TO DEV - The Xiaomi Struct used an unrecognized tag: 0x$cTag (type: 0x$cTypeStr) (struct: $xiaomiStruct)")
}
ret = zigbee_generic_convertStructValue(r, values, cType, cKey, cTag)
r = ret[0]
values = ret[1]
}
return r
}
Map parseAttributeStruct(List data, boolean hasLength=false) {
Map tags = [
'0000': 'ZCLVersion',
'0001': 'applicationVersion',
'0002': 'stackVersion',
'0003': 'HWVersion',
'0004': 'manufacturerName',
'0005': 'dateCode',
'0006': 'modelIdentifier',
'0007': 'powerSource',
'0010': 'locationDescription',
'0011': 'physicalEnvironment',
'0012': 'deviceEnabled',
'0013': 'alarmMask',
'0014': 'disableLocalConfig',
'4000': 'SWBuildID',
]
List values = data
if(hasLength == true) values = values.drop(1)
Map r = [:]
r["raw"] = [:]
String cTag = null
String cTypeStr = null
Integer cType = null
String cKey = null
List ret = null
while(values != []) {
cTag = values.take(2).reverse().join()
values = values.drop(2)
values = values.drop(1)
cTypeStr = values.take(1)[0]
cType = Integer.parseInt(cTypeStr, 16)
values = values.drop(1)
if(tags.containsKey(cTag+cTypeStr)) {
cKey = tags[cTag+cTypeStr]
} else if(tags.containsKey(cTag)) {
cKey = tags[cTag]
} else {
throw new Exception("The Xiaomi Struct used an unrecognized tag: 0x$cTag (type: 0x$cTypeStr)")
}
ret = zigbee_generic_convertStructValue(r, values, cType, cKey, cTag)
r = ret[0]
values = ret[1]
}
return r
}
def zigbee_generic_decodeZigbeeData(String value, String cTypeStr, boolean reverseBytes=true) {
List values = value.split("(?<=\\G..)")
values = reverseBytes == true ? values.reverse() : values
Integer cType = Integer.parseInt(cTypeStr, 16)
Map rMap = [:]
rMap['raw'] = [:]
List ret = zigbee_generic_convertStructValue(rMap, values, cType, "NA", "NA")
return ret[0]["NA"]
}
List zigbee_generic_convertStructValueToList(List values, Integer cType) {
Map rMap = [:]
rMap['raw'] = [:]
List ret = zigbee_generic_convertStructValue(rMap, values, cType, "NA", "NA")
return [ret[0]["NA"], ret[1]]
}
List zigbee_generic_convertStructValue(Map r, List values, Integer cType, String cKey, String cTag) {
String cTypeStr = cType != null ? integerToHexString(cType, 1) : null
switch(cType) {
case 0x10:
r["raw"][cKey] = values.take(1)[0]
r[cKey] = Integer.parseInt(r["raw"][cKey], 16) != 0
values = values.drop(1)
break
case 0x18:
case 0x20:
r["raw"][cKey] = values.take(1)[0]
r[cKey] = Integer.parseInt(r["raw"][cKey], 16)
values = values.drop(1)
break
case 0x19:
case 0x21:
r["raw"][cKey] = values.take(2).reverse().join()
r[cKey] = Integer.parseInt(r["raw"][cKey], 16)
values = values.drop(2)
break
case 0x1A:
case 0x22:
r["raw"][cKey] = values.take(3).reverse().join()
r[cKey] = Integer.parseInt(r["raw"][cKey], 16)
values = values.drop(3)
break
case 0x1B:
case 0x23:
r["raw"][cKey] = values.take(4).reverse().join()
r[cKey] = Long.parseLong(r["raw"][cKey], 16)
values = values.drop(4)
break
case 0x1C:
case 0x24:
r["raw"][cKey] = values.take(5).reverse().join()
r[cKey] = Long.parseLong(r["raw"][cKey], 16)
values = values.drop(5)
break
case 0x1D:
case 0x25:
r["raw"][cKey] = values.take(6).reverse().join()
r[cKey] = Long.parseLong(r["raw"][cKey], 16)
values = values.drop(6)
break
case 0x1E:
case 0x26:
r["raw"][cKey] = values.take(7).reverse().join()
r[cKey] = Long.parseLong(r["raw"][cKey], 16)
values = values.drop(7)
break
case 0x1F:
case 0x27:
r["raw"][cKey] = values.take(8).reverse().join()
r[cKey] = new BigInteger(r["raw"][cKey], 16)
values = values.drop(8)
break
case 0x28:
r["raw"][cKey] = values.take(1).reverse().join()
r[cKey] = convertToSignedInt8(Integer.parseInt(r["raw"][cKey], 16))
values = values.drop(1)
break
case 0x29:
r["raw"][cKey] = values.take(2).reverse().join()
r[cKey] = (Integer) (short) Integer.parseInt(r["raw"][cKey], 16)
values = values.drop(2)
break
case 0x2B:
r["raw"][cKey] = values.take(4).reverse().join()
r[cKey] = (Integer) Long.parseLong(r["raw"][cKey], 16)
values = values.drop(4)
break
case 0x30:
r["raw"][cKey] = values.take(1)[0]
r[cKey] = Integer.parseInt(r["raw"][cKey], 16)
values = values.drop(1)
break
case 0x31:
r["raw"][cKey] = values.take(2).reverse().join()
r[cKey] = Integer.parseInt(r["raw"][cKey], 16)
values = values.drop(2)
break
case 0x39:
r["raw"][cKey] = values.take(4).reverse().join()
r[cKey] = parseSingleHexToFloat(r["raw"][cKey])
values = values.drop(4)
break
case 0x42:
Integer strLength = Integer.parseInt(values.take(1)[0], 16)
values = values.drop(1)
r["raw"][cKey] = values.take(strLength)
r[cKey] = r["raw"][cKey].collect {
(char)(int) Integer.parseInt(it, 16)
}.join()
values = values.drop(strLength)
break
default :
throw new Exception("The Struct used an unrecognized type: $cTypeStr ($cType) for tag 0x$cTag with key $cKey (values: $values, map: $r)")
}
return [r, values]
}
ArrayList zigbeeWriteHexStringAttribute(Integer cluster, Integer attributeId, Integer dataType, String value, Map additionalParams = [:], int delay = 209) {
logging("zigbeeWriteBigIntegerAttribute()", 1)
String mfgCode = ""
if(additionalParams.containsKey("mfgCode")) {
mfgCode = " {${integerToHexString(HexUtils.hexStringToInt(additionalParams.get("mfgCode")), 2, reverse=true)}}"
}
String wattrArgs = "0x${device.deviceNetworkId} 0x01 0x${HexUtils.integerToHexString(cluster, 2)} " +
"0x${HexUtils.integerToHexString(attributeId, 2)} " +
"0x${HexUtils.integerToHexString(dataType, 1)} " +
"{${value.split("(?<=\\G..)").reverse().join()}}" +
"$mfgCode"
ArrayList cmd = ["he wattr $wattrArgs", "delay $delay"]
logging("zigbeeWriteBigIntegerAttribute cmd=$cmd", 1)
return cmd
}
ArrayList zigbeeReadAttributeList(Integer cluster, List attributeIds, Map additionalParams = [:], int delay = 211) {
logging("zigbeeReadAttributeList()", 1)
String mfgCode = "0000"
if(additionalParams.containsKey("mfgCode")) {
mfgCode = "${integerToHexString(HexUtils.hexStringToInt(additionalParams.get("mfgCode")), 2, reverse=true)}"
log.error "Manufacturer code support is NOT implemented!"
}
List attributeIdsString = []
attributeIds.each { attributeIdsString.add(integerToHexString(it, 2, reverse=true)) }
logging("attributeIds=$attributeIds, attributeIdsString=$attributeIdsString", 100)
String rattrArgs = "0x${device.deviceNetworkId} 1 0x01 0x${integerToHexString(cluster, 2)} " +
"{000000${attributeIdsString.join()}}"
ArrayList cmd = ["he raw $rattrArgs", "delay $delay"]
logging("zigbeeWriteLongAttribute cmd=$cmd", 1)
return cmd
}
Float parseSingleHexToFloat(String singleHex) {
return Float.intBitsToFloat(Long.valueOf(singleHex, 16).intValue())
}
Integer convertToSignedInt8(Integer signedByte) {
Integer sign = signedByte & (1 << 7)
return (signedByte & 0x7f) * (sign != 0 ? -1 : 1)
}
Integer parseIntReverseHex(String hexString) {
return Integer.parseInt(hexString.split("(?<=\\G..)").reverse().join(), 16)
}
Long parseLongReverseHex(String hexString) {
return Long.parseLong(hexString.split("(?<=\\G..)").reverse().join(), 16)
}
String integerToHexString(BigDecimal value, Integer minBytes, boolean reverse=false) {
return integerToHexString(value.intValue(), minBytes, reverse=reverse)
}
String integerToHexString(Integer value, Integer minBytes, boolean reverse=false) {
if(reverse == true) {
return HexUtils.integerToHexString(value, minBytes).split("(?<=\\G..)").reverse().join()
} else {
return HexUtils.integerToHexString(value, minBytes)
}
}
String bigIntegerToHexString(BigInteger value, Integer minBytes, boolean reverse=false) {
if(reverse == true) {
return value.toString(16).reverse().join()
} else {
return String.format("%0${minBytes*2}x", value)
}
}
BigInteger hexStringToBigInteger(String hexString, boolean reverse=false) {
if(reverse == true) {
return new BigInteger(hexString.split("(?<=\\G..)").reverse().join(), 16)
} else {
return new BigInteger(hexString, 16)
}
}
Integer miredToKelvin(Integer mired) {
Integer t = mired
if(t < 153) t = 153
if(t > 500) t = 500
t = Math.round(1000000/t)
if(t > 6536) t = 6536
if(t < 2000) t = 2000
return t
}
Integer kelvinToMired(Integer kelvin) {
Integer t = kelvin
if(t > 6536) t = 6536
if(t < 2000) t = 2000
t = Math.round(1000000/t)
if(t < 153) t = 153
if(t > 500) t = 500
return t
}
Integer getMaximumMinutesBetweenEvents(BigDecimal forcedMinutes=null) {
Integer mbe = null
if(forcedMinutes == null && (state.forcedMinutes == null || state.forcedMinutes == 0)) {
mbe = MINUTES_BETWEEN_EVENTS == null ? 90 : MINUTES_BETWEEN_EVENTS
} else {
mbe = forcedMinutes != null ? forcedMinutes.intValue() : state.forcedMinutes.intValue()
}
return mbe
}
void reconnectEvent(BigDecimal forcedMinutes=null) {
recoveryEvent(forcedMinutes)
}
void disableRecoveryDueToBug() {
log.warn("Stopping Recovery feature due to Platform bug! Disabling the feature in Preferences. To use it again when the platform is stable, Enable it in Device Preferences.")
unschedule('recoveryEvent')
unschedule('reconnectEvent')
device.updateSetting('recoveryMode', 'Disabled')
}
void recoveryEvent(BigDecimal forcedMinutes=null) {
try {
recoveryEventDeviceSpecific()
} catch(Exception e) {
logging("recoveryEvent()", 1)
sendZigbeeCommands(zigbee.readAttribute(CLUSTER_BASIC, PING_ATTR))
}
try {
deviceHealthCheck(displayWarnings=false)
Integer mbe = getMaximumMinutesBetweenEvents(forcedMinutes=forcedMinutes)
if(hasCorrectCheckinEvents(maximumMinutesBetweenEvents=mbe, displayWarnings=false) == true) {
if(healthCheckWarningEnable == null || healthCheckWarningEnable == true) log.warn("Event interval normal, recovery mode DEACTIVATED!")
unschedule('recoveryEvent')
unschedule('reconnectEvent')
}
} catch(Exception e) {
disableRecoveryDueToBug()
}
}
void scheduleRecoveryEvent(BigDecimal forcedMinutes=null) {
Random rnd = new Random()
switch(recoveryMode) {
case "Suicidal":
schedule("${rnd.nextInt(15)}/15 * * * * ? *", 'recoveryEvent')
break
case "Insane":
schedule("${rnd.nextInt(30)}/30 * * * * ? *", 'recoveryEvent')
break
case "Slow":
schedule("${rnd.nextInt(59)} ${rnd.nextInt(3)}/3 * * * ? *", 'recoveryEvent')
break
case null:
case "Normal":
default :
schedule("${rnd.nextInt(59)} ${rnd.nextInt(2)}/2 * * * ? *", 'recoveryEvent')
break
}
recoveryEvent(forcedMinutes=forcedMinutes)
}
void checkEventInterval(boolean displayWarnings=true) {
logging("recoveryMode: $recoveryMode", 1)
if(recoveryMode == "Disabled") {
unschedule('checkEventInterval')
} else {
prepareCounters()
Integer mbe = getMaximumMinutesBetweenEvents()
try {
if(hasCorrectCheckinEvents(maximumMinutesBetweenEvents=mbe) == false) {
recoveryMode = recoveryMode == null ? "Normal" : recoveryMode
if(displayWarnings == true && (healthCheckWarningEnable == null || healthCheckWarningEnable == true)) log.warn("Event interval INCORRECT, recovery mode ($recoveryMode) ACTIVE! If this is shown every hour for the same device and doesn't go away after three times, the device has probably fallen off and require a quick press of the reset button or possibly even re-pairing. It MAY also return within 24 hours, so patience MIGHT pay off.")
scheduleRecoveryEvent()
}
} catch(Exception e) {
disableRecoveryDueToBug()
}
sendZigbeeCommands(zigbee.readAttribute(CLUSTER_BASIC, PING_ATTR))
}
}
void startCheckEventInterval() {
logging("startCheckEventInterval()", 1)
if(recoveryMode != "Disabled") {
logging("Recovery feature ENABLED", 100)
Random rnd = new Random()
schedule("${rnd.nextInt(59)} ${rnd.nextInt(59)}/59 * * * ? *", 'checkEventInterval')
checkEventInterval(displayWarnings=true)
} else {
logging("Recovery feature DISABLED", 100)
unschedule('checkEventInterval')
unschedule('recoveryEvent')
unschedule('reconnectEvent')
}
}
void forceRecoveryMode(BigDecimal minutes) {
minutes = minutes == null || minutes < 0 ? 0 : minutes
Integer minutesI = minutes.intValue()
logging("forceRecoveryMode(minutes=$minutesI) ", 1)
if(minutesI == 0) {
disableForcedRecoveryMode()
} else if(hasCorrectCheckinEvents(maximumMinutesBetweenEvents=minutesI) == false) {
recoveryMode = recoveryMode == null ? "Normal" : recoveryMode
if(healthCheckWarningEnable == null || healthCheckWarningEnable == true) log.warn("Forced recovery mode ($recoveryMode) ACTIVATED!")
state.forcedMinutes = minutes
runIn(minutesI * 60, 'disableForcedRecoveryMode')
scheduleRecoveryEvent(forcedMinutes=minutes)
} else {
log.warn("Forced recovery mode NOT activated since we already have a checkin event during the last $minutesI minute(s)!")
}
}
void disableForcedRecoveryMode() {
state.forcedMinutes = 0
unschedule('recoveryEvent')
unschedule('reconnectEvent')
if(healthCheckWarningEnable == null || healthCheckWarningEnable == true) log.warn("Forced recovery mode DEACTIVATED!")
}
void updateManufacturer(String manfacturer) {
if(getDataValue("manufacturer") == null) {
updateDataValue("manufacturer", manfacturer)
}
}
void updateApplicationId(String application) {
if(getDataValue("application") == null) {
updateDataValue("application", application)
}
}
Integer retrieveEndpointId() {
String endpointIdRaw = getDataValue("endpointId")
BigDecimal endpointId = endpointIdRaw == null ? 1 : hexStringToBigInteger(endpointIdRaw)
return endpointId.intValue()
}
Map parseSimpleDescriptorData(List data) {
Map d = [:]
if(data[1] == "00") {
d["nwkAddrOfInterest"] = data[2..3].reverse().join()
Integer ll = Integer.parseInt(data[4], 16)
d["endpointId"] = data[5]
d["profileId"] = data[6..7].reverse().join()
d["applicationDevice"] = data[8..9].reverse().join()
d["applicationVersion"] = data[10]
Integer icn = Integer.parseInt(data[11], 16)
Integer pos = 12
Integer cPos = null
d["inClusters"] = ""
if(icn > 0) {
(1..icn).each() {b->
cPos = pos+((b-1)*2)
d["inClusters"] += data[cPos..cPos+1].reverse().join()
if(b < icn) {
d["inClusters"] += ","
}
}
}
pos += icn*2
Integer ocn = Integer.parseInt(data[pos], 16)
pos += 1
d["outClusters"] = ""
if(ocn > 0) {
(1..ocn).each() {b->
cPos = pos+((b-1)*2)
d["outClusters"] += data[cPos..cPos+1].reverse().join()
if(b < ocn) {
d["outClusters"] += ","
}
}
}
logging("d=$d, ll=$ll, icn=$icn, ocn=$ocn", 1)
} else {
log.warn("Incorrect Simple Descriptor Data received: $data")
}
return d
}
void updateDataFromSimpleDescriptorData(List data) {
Map sdi = parseSimpleDescriptorData(data)
if(sdi != [:]) {
updateDataValue("endpointId", sdi['endpointId'])
updateDataValue("profileId", sdi['profileId'])
updateDataValue("inClusters", sdi['inClusters'])
updateDataValue("outClusters", sdi['outClusters'])
getInfo(true, sdi)
} else {
log.warn("No VALID Simple Descriptor Data received!")
}
sdi = null
}
void getInfo(boolean ignoreMissing=false, Map sdi = [:]) {
log.debug("Getting info for Zigbee device...")
String endpointId = device.getEndpointId()
endpointId = endpointId == null ? getDataValue("endpointId") : endpointId
String profileId = getDataValue("profileId")
String inClusters = getDataValue("inClusters")
String outClusters = getDataValue("outClusters")
String model = getDataValue("model")
String manufacturer = getDataValue("manufacturer")
String application = getDataValue("application")
if(sdi != [:]) {
endpointId = endpointId == null ? sdi['endpointId'] : endpointId
profileId = profileId == null ? sdi['profileId'] : profileId
inClusters = inClusters == null ? sdi['inClusters'] : inClusters
outClusters = outClusters == null ? sdi['outClusters'] : outClusters
sdi = null
}
String extraFingerPrint = ""
boolean missing = false
String requestingFromDevice = ", requesting it from the device. If it is a sleepy device you may have to wake it up and run this command again. Run this command again to get the new fingerprint."
if(ignoreMissing==true) {
requestingFromDevice = ". Try again."
}
if(manufacturer == null) {
missing = true
log.warn("Manufacturer name is missing for the fingerprint$requestingFromDevice")
if(ignoreMissing==false) sendZigbeeCommands(zigbee.readAttribute(CLUSTER_BASIC, 0x0004))
}
log.trace("Manufacturer: $manufacturer")
if(model == null) {
missing = true
log.warn("Model name is missing for the fingerprint$requestingFromDevice")
if(ignoreMissing==false) sendZigbeeCommands(zigbee.readAttribute(CLUSTER_BASIC, 0x0005))
}
log.trace("Model: $model")
if(application == null) {
log.info("NOT IMPORTANT: Application ID is missing for the fingerprint$requestingFromDevice")
if(ignoreMissing==false) sendZigbeeCommands(zigbee.readAttribute(CLUSTER_BASIC, 0x0001))
} else {
extraFingerPrint += ", application:\"$application\""
}
log.trace("Application: $application")
if(profileId == null || endpointId == null || inClusters == null || outClusters == null) {
missing = true
String endpointIdTemp = endpointId == null ? "01" : endpointId
log.warn("One or multiple pieces of data needed for the fingerprint is missing$requestingFromDevice")
if(ignoreMissing==false) sendZigbeeCommands(["he raw ${device.deviceNetworkId} 0 0 0x0004 {00 ${zigbee.swapOctets(device.deviceNetworkId)} $endpointIdTemp} {0x0000}"])
}
profileId = profileId == null ? "0104" : profileId
if(missing == true) {
log.info("INCOMPLETE - DO NOT SUBMIT THIS - TRY AGAIN: fingerprint model:\"$model\", manufacturer:\"$manufacturer\", profileId:\"$profileId\", endpointId:\"$endpointId\", inClusters:\"$inClusters\", outClusters:\"$outClusters\"" + extraFingerPrint)
} else {
log.info("COPY AND PASTE THIS ROW TO THE DEVELOPER: fingerprint model:\"$model\", manufacturer:\"$manufacturer\", profileId:\"$profileId\", endpointId:\"$endpointId\", inClusters:\"$inClusters\", outClusters:\"$outClusters\"" + extraFingerPrint)
}
}
// END: getHelperFunctions('zigbee-generic')
// BEGIN:getHelperFunctions('all-default')
boolean isDriver() {
try {
getDeviceDataByName('_unimportant')
logging("This IS a driver!", 1)
return true
} catch (MissingMethodException e) {
logging("This is NOT a driver!", 1)
return false
}
}
void deviceCommand(String cmd) {
def jsonSlurper = new JsonSlurper()
def cmds = jsonSlurper.parseText(cmd)
r = this."${cmds['cmd']}"(*cmds['args'])
updateDataValue('appReturn', JsonOutput.toJson(r))
}
void setLogsOffTask(boolean noLogWarning=false) {
if (debugLogging == true) {
if(noLogWarning==false) {
if(runReset != "DEBUG") {
log.warn "Debug logging will be disabled in 24 hours..."
} else {
log.warn "Debug logging will NOT BE AUTOMATICALLY DISABLED!"
}
}
runIn(14400, "logsOff")
}
}
void toggle() {
if(device.currentValue('switch') == 'on') {
off()
} else {
on()
}
}
void logsOff() {
if(runReset != "DEBUG") {
log.warn "Debug logging disabled... "
if(isDriver()) {
device.clearSetting("logLevel")
device.removeSetting("logLevel")
device.updateSetting("logLevel", "0")
state?.settings?.remove("logLevel")
device.clearSetting("debugLogging")
device.removeSetting("debugLogging")
device.updateSetting("debugLogging", "false")
state?.settings?.remove("debugLogging")
} else {
app.removeSetting("logLevel")
app.updateSetting("logLevel", "0")
app.removeSetting("debugLogging")
app.updateSetting("debugLogging", "false")
}
} else {
log.warn "OVERRIDE: Disabling Debug logging will not execute with 'DEBUG' set..."
if (logLevel != "0" && logLevel != "100") runIn(1800, "logsOff")
}
}
boolean isDeveloperHub() {
return generateMD5(location.hub.zigbeeId as String) == "125fceabd0413141e34bb859cd15e067_disabled"
}
def getEnvironmentObject() {
if(isDriver()) {
return device
} else {
return app
}
}
private def getFilteredDeviceDriverName() {
def deviceDriverName = getDeviceInfoByName('name')
if(deviceDriverName.toLowerCase().endsWith(' (parent)')) {
deviceDriverName = deviceDriverName.substring(0, deviceDriverName.length()-9)
}
return deviceDriverName
}
private def getFilteredDeviceDisplayName() {
def deviceDisplayName = device.displayName.replace(' (parent)', '').replace(' (Parent)', '')
return deviceDisplayName
}
BigDecimal round2(BigDecimal number, Integer scale) {
Integer pow = 10;
for (Integer i = 1; i < scale; i++)
pow *= 10;
BigDecimal tmp = number * pow;
return ( (Float) ( (Integer) ((tmp - (Integer) tmp) >= 0.5f ? tmp + 1 : tmp) ) ) / pow;
}
String generateMD5(String s) {
if(s != null) {
return MessageDigest.getInstance("MD5").digest(s.bytes).encodeHex().toString()
} else {
return "null"
}
}
Integer extractInt(String input) {
return input.replaceAll("[^0-9]", "").toInteger()
}
String hexToASCII(String hexValue) {
StringBuilder output = new StringBuilder("")
for (int i = 0; i < hexValue.length(); i += 2) {
String str = hexValue.substring(i, i + 2)
output.append((char) Integer.parseInt(str, 16) + 30)
logging("${Integer.parseInt(str, 16)}", 10)
}
return output.toString()
}
// END: getHelperFunctions('all-default')
// BEGIN:getHelperFunctions('styling')
String styling_addTitleDiv(title) {
return '' + title + '
'
}
String styling_addDescriptionDiv(description) {
return '' + description + '
'
}
String styling_makeTextBold(s) {
if(isDriver()) {
return "$s"
} else {
return "$s"
}
}
String styling_makeTextItalic(s) {
if(isDriver()) {
return "$s"
} else {
return "$s"
}
}
String styling_getDefaultCSS(boolean includeTags=true) {
String defaultCSS = '''
/* This is part of the CSS for replacing a Command Title */
div.mdl-card__title div.mdl-grid div.mdl-grid .mdl-cell p::after {
visibility: visible;
position: absolute;
left: 50%;
transform: translate(-50%, 0%);
width: calc(100% - 20px);
padding-left: 5px;
padding-right: 5px;
margin-top: 0px;
}
/* This is general CSS Styling for the Driver page */
h3, h4, .property-label {
font-weight: bold;
}
.preference-title {
font-weight: bold;
}
.preference-description {
font-style: italic;
}
'''
if(includeTags == true) {
return ""
} else {
return defaultCSS
}
}
String styling_getLogo() {
String logoCSS = '''
#ohla_logo {
display: block;
width: 200px;
height: 50px;
position: absolute;
top: 10px;
right: 10px;
}
@media screen and (max-device-width:450px), screen and (max-width:450px) {
#ohla_logo {
width: 120px;
top: 55px;
}
}
'''
return ""
}
// END: getHelperFunctions('styling')
// BEGIN:getHelperFunctions('driver-default')
String getDEGREE() { return String.valueOf((char)(176)) }
void refresh(String cmd) {
deviceCommand(cmd)
}
def installedDefault() {
logging("installedDefault()", 100)
try {
tasmota_installedPreConfigure()
} catch (MissingMethodException e) {
}
try {
installedAdditional()
} catch (MissingMethodException e) {
}
}
def configureDefault() {
logging("configureDefault()", 100)
try {
return configureAdditional()
} catch (MissingMethodException e) {
}
try {
getDriverVersion()
} catch (MissingMethodException e) {
}
}
void configureDelayed() {
runIn(10, "configure")
runIn(30, "refresh")
}
void configureHealthCheck() {
if (device.currentState('presence') != null) {
device.deleteCurrentState('presence')
}
prepareCounters()
if(healthCheckEnable == null || healthCheckEnable == true) {
Random rnd = new Random()
schedule("${rnd.nextInt(59)} ${rnd.nextInt(59)} 1/3 * * ? *", 'deviceHealthCheck')
deviceHealthCheck(false)
} else {
sendEvent(name: "healthStatus", value: "unknown", descriptionText: "Health Checking Disabled" )
unschedule('deviceHealthCheck')
}
}
void stopSchedules() {
unschedule()
log.info("Stopped ALL Device Schedules!")
}
void prepareCounters() {
if(device.currentValue('restoredCounter') == null) sendEvent(name: "restoredCounter", value: 0, descriptionText: "Initialized to 0" )
if(device.currentValue('notPresentCounter') == null) sendEvent(name: "notPresentCounter", value: 0, descriptionText: "Initialized to 0" )
if(device.currentValue('healthStatus') == null) sendEvent(name: "healthStatus", value: "unknown", descriptionText: "Initialized as Unknown" )
}
boolean isValidDate(String dateFormat, String dateString) {
try {
Date.parse(dateFormat, dateString)
} catch (e) {
return false
}
return true
}
Integer retrieveMinimumMinutesToRepeat(Integer minimumMinutesToRepeat=55) {
Integer mmr = null
if(state.forcedMinutes == null || state.forcedMinutes == 0) {
mmr = minimumMinutesToRepeat
} else {
mmr = state.forcedMinutes - 1 < 1 ? 1 : state.forcedMinutes.intValue() - 1
}
return mmr
}
// called on receiving 0000_FF01 message or Time cluster 000A
boolean sendlastCheckinEvent(Integer minimumMinutesToRepeat=55) {
boolean r = false
Integer mmr = retrieveMinimumMinutesToRepeat(minimumMinutesToRepeat=minimumMinutesToRepeat)
if (lastCheckinEnable == true || lastCheckinEnable == null) {
String lastCheckinVal = device.currentValue('lastCheckin')
if(lastCheckinVal == null || isValidDate('yyyy-MM-dd HH:mm:ss', lastCheckinVal) == false || now() >= Date.parse('yyyy-MM-dd HH:mm:ss', lastCheckinVal).getTime() + (mmr * 60 * 1000)) {
r = true
sendEvent(name: "lastCheckin", value: new Date().format('yyyy-MM-dd HH:mm:ss'))
logging("Updated lastCheckin", 1)
} else {
}
}
if (lastCheckinEpochEnable == true) {
if(device.currentValue('lastCheckinEpoch') == null || now() >= device.currentValue('lastCheckinEpoch').toLong() + (mmr * 60 * 1000)) {
r = true
sendEvent(name: "lastCheckinEpoch", value: now())
logging("Updated lastCheckinEpoch", 1)
} else {
}
}
if(r == true) setAsPresent()
return r
}
Long secondsSinceLastCheckinEvent() {
Long r = null
if (lastCheckinEnable == true || lastCheckinEnable == null) {
String lastCheckinVal = device.currentValue('lastCheckin')
if(lastCheckinVal == null || isValidDate('yyyy-MM-dd HH:mm:ss', lastCheckinVal) == false) {
logging("No VALID lastCheckin event available! This should be resolved by itself within 1 or 2 hours and is perfectly NORMAL as long as the same device don't get this multiple times per day...", 100)
r = -1
} else {
r = (now() - Date.parse('yyyy-MM-dd HH:mm:ss', lastCheckinVal).getTime()) / 1000
}
}
if (lastCheckinEpochEnable == true) {
if(device.currentValue('lastCheckinEpoch') == null) {
logging("No VALID lastCheckin event available! This should be resolved by itself within 1 or 2 hours and is perfectly NORMAL as long as the same device don't get this multiple times per day...", 100)
r = r == null ? -1 : r
} else {
r = (now() - device.currentValue('lastCheckinEpoch').toLong()) / 1000
}
}
return r
}
boolean hasCorrectCheckinEvents(Integer maximumMinutesBetweenEvents=90, boolean displayWarnings=true) {
Long secondsSinceLastCheckin = secondsSinceLastCheckinEvent()
if(secondsSinceLastCheckin != null && secondsSinceLastCheckin > maximumMinutesBetweenEvents * 60) {
if(displayWarnings == true && (healthCheckWarningEnable == null || healthCheckWarningEnable == true)) log.warn("One or several EXPECTED checkin events have been missed! Something MIGHT be wrong with the mesh for this device. Minutes since last checkin: ${Math.round(secondsSinceLastCheckin / 60)} (maximum expected $maximumMinutesBetweenEvents)")
return false
}
return true
}
boolean deviceHealthCheck(boolean displayWarnings=true) {
boolean isPresent = false
Long lastCheckinTime = null
String lastCheckinVal = device.currentValue('lastCheckin')
if ((lastCheckinEnable == true || lastCheckinEnable == null) && isValidDate('yyyy-MM-dd HH:mm:ss', lastCheckinVal) == true) {
lastCheckinTime = Date.parse('yyyy-MM-dd HH:mm:ss', lastCheckinVal).getTime()
} else if (lastCheckinEpochEnable == true && device.currentValue('lastCheckinEpoch') != null) {
lastCheckinTime = device.currentValue('lastCheckinEpoch').toLong()
}
if(lastCheckinTime != null && lastCheckinTime >= now() - (3 * 60 * 60 * 1000)) {
setAsPresent()
isPresent = true
} else {
sendEvent(name: "healthStatus", value: "offline")
if(displayWarnings == true) {
Integer numNotPresent = device.currentValue('notPresentCounter')
numNotPresent = numNotPresent == null ? 1 : numNotPresent + 1
sendEvent(name: "notPresentCounter", value: numNotPresent )
if(healthCheckWarningEnable == null || healthCheckWarningEnable == true) {
log.warn("Device is offline!... (consecutive events: $numNotPresent)")
}
}
}
return isPresent
}
void setAsPresent() {
if(device.currentValue('healthStatus') != "online") {
Integer numRestored = device.currentValue('restoredCounter')
numRestored = numRestored == null ? 1 : numRestored + 1
sendEvent(name: "restoredCounter", value: numRestored )
sendEvent(name: "notPresentCounter", value: 0 )
}
sendEvent(name: "healthStatus", value: "online")
}
void resetNotPresentCounter() {
logging("resetNotPresentCounter()", 100)
sendEvent(name: "notPresentCounter", value: 0, descriptionText: "Reset notPresentCounter to 0" )
}
void resetRestoredCounter() {
logging("resetRestoredCounter()", 100)
sendEvent(name: "restoredCounter", value: 0, descriptionText: "Reset restoredCounter to 0" )
}
// END: getHelperFunctions('driver-default')
// BEGIN:getHelperFunctions('sensor-data')
private sensor_data_getAdjustedTemp(BigDecimal value, boolean returnUnit=false) {
Integer res = 1
String degree = String.valueOf((char)(176))
String tempUnit = "${degree}C"
if(tempRes != null && tempRes != '') {
res = Integer.parseInt(tempRes)
}
if (tempUnitConversion == "2") {
value = celsiusToFahrenheit(value)
tempUnit = "${degree}F"
} else if (tempUnitConversion == "3") {
value = fahrenheitToCelsius(value)
}
BigDecimal r = null
if (tempOffset != null) {
r = (value + new BigDecimal(tempOffset)).setScale(res, BigDecimal.ROUND_HALF_UP)
} else {
r = value.setScale(res, BigDecimal.ROUND_HALF_UP)
}
if(returnUnit == false) {
return r
} else {
return [tempUnit, r]
}
}
private List sensor_data_getAdjustedTempAlternative(BigDecimal value) {
Integer res = 1
BigDecimal rawValue = value
if(tempRes != null && tempRes != '') {
res = Integer.parseInt(tempRes)
}
String degree = String.valueOf((char)(176))
String tempUnit = "${degree}C"
String currentTempUnitDisplayed = tempUnitDisplayed
if(currentTempUnitDisplayed == null || currentTempUnitDisplayed == "0") {
if(location.temperatureScale == "C") {
currentTempUnitDisplayed = "1"
} else {
currentTempUnitDisplayed = "2"
}
}
if (currentTempUnitDisplayed == "2") {
value = celsiusToFahrenheit(value)
tempUnit = "${degree}F"
} else if (currentTempUnitDisplayed == "3") {
value = value + 273.15
tempUnit = "${degree}K"
}
if (tempOffset != null) {
return [tempUnit, (value + new BigDecimal(tempOffset)).setScale(res, BigDecimal.ROUND_HALF_UP), rawValue]
} else {
return [tempUnit, value.setScale(res, BigDecimal.ROUND_HALF_UP), rawValue]
}
}
private BigDecimal currentTemperatureInCelsiusAlternative(BigDecimal providedCurrentTemp = null) {
String currentTempUnitDisplayed = tempUnitDisplayed
BigDecimal currentTemp = providedCurrentTemp != null ? providedCurrentTemp : device.currentValue('temperature')
if(currentTempUnitDisplayed == null || currentTempUnitDisplayed == "0") {
if(location.temperatureScale == "C") {
currentTempUnitDisplayed = "1"
} else {
currentTempUnitDisplayed = "2"
}
}
if (currentTempUnitDisplayed == "2") {
currentTemp = fahrenheitToCelsius(currentTemp)
} else if (currentTempUnitDisplayed == "3") {
currentTemp = currentTemp - 273.15
}
return currentTemp
}
void sendAbsoluteHumidityEvent(BigDecimal deviceTempInCelsius, BigDecimal relativeHumidity) {
if(relativeHumidity != null && deviceTempInCelsius != null) {
BigDecimal numerator = (6.112 * Math.exp((17.67 * deviceTempInCelsius) / (deviceTempInCelsius + 243.5)) * relativeHumidity * 2.1674)
BigDecimal denominator = deviceTempInCelsius + 273.15
BigDecimal absHumidity = numerator / denominator
String cubeChar = String.valueOf((char)(179))
absHumidity = absHumidity.setScale(1, BigDecimal.ROUND_HALF_UP)
logging("Sending Absolute Humidity event (Absolute Humidity: ${absHumidity}g/m${cubeChar})", 100)
sendEvent( name: "absoluteHumidity", value: absHumidity, unit: "g/m${cubeChar}", descriptionText: "Absolute Humidity Is ${absHumidity} g/m${cubeChar}" )
}
}
private BigDecimal sensor_data_getAdjustedHumidity(BigDecimal value) {
Integer res = 1
if(humidityRes != null && humidityRes != '') {
res = Integer.parseInt(humidityRes)
}
if (humidityOffset) {
return (value + new BigDecimal(humidityOffset)).setScale(res, BigDecimal.ROUND_HALF_UP)
} else {
return value.setScale(res, BigDecimal.ROUND_HALF_UP)
}
}
private BigDecimal sensor_data_getAdjustedPressure(BigDecimal value, Integer decimals=2) {
Integer res = decimals
if(pressureRes != null && pressureRes != '' && pressureRes != 'default') {
res = Integer.parseInt(pressureRes)
}
if (pressureOffset) {
return (value + new BigDecimal(pressureOffset)).setScale(res, BigDecimal.ROUND_HALF_UP)
} else {
return value.setScale(res, BigDecimal.ROUND_HALF_UP)
}
}
private BigDecimal sensor_data_convertPressure(BigDecimal pressureInkPa) {
BigDecimal pressure = pressureInkPa
switch(pressureUnitConversion) {
case null:
case "kPa":
pressure = sensor_data_getAdjustedPressure(pressure / 10)
break
case "inHg":
pressure = sensor_data_getAdjustedPressure(pressure * 0.0295299)
break
case "mmHg":
pressure = sensor_data_getAdjustedPressure(pressure * 0.75006157)
break
case "atm":
pressure = sensor_data_getAdjustedPressure(pressure / 1013.25, 5)
break
default :
pressure = sensor_data_getAdjustedPressure(pressure, 1)
break
}
return pressure
}
// END: getHelperFunctions('sensor-data')