-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcentralite-water-sensor.groovy
556 lines (446 loc) · 22.7 KB
/
centralite-water-sensor.groovy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
/* Iris CentraLite Samjin Smartthings water Sensor for Hubitat
Iris CentraLite water sensor for hubitat
CentraLite water Sensor driver for Hubitat
------------------------------------------------------
CentraLite/Iris/Smartthings water sensors for Hubitat
3315 3315-S 3315-SEU 3315-L 3315-G
Supports TAMPER PRESENCE and auto bad battery detection.
Factory Reset hold down button while inserting bat
---------------------------------------------
SmartThings Water Sensor Samjin Smartthings
No tamper support on these devices
Samjin = SAM JIN CO LTD
model IM6001-WLP01
fccid 2AF4S-IM6001-WLP01
---------------------------------------------
If any problems remove device from Hubitat then Reset device.
To go back to internal drivers without removing use uninstall then change drivers.
===================================================================================================
v1.2.7 03/25/2023 Low bat setting
v1.2.6 01/25/2023 Fix Init routines
v1.2.5 01/23/2023 Rewrite bat and temp events
v1.2.4 01/22/2023 Presence timmer setting increased
v1.2.3 01/11/2023 Tamper Code Rewrite. Samjin spoorts for false tamper in log. Bug in logs fixed
v1.2.2 12/21/2022 Tamper code rewrite
v1.2.1 12/14/2022 New low bat code.
v1.2.0 12/10/2022 Tamper not showing up as usable fixed.
v1.1.1 12/09/2022 Improvements and SmartThings changes
v1.0.0 12/07/2022 First release
===================================================================================================
Copyright [2022] [tmaster winnfreenet.com]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import hubitat.zigbee.clusters.iaszone.ZoneStatus
import hubitat.zigbee.zcl.DataType
import hubitat.helper.HexUtils
def clientVersion() {
TheVersion="1.2.7"
if (state.version != TheVersion){
logging("Upgrading ! ${state.version} to ${TheVersion}", "warn")
state.version = TheVersion
configure()
}
}
metadata {
definition (name: "CentraLite Samjin Smartthings water Sensor", namespace: "tmastersmart", author: "Tmaster", importUrl: "https://raw.githubusercontent.com/tmastersmart/hubitat-code/main/centralite-water-sensor.groovy") {
capability "Health Check"
capability "Battery"
capability "Configuration"
capability "TamperAlert"
capability "Initialize"
capability "PresenceSensor"
capability "Refresh"
capability "Sensor"
capability "Water Sensor"
capability "TemperatureMeasurement"
command "checkPresence"
command "uninstall"
attribute "batteryVoltage", "string"
fingerprint inClusters: "0000,0001,0003,0402,0500,0020,0B05", outClusters: "0019", manufacturer: "CentraLite", model: "3315-S", deviceJoinName: "CentraLite Water Leak Sensor"
fingerprint inClusters: "0000,0001,0003,0402,0500,0020,0B05", outClusters: "0019", manufacturer: "CentraLite", model: "3315", deviceJoinName: "CentraLite Water Leak Sensor"
fingerprint inClusters: "0000,0001,0003,0402,0500,0020,0B05", outClusters: "0019", manufacturer: "CentraLite", model: "3315-Seu", deviceJoinName: "CentraLite Water Leak Sensor"
fingerprint inClusters: "0000,0001,0003,0020,0402,0500,0B05", outClusters: "0019", manufacturer: "CentraLite", model: "3315-L", deviceJoinName: "Iris Water Leak Sensor"
fingerprint inClusters: "0000,0001,0003,0020,0402,0500,0B05", outClusters: "0019", manufacturer: "CentraLite", model: "3315-G", deviceJoinName: "Centralite Water Leak Sensor"
fingerprint inClusters: "0000,0001,0003,000F,0020,0402,0500", outClusters: "0019", manufacturer: "SmartThings",model: "moisturev4",deviceJoinName: "Smart Things Water Leak Sensor"
fingerprint inClusters: "0000,0001,0003,0020,0402,0500", outClusters: "0019", manufacturer: "Samjin", model: "water", deviceJoinName: "smartthings-water-leak-IM6001"
fingerprint inClusters: "0000,0001,0003,0020,0402,0500,0B05", outClusters: "0019", manufacturer: "Sercomm Corp.",model: "SZ-WTD03",deviceJoinName: "Sercomm Water Leak Sensor"
fingerprint inClusters: "0000,0001,0003,000F,0020,0500,0502", outClusters: "000A,0019", manufacturer: "frient A/S", model :"FLSZB-110", deviceJoinName: "frient Water Leak Sensor",profileId: "0104", deviceId: "0402"
}
preferences {
input name: "infoLogging", type: "bool", title: "Enable info logging", description: "Recomended low level" ,defaultValue: true,required: true
input name: "debugLogging", type: "bool", title: "Enable debug logging", description: "MED level Debug" ,defaultValue: true,required: true
input name: "traceLogging", type: "bool", title: "Enable trace logging", description: "Insane HIGH level", defaultValue: false,required: true
input name: "pingYes",type: "bool", title: "Enable schedule Ping", description: "", defaultValue: false,required: true
input name: "pingIt" ,type: "enum", title: "Ping Time",description: "Ping every x mins. Press config after saving",options: ["5","10","15","20","25","30"], defaultValue: "10",required:true
input name: "tempAdj",type: "enum", title: "Temperature Offset",description: "", options: ["-10","-9.8","-9.6","-9.4","-9.2","-9.0","-8.8","-8.6","-8.4","-8.2","-8.0","-7.8", "-7.6","-7.4","-7.2","-7.0","-6.8","-6.6","-6.4","-6.2","-6.0","-5.8","-5.6","-5.4","-5.2","-5.0","-4.8","-4.6","-4.4","-4.2","-4.0","-3.8","-3.6","-3.4","-3.2","-3.0","-2.8","-2.6","-2.4","-2.2","-2.0","-1.8","-1.6","-1.4","-1.2","-1.0","-0.8","-0.6","-0.4","-0.2","0", "0.2","0.4","0.6","0.8","1.0","1.2","1.4","1.6","1.8","2.0","2.2","2.4","2.6","2.8","3.0","3.2","3.4","3.6","3.8","4.0","4.2","4.4","4.6","4.8","5.0","5.2","5.4","5.6","5.8", "6.0","6.2","6.4","6.6","6.8","7.0","7.2","7.4","7.6","7.8","8.0","8.2","8.4","8.6","8.8","9.0","9.2","9.4","9.6","9.8","10"], defaultValue: 0 ,required: true
input name: "minVoff",type: "enum", title: "Min Voltage",description: "Using minVoltTest set the min voltage your sensor will run on", options: ["1.6","1.7","1.8","1.9","2","2.1","2.2","2.3","2.4","2.5","2.6"], defaultValue: "2.2" ,required: true
input name: "pollYes",type: "bool", title: "Enable Presence", description: "", defaultValue: true,required: true
input name: "pollHR" ,type: "enum", title: "Check Presence Hours",description: "Press config after saving",options: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25","26","27","28","29","30"], defaultValue: 8 ,required: true
}
}
// Runs after first pairing.
def installed() {
logging("Installed ", "warn")
state.DataUpdate = false
pollHR = 10
pingIt = 30
state.minVoltTest = 2.2
configure()
updated()
}
// Runs on reboot
def initialize(){
logging("initialize ", "debug")
clientVersion()
randomSixty = Math.abs(new Random().nextInt() % 180)
runIn(randomSixty,refresh)
}
def uninstall() {// need to clear everything before manual driver change.
delayBetween([
unschedule(),
state.icon = "",
state.donate = "",
state.remove("minVoltTest"),
state.remove("presenceUpdated"),
state.remove("version"),
state.remove("checkPhase"),
state.remove("lastCheckInMin"),
state.remove("icon"),
state.remove("logo"),
state.remove("DataUpdate"),
state.remove("lastCheckin"),
state.remove("lastPoll"),
state.remove("donate"),
state.remove("model"),
state.remove("MFR"),
state.remove("poll"),
state.remove("ping"),
state.remove("tempAdj"),
logging("Uninstalled - States removed you may now switch drivers", "info") ,
], 200)
}
def updated(){
logging("Updated ", "info")
loggingUpdate()
clientVersion()
}
def refresh() {
if(state.DataUpdate){ logging("Refreshing ${state.MFR} Model:${state.model} Ver:${state.version}", "info")}
else {logging("Refreshing -unknown device- Ver:${state.version}", "info")}
delayBetween([
sendZigbeeCommands(zigbee.readAttribute(0x0500, 0x0002)),// contact
sendZigbeeCommands(zigbee.readAttribute(0x0000, 0x0004)),// mf
sendZigbeeCommands(zigbee.readAttribute(0x0000, 0x0005)),// model
sendZigbeeCommands(zigbee.readAttribute(0x0001, 0x0020)),// battery
sendZigbeeCommands(zigbee.readAttribute(0x0402, 0x0000)),// temp
sendZigbeeCommands(zigbee.readAttribute(0x0500, 0x0003)),// contact
], 900)
}
def ping() {
logging("Ping ", "info")
sendZigbeeCommands(zigbee.readAttribute(0x0500, 0x0002))// contact
}
def configure() {
logging("Config", "info")
state.tamper= true
clearTamper()// sets a default tamper clear
getIcons()
sendEvent(name: "checkInterval", value: 2 * 60 * 60 + 1 * 60, displayed: false, data: [protocol: "zigbee", hubHardwareId: device.hub.hardwareID, offlinePingable: "1"])
delayBetween([
refresh(),
sendZigbeeCommands(zigbee.batteryConfig()),
sendZigbeeCommands(zigbee.configureReporting(0x0500, 0x0002, DataType.BITMAP16, 30, 3600, null)), // min30sec max3600sec =1hr
sendZigbeeCommands(zigbee.temperatureConfig(30, 1800)),
sendZigbeeCommands(zigbee.enrollResponse())
], 900)
unschedule()
if (pollYes){
randomSixty = Math.abs(new Random().nextInt() % 60)
randomSixty2 = Math.abs(new Random().nextInt() % 60)
randomTwentyFour = Math.abs(new Random().nextInt() % 24)
logging("CHRON: ${randomSixty2} ${randomSixty} ${randomTwentyFour}/${pollHR} * * ? *", "debug")
schedule("${randomSixty2} ${randomSixty} ${randomTwentyFour}/${pollHR} * * ? *", checkPresence)
logging("Presence Check Every ${pollHR}hrs starting at ${randomTwentyFour}:${randomSixty}:${randomSixty2} ", "info")
}
if (pingYes){
// Schedule check in mins
int checkEveryMinutes = 30
randomSixty = Math.abs(new Random().nextInt() % 60)
logging("CHRON: ${randomSixty} 0/${pingIt} * * * ? *", "debug")
schedule("${randomSixty} 0/${pingIt} * * * ? *", ping)
logging("PING every ${pingIt} mins ", "info")
}
}
// IN Clusters
// 0x0000 Basic
// 0x0001 Power Configuration
// 0x0003 Identify
// 0x0B05 Diagnostics
def parse(String description) {
logging("Parse: [${description}]", "trace")
state.lastCheckin = now()
checkPresence()
if (description?.startsWith('enroll request')) {
zigbee.enrollResponse()
return
}
if (description.startsWith("zone status")) {// iaszone.ZoneStatus
ZoneStatus zoneStatus = zigbee.parseZoneStatus(description)
processStatus(zoneStatus)
if (state.MFR =="CentraLite"){//detect tamper on model 3315-G
if (description.startsWith("zone status 0x0024") || description.startsWith("zone status 0x0025")){tamper()}
if (description.startsWith("zone status 0x0020") || description.startsWith("zone status 0x0021")){clearTamper()}
}
return
}
Map descMap = zigbee.parseDescriptionAsMap(description)
logging("MAP: ${descMap}", "trace")
// fix parse Geting 2 formats so merge them
if (descMap.clusterId) {descMap.cluster = descMap.clusterId}
if (descMap.cluster == "0000" ) {
if (descMap.attrId== "0004" && descMap.attrInt ==4){
logging("Manufacturer :${descMap.value}", "debug")
state.MFR = descMap.value
updateDataValue("manufacturer", state.MFR)
state.DataUpdate = true
return
}
if (descMap.attrId== "0005" && descMap.attrInt ==5){
logging("Model :${descMap.value}", "debug")
state.model = descMap.value
updateDataValue("model", state.model)
state.DataUpdate = true
return
}
}
def evt = zigbee.getEvent(description)
if (evt){logging("Event: ${evt}", "debug")} // testing
// New event detction without using clusters
if (evt.name == "batteryVoltage"){//Event: [name:batteryVoltage, value:2.9]
batteryVoltage = evt.value
def powerLast = device.currentValue("battery")
def batVolts = device.currentValue("batteryVoltage")
def minVolts = 2.2
def maxVolts = 3
if (minVoff == "1.6"){minVolts = 1.6 }
if (minVoff == "1.7"){minVolts = 1.7 }
if (minVoff == "1.8"){minVolts = 1.8 }
if (minVoff == "1.9"){minVolts = 1.9 }
if (minVoff == "2.0"){minVolts = 2 }
if (minVoff == "2.1"){minVolts = 2.1 }
if (minVoff == "2.2"){minVolts = 2.2 }
if (minVoff == "2.3"){minVolts = 2.3 }
if (minVoff == "2.4"){minVolts = 2.4 }
if (minVoff == "2.5"){minVolts = 2.5 }
if (minVoff == "2.6"){minVolts = 2.6 }
logging("bat${batteryVoltage}v batLast${batVolts}v batLast${powerLast}% MinV ${state.minVoltTest}v (${batteryVoltage} -${minVolts} / ${maxVolts} - ${minVolts})", "trace")
def pct = (batteryVoltage - minVolts) / (maxVolts - minVolts)
def roundedPct = Math.round(pct * 100)
if (roundedPct <= 0) roundedPct = 1
batteryPercentage = Math.min(100, roundedPct)
logging("Battery: now:${batteryPercentage}% Last:${powerLast}% ${batteryVoltage}V ", "debug")
if (powerLast != batteryPercentage){
logging("Battery:${batteryPercentage}% ${batteryVoltage}V", "info")
sendEvent(name: "battery", value: batteryPercentage, unit: "%")
sendEvent(name: "batteryVoltage", value: batteryVoltage, unit: "V")
}
logging("Battery Voltage:${batteryVoltage} ${batteryPercentage}%", "info")
return
}else if (evt.name == "temperature"){//Event: [name:temperature, value:61, unit:F, descriptionText:xxx was 61F]
def temp = evt.value
tempLast = device.currentValue("temperature")
if(!tempAdj){tempAdj = 0}
temp = (temp > 100) ? (temp - 655.35) : temp
temp = tempOffset ? (temp + tempOffset) : temp
temperatureF = temp
Double correctNum = Double.valueOf(tempAdj)
if (correctNum > 0 || correctNum < 0){
temperatureF = (temp + correctNum)
temperatureF = temperatureF.round(2)
}
logging("Temp:${temperatureF}°${evt.unit} Last:${tempLast}°${evt.unit} adjust:${correctNum} [Sensor:${temp}°${evt.unit} ] raw:${evt.value}", "debug")
logging("Temp:${temperatureF}°${evt.unit}", "info")
if (tempLast != temperatureF){
logging("Temp:${temperatureF}F adjust:${correctNum}°${evt.unit} [Sensor:${temp}°${evt.unit} ]", "info")
sendEvent(name: "temperature", value: temperatureF, unit: evt.unit)
}
return
}else if (evt.name){ // trap ukn events
logging("Unknown Event: ${evt}", "warn")
return
}else if (descMap.cluster == "0500"){
if (descMap.attrId == "0002" ) {
value = Integer.parseInt(descMap.value, 16)
logging("0500 ${state.MFR} non iaszone.ZoneStatus report value:${value} #${descMap.value} ", "debug")
// tamper is only used on the iris/centralite
if(value == 32) {
clearTamper()
waterOFF()
}else if(value == 33 ){
clearTamper()
waterON()
}else if(value == 37) {
tamper()
waterON()
}else if(value == 36) {
tamper()
waterOFF()
}else {
logging("0500 ${state.MFR} Unknown value:${value}", "debug")
}
}else if (descMap.commandInt == "07") {
if (descMap.data[0] == "00") {
logging("IAS ZONE REPORTING CONFIG RESPONSE: ", "info")
sendEvent(name: "checkInterval", value: 60 * 12, displayed: false, data: [protocol: "zigbee", hubHardwareId: device.hub.hardwareID, offlinePingable: "1"])
} else {logging("IAS ZONE REPORING CONFIG FAILED - Error Code: ${descMap.data[0]} ", "warn")}
return
}
if ( descMap.data){
logging("0500 command:${descMap.command} options:${descMap.options} data:${descMap.data}", "debug")
return
}
// just ignore these unknown clusters for now
}else if (descMap.cluster == "0500" ||descMap.cluster == "0013" || descMap.cluster == "0006" || descMap.cluster == "0000" ||descMap.cluster == "0001" || descMap.cluster == "0402" || descMap.cluster == "8021" || descMap.cluster == "8038" || descMap.cluster == "8005" || descMap.cluster == "8013") {
text= ""
if (descMap.cluster =="8001"){text="GENERAL"}
else if (descMap.cluster =="8021"){text="BIND RESPONSE"}
else if (descMap.cluster =="8031"){text="Link Quality"}
else if (descMap.cluster =="8032"){text="Routing Table"}
else if (descMap.cluster =="8013"){text="Multistate event"}
if (descMap.data){text ="${text} clusterInt:${descMap.clusterInt} command:${descMap.command} options:${descMap.options} data:${descMap.data}" }
logging("Cluster${descMap.cluster} Ignoring ${descMap.data} ${text}", "debug")
} else{logging("New unknown Cluster${descMap.cluster} Detected: ${descMap}", "warn")}// report to dev
}
// sends standard zigbee command Using 1 2 not used
def processStatus(ZoneStatus status) {
logging("ZoneStatus Alarm1:${status.isAlarm1Set()} Alarm2:${status.isAlarm2Set()}", "debug")
if (status.isAlarm1Set() == true) {waterON()}
if (status.isAlarm1Set() == false) {waterOFF()}
}
private waterON(){
LastWater = device.currentValue("water")
if(LastWater != "wet"){
logging("Water : WET Was:${LastWater}", "warn")
sendEvent(name: "water", value: "wet", isStateChange: true)
runIn(10,ping)// force pull status
}
else {logging("Water : WET Already Received", "warn")}
}
private waterOFF(){
LastWater = device.currentValue("water")
if(LastWater != "dry"){
logging("Water : Dry Was:${LastWater}", "info")
sendEvent(name: "water", value: "dry", isStateChange: true)
runIn(10,ping)
}
else {logging("Water : Dry Already Received", "info")}
}
def tamper(){
if (state.tamper != true){
logging("Tamper :Detected", "warn")
sendEvent(name: "tamper", value: "detected", isStateChange: true, descriptionText: "tamper detected v${state.version}")
state.tamper= true
return
}
logging("Tamper :Detected Already Received", "debug")
}
def clearTamper(){
if (state.MFR == "Samjin"){
state.tamper = false // we dont want to create any logs or events no tamper
return
}
if (state.tamper != false){
logging("Tamper :Clear", "info")
sendEvent(name: "tamper", value: "clear", isStateChange: true, descriptionText: "tamper clear v${state.version}")
state.tamper = false
return
}
logging("Tamper :Clear Already Received", "debug")
}
def checkPresence() {
// presence routine. v5.1 11-12-22
// simulated 0% battery detection
if(!state.tries){state.tries = 0}
state.lastPoll = new Date().format('MM/dd/yyyy h:mm a',location.timeZone)
def checkMin = 20
def timeSinceLastCheckin = (now() - state.lastCheckin ?: 0) / 1000
def theCheckInterval = (checkInterval ? checkInterval as int : 2) * 60
state.lastCheckInMin = timeSinceLastCheckin/60
logging("Check Presence its been ${state.lastCheckInMin} mins Timeout:${checkMin} Tries:${state.tries}","debug")
if (state.lastCheckInMin <= checkMin){
state.tries = 0
test = device.currentValue("presence")
if (test != "present"){
value = "present"
logging("Creating presence event: ${value} ","info")
sendEvent(name:"presence",value: value , descriptionText:"${value} ${state.version}", isStateChange: true)
return
}
}
if (state.lastCheckInMin >= checkMin) {
state.tries = state.tries + 1
if (state.tries >=5){
test = device.currentValue("presence")
if (test != "not present" ){
value = "not present"
logging("Creating presence event: ${value}","warn")
sendEvent(name:"presence",value: value , descriptionText:"${value} ${state.version}", isStateChange: true)
sendEvent(name: "battery", value: 0, unit: "%",descriptionText:"Simulated ${state.version}", isStateChange: true)
state.minVoltTest = device.currentValue("batteryVoltage")
return // we dont want a ping after this or it could toggle
}
}
runIn(2,ping)
if (state.tries <4){
logging("Recovery in process Last checkin ${state.lastCheckInMin} min ago ","warn")
runIn(50,checkPresence)
}
}
}
void sendZigbeeCommands(List<String> cmds) {
logging("sending:${cmds}", "trace")
sendHubCommand(new hubitat.device.HubMultiAction(cmds, hubitat.device.Protocol.ZIGBEE))
}
void getIcons(){
if(state.MFR =="CentraLite"){state.icon ="<img src='https://raw.githubusercontent.com/tmastersmart/hubitat-code/main/images/3315.jpg' >"}
if(state.MFR =="Samjin"){state.icon ="<img src='https://raw.githubusercontent.com/tmastersmart/hubitat-code/main/images/samjin-water.jpg' >"}
if(state.MFR =="SmartThings"){state.icon ="<img src='https://raw.githubusercontent.com/tmastersmart/hubitat-code/main/images/smartthings-water.jpg' >"}
state.donate="<a href='https://www.paypal.com/paypalme/tmastersat?locale.x=en_US'><img src='https://raw.githubusercontent.com/tmastersmart/hubitat-code/main/images/paypal2.gif'></a>"
}
// Logging block v4
void loggingUpdate() {
logging("Logging Info:[${infoLogging}] Debug:[${debugLogging}] Trace:[${traceLogging}]", "infoBypass")
// Only do this when its needed
if (debugLogging){
logging("Debug log:off in 3000s", "warn")
runIn(3000,debugLogOff)
}
if (traceLogging){
logging("Trace log: off in 1800s", "warn")
runIn(1800,traceLogOff)
}
}
void traceLogOff(){
device.updateSetting("traceLogging",[value:"false",type:"bool"])
log.trace "${device} : Trace Logging : Automatically Disabled"
}
void debugLogOff(){
device.updateSetting("debugLogging",[value:"false",type:"bool"])
log.debug "${device} : Debug Logging : Automatically Disabled"
}
private logging(String message, String level) {
if (level == "infoBypass"){log.info "${device} : $message"}
if (level == "error"){ log.error "${device} : $message"}
if (level == "warn") { log.warn "${device} : $message"}
if (level == "trace" && traceLogging) {log.trace "${device} : $message"}
if (level == "debug" && debugLogging) {log.debug "${device} : $message"}
if (level == "info" && infoLogging) {log.info "${device} : $message"}
}