-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.homeychangelog.json
104 lines (104 loc) · 3.12 KB
/
.homeychangelog.json
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
{
"2.0.0": {
"en": "Rewritten app for go-e EV Chargers support Homey SDK3 and go-e APIs V1 for older devices and V2 for 3rd and 4th generation latest devices. Supports now multiple configured devices and introduces some new features only available in API V2, such as Force Single Phase mode."
},
"2.1.0": {
"en": "BREAK: unused energy_total removed, meter_power is now total energy and meter_power.session has last session"
},
"2.2.0": {
"en": "ADD: FlowCard tokens to several flow cards."
},
"2.3.0": {
"en": "BREAK: Single phase charging capability internal id changed."
},
"2.3.1": {
"en": "Fix: Branding updates. "
},
"2.4.0": {
"en": "BREAK: Removed tokens from Then... flow cards, they would limit the cards to advanced flows only."
},
"2.4.1": {
"en": "Fix: Then cards should have been without tokens, not When."
},
"2.4.2": {
"en": "FIX: Single Phase Charging toggle in App did not work."
},
"2.4.3": {
"en": "FIX: is_allowed action cards listener was incorrect."
},
"2.4.4": {
"en": "First French and German translations"
},
"2.4.5": {
"en": "Dutch translations check and corrected"
},
"2.4.6": {
"en": "French translations check and corrected"
},
"2.4.7": {
"en": "FIX: Possible fix to APIv2 devices for temperature null handling."
},
"2.4.8": {
"en": "ADD: Quick action to toggle charging allowed from the tile."
},
"2.5.0": {
"en": "BREAK: Removed V3/V4 device Single Phase Charging and replaced with simplified phase control flow cards."
},
"2.5.1": {
"en": "FIX: Missing Car connection changed trigger card."
},
"2.5.2": {
"en": "FIX Reversed Single/Threee phase condiftion cards"
},
"2.5.3": {
"en": "UI changes: Allow charging now as it's own toggle for on/off."
},
"2.5.4": {
"en": "FIX: Current limit maximum is now either device limit or cable limit."
},
"2.5.5": {
"en": "Workaround for \"Invalid capability\" error on HP2023 installs."
},
"2.5.6": {
"en": "FIX: Increase measure_temperature to max 70C."
},
"2.5.7": {
"en": "ADD: Sentry logging for uncaughtRejections."
},
"2.6.0": {
"en": "ADD: Limited support for RFID access controls. Allow charging action now works when authentication is required and now transaction was activated by RFID-tags."
},
"2.6.1": {
"en": "group together status related capbility updates"
},
"2.6.2": {
"en": "FIX: Status label when waiting for car."
},
"2.6.3": {
"en": "FIX: Change the way active charging phases are counted (current != 0)."
},
"2.7.0": {
"en": "FIX: 1-phase vs 3-phase voltage calculation"
},
"2.7.1": {
"en": "FIX: 1-phase (~235V) vs 3-phase (~400V) voltage calculation"
},
"2.7.2": {
"en": "FIX: Output voltage out of range"
},
"2.7.3": {
"en": "FIX: Output phase/voltage calculation."
},
"2.7.4": {
"en": "Add setup information to the store pages."
},
"2.7.5": {
"en": "Capabilities updates for upcoming HP23 12.2.0 firmware changes"
},
"2.7.6": {
"en": "Switch to Homey specific setInterval"
},
"2.7.7": {
"en": "Remove homey-log/sentry.io"
}
}