-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.homeychangelog.json
197 lines (197 loc) · 6.01 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
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
{
"1.0.5": {
"en": "Update Appstore text and replaced icon for better visibility. Rephrased readme."
},
"1.0.4": {
"en": "Changed wording of eWind Status to Heating/Cooling status and rephrased 'nothing' to 'No heating/cooling'. Replaced icon for better readability."
},
"1.0.3": {
"en": "Further fixes, not need to convert string from string."
},
"1.0.2": {
"en": "Fixed wrong type used to get Status. Changed from Number to String."
},
"1.0.1": {
"en": "Changed 'Current Temperature' to show temperature after heat recovery instead of before heat recovery."
},
"1.0.0": {
"en": "Working modbus support for reading values."
},
"1.0.6": {
"en": "Rebased."
},
"1.0.7": {
"en": "Changed temperature current airtemp to supply_air."
},
"1.1.0": {
"en": "Added Support, Source and Bugs URL. Added more Insights, Fixed a potensial crash, added Ecomode readout, added Ecomode flows."
},
"1.1.1": {
"en": "Added rewrite Ecomode flows. Cleanup of code."
},
"1.1.2": {
"en": "Fixed a fault in calculation of effectivity and updated packages."
},
"1.2.0": {
"en": "Added remaining filter days and status of heating element and heat exchanger."
},
"1.2.1": {
"en": "Added missing capabilities."
},
"1.2.2": {
"en": "Fixed spelling error in capability."
},
"1.3.0": {
"en": "Added alarm for filter alarm and trigger flow card."
},
"2.0.0": {
"en": "Added adjustment of temperature, mode setting, ecomode setting."
},
"2.1.0": {
"en": "Code cleanup, fixed migration/updating of new capabilities for exisiting devices."
},
"2.1.1": {
"en": "Fixed spelling error."
},
"2.1.2": {
"en": "Removed Remaining filter days as that was a static value."
},
"2.1.3": {
"en": "Update packages and removed unnecessary packages, changed polling rate to 1min."
},
"2.2.0": {
"en": "Added action flowcards for Ecomode and Mode."
},
"2.2.1": {
"en": "Updated code."
},
"2.2.2": {
"en": "Turn off boost when mode changes."
},
"2.3.0": {
"en": "Fixed flow cards, added Capability: Last Poll time. Cleanup code and removed some unnecessary logging."
},
"2.3.1": {
"en": "Try to fix capability crash."
},
"2.4.0": {
"en": "Added more delays between sending commands to prevent socket hangup. Try to fix Last poll time to not count when poll is failing."
},
"2.4.1": {
"en": "Remove deprecated capability. Tune delays."
},
"2.5.0": {
"en": "Added TCP keepAlive to keep the Modbus connection always connected (30sec KeepAlive), Removed some more logging, removed delay between requests as KeepAlive solves the problem with Socket Hangup."
},
"2.6.0": {
"en": "Fixed socket problems. Removed ModbusID."
},
"2.6.1": {
"en": "Added OFF-mode to turn the ventilation system off."
},
"2.6.2": {
"en": "Added AutoReconnect if Wifi-connection is unstable or the Modbus module in the ventilation system randomly disconnects."
},
"2.7.0": {
"en": "Translated into Norwegian."
},
"2.7.1": {
"en": "Fixed translation errors."
},
"2.7.2": {
"en": "Fixed lastPollTime to show actually poll time and stop update if Modbus connection quits."
},
"2.7.3": {
"en": "Reduced timeout."
},
"2.7.4": {
"en": "Fixed a bug in target_temperature which forced the modbus-connection to force-close if values were out of range."
},
"2.7.5": {
"en": "Fixed a bug in the new bugfix..."
},
"2.7.6": {
"en": "Added possibility to set target temperature"
},
"2.8.0": {
"en": "Updated and changed some capabilities to work with the new Homey Pro 2023."
},
"2.8.1": {
"en": "Fixed a bug in rewritting to HP23. Measure_temperature should be back on HP now."
},
"2.9.0": {
"en": "Changing modes while polling data should now set the mode after the pull is complete, rewrote some of the code for further optimalization."
},
"2.9.1": {
"en": "Updated dependencies."
},
"2.10.0": {
"en": "Added support for eAir systems."
},
"2.10.1": {
"en": "Bugfix. Typingerror on eAir capability."
},
"2.10.2": {
"en": "Bugfix. Typing error on eAir capability."
},
"2.10.3": {
"en": "Bugfix. Typing error on eAir capability."
},
"2.11.0": {
"en": "Fixing spelling errors on eWind and eAir pairing. Fixed reconnecting if the IP or PORT is changed in Device settings."
},
"2.12.0": {
"en": "Fixed polling to poll when a new state is set. Fixed the mode-changer to jump to previous value until new polling is done. Fixes crash when device is deleted."
},
"2.13.0": {
"en": "Fixed multiple polling-timers going off at the same time."
},
"2.14.0": {
"en": "Added trigger card for Filteralarm."
},
"2.15.0": {
"en": "Added trigger cards for Mode change, Heat exchanger and heating element."
},
"3.0.0": {
"en": "Added condition cards for Mode change, Heat exchanger and heating element."
},
"3.0.1": {
"en": "Fixed some more polling issues."
},
"3.0.2": {
"en": "Updated packages, Added debounce for polling, new reconnect logic and try to fix polling to work consistent."
},
"3.0.3": {
"en": "Refactor the reconnection mechanic. Updated packages."
},
"3.0.4": {
"en": "Added autoReconnect."
},
"3.0.5": {
"en": "Fix autoReconnect."
},
"3.0.6": {
"en": "Fix flowcards for eAir."
},
"3.0.7": {
"en": "Fix flowcards for eAir."
},
"3.0.8": {
"en": "Another attempt at fixing reconnection logic without spamming the Exvent device with connection attempts."
},
"3.0.9": {
"en": "Added more logging when app crashes."
},
"3.0.10": {
"en": "Retry connection also when socket is ended as that happens when t.ex wifi router is updated."
},
"3.1.0": {
"en": "Added the possibility to control the heating coil on or off."
},
"3.1.1": {
"en": "Bugfix: Flowcard for setting mode on eAir had a typo that preventet it from running."
},
"3.1.2": {
"en": "Bugfix: Flowcard for setting mode on eAir had a typo that preventet it from running."
}
}