robnielsen and GitHub
0276d32897
[ecobee] Add air quality channels for Ecobee Smart Thermostat Premium ( #13705 )
...
* [ecobee] Add air quality channels for Ecobee Smart Thermostat Premium
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-11-14 21:29:34 +01:00
robnielsen and GitHub
24e9228699
[insteon] set network to ONLINE after driver is initialized ( #13030 )
...
* [insteon] set network to ONLINE after driver is initialized
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-07-26 19:49:05 +02:00
robnielsen and GitHub
3349cf4945
[insteon] set device offline if it doesn't exist in the plm/hub database ( #12904 )
...
* [insteon] set device offline if it doesn't exist in the plm/hub database
* [insteon] use a flag to indicate if a device is linked or not
* [insteon] set config to @NonNullByDefault({}) instead of @Nullable
* [insteon] cleanup
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-06-14 23:26:08 +02:00
robnielsen and GitHub
045de1b589
[ecobee] Add support for Smart Thermostat Premium ( #12892 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-06-08 08:52:07 +02:00
robnielsen and GitHub
53db5c4822
[insteon] change .equals() to == for ThingStatus equality check ( #12826 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-05-27 16:12:04 +02:00
robnielsen and GitHub
88e7ba3774
[insteon] set device to offline if network is not online after initialization ( #12790 )
...
* [insteon] set device to offline if network is not online during initialization
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-05-27 14:14:43 +02:00
robnielsen and GitHub
5b79e18289
[insteon] ignore commands if device is not online ( #12787 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-05-23 21:56:35 +02:00
robnielsen and GitHub
d9b5f2d911
[insteon] remove instructions about redirecting output from console commands ( #12734 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-05-16 22:43:33 +02:00
robnielsen and GitHub
210a027053
[tradfri] reduce logging levels ( #12462 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-03-12 08:53:01 +01:00
robnielsen and GitHub
9fd87f52ef
[tradfri] fix null pointer exception when sending command to a device that is offline ( #12347 )
...
* [tradfri] fix null pointer exception when sending command to thing that is offline
* [tradfri] changed coapClient from @NinNullByDefault({}) to @Nullable
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-02-26 16:10:59 +01:00
robnielsen and GitHub
37c028ddc0
[insteon] Ignore missing network handler when disposing a device ( #12169 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2022-01-30 18:50:47 +01:00
robnielsen and GitHub
3e94bb1e19
[insteon] added representation property for devices ( #10908 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2021-07-06 19:51:09 +02:00
robnielsen and GitHub
22c5e841dd
[ecobee] logging improvements ( #10772 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2021-05-29 20:10:06 +02:00
robnielsen and GitHub
84a4896ffc
[insteon] add a read timeout when getting data from Insteon 2245-222 hub ( #10708 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2021-05-17 22:12:02 +02:00
robnielsen and GitHub
9ba28a50cc
[insteon] Fix SAT warnings ( #10688 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2021-05-14 10:22:55 +02:00
robnielsen and GitHub
ca3ee153c4
[insteon] delay setting state of network to UNKNOWN ( #10620 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2021-05-09 20:22:13 +02:00
robnielsen and GitHub
809ee6ffdb
[ecobee] only log stack traces to openhab.log if debug is enabled ( #9443 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-12-22 19:51:22 -08:00
robnielsen and GitHub
4409cf63c9
only log stack traces to openhab.log if debug is enabled ( #9427 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-12-19 20:18:10 +01:00
robnielsen and GitHub
f025fb046c
[insteon] update documentation for console commands ( #9342 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-12-13 09:20:12 +01:00
robnielsen and GitHub
4911fd0c4a
[insteon] Fixed status updates not getting published for some polled devices ( #9110 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-11-24 00:12:25 +01:00
robnielsen and GitHub
5b7f1b0e67
[insteon] added ability to configure the channels with parameters from the ui ( #8959 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-11-11 19:11:17 -08:00
robnielsen and GitHub
3c3e9adbb1
[insteon] sort the channels by channel id so they show up sorted in the ui ( #8966 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-11-11 11:29:55 -08:00
robnielsen and GitHub
0722bd71f5
[insteon] remove all @SuppressWarnings("null") ( #8937 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-11-04 21:05:01 +01:00
robnielsen and GitHub
1ac55a58e0
[insteon] fix documentation for the thermostat temperature channel ( #8914 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-10-31 15:32:08 +01:00
robnielsen and GitHub
0f3112d3f8
[insteon] handle cases when channelLinked is not called after initialization ( #8803 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-10-21 00:54:40 +02:00
robnielsen and GitHub
3abe27b224
[insteon] remove dependency on org.apache.commons.lang.StringUtils ( #8630 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-10-01 14:55:19 -07:00
robnielsen and GitHub
c30a5fa9e2
[insteon] remove optional from the description of network parameters ( #8555 )
...
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com >
2020-09-25 22:23:07 +02:00