forked from PatchworkBoy/homebridge-edomoticz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
79 lines (77 loc) · 3.15 KB
/
CHANGELOG
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
____ _ _
___| _ \ ___ _ __ ___ ___ | |_(_) _v0.1.27
/ _ | | | |/ _ \| '_ ` _ \ / _ \| __| |/ __|_ /
| __| |_| | (_) | | | | | | (_) | |_| | (__ / /
\___|____/ \___/|_| |_| |_|\___/ \__|_|\___/___|
www.npmjs.com/package/homebridge-edomoticz
A Platform Plugin for HomeBridge by Marci
[http://twitter.com/marcisshadow]
V0.1.28 - 2016/04/01
- Tweak to EvoHome support
- Add Blind (switchType 3) support
V0.1.27 - 2016/03/12
- Tweak to EvoHome support
V0.1.26 - 2016/03/02
- Added CurrentCost USB support (introduced to stable in v3.4834)
- Type: Usage, SubType: Electric
V0.1.25 - 2016/02/26
- Revision history moved to CHANGELOG
V0.1.24 - 2016/02/26
- fixed batterysensor for Motion Detectors (was: get before it was added = err thrown)
- merge @gerard33/patch-1 pull request: Add smoke detector status Normal
V0.1.23 - 2016/02/20
- merge in bugfixes by @EddyK69 - commit/1ae1020146b5761f1aaa9bd69b6675210a777290
- consistent that/this
- removed some fluff
- globally switched roundToHalf to OneDP
V0.1.21 & 22 - 2016/02/20
- More work on Thermostat / SetPoint support
V0.1.20 - 2016/02/19
- Dimmers reflect power state
V0.1.19 - 2016/02/19
- Corrected UV Type checking (@EddyK69)
V0.1.16 - 18 - 2016/02/19
- added P1 Smart Meter Energy subtype support
- more work on Evohome
V0.1.14 & 15 - 2016/02/19
- added P1 Smart Meter kWh & Gas type / subtype support
- added UVN800 support (@EddyK69)
- added preliminary EvoHom / OpenTherm Gateway Thermostat / SetPoint support
V0.1.11 & 12 - 2016/02/10
- rewritten switch detection to use SwitchTypeVal=0>17
- de-verbosed object selectors & jshint'd end-to-end
- added: smoke detector, motion detector
- fixed: dimmmer allocation, contact sensors
V0.1.10 - 2016/02/08
- more work relating to dimmers and contact sensors
V0.1.9 - 2016/02/07
- hopefully fixes an oopsie related to brightness on EVERY switch.
V0.1.8 - 2016/02/07
- add support for SwitchType: Contact (basic open / closed)
V0.1.6 - 2016/02/07
- add another identifier for Current
V0.1.5 - 2016/02/07
- add another identifier for a dimming light
V0.1.4 - 2016/02/06
- removed extraneous cruft from Base64
- enable dimming
V0.1.2 - 2016/02/05
- Added SSL Protocol support
- authorization header rather than within URL
V0.0.7 - 2016/02/05
- Fixed Today counter and WindChill characteristic
V0.0.6 - 2016/02/03
- Full DarkSkies Virtual Sensor support (Rain, Wind, Barometer, Solar Radiation, Visibility
V0.0.5 - 2016/02/03
- Added YouLess counter support (Type: YouLess Meter, SubType: YouLess counter)
- Expanded Temp sensor to include humidity & pressure (if present)
- fixed UUID generation
V0.0.4 - 2016/01/31
- Fixed 'Siri Name' disappearance
V0.0.3 - 2016/01/31
- Added General Usage Sensors (Type: General, SubType: Percentage)
V0.0.2 - 2016/01/31
- Added Electric Consumption sensors (Type: General, SubType: kWh)
V0.0.1 - 2016/01/31
- Initial version
- I make no claims to the quality of this shim. Function over form!