forked from openenergymonitor/EmonScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirmware_available.json
218 lines (212 loc) · 7.48 KB
/
firmware_available.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
{
"emonTxV4_LPL":{
"hardware":"emonTx4",
"core":"avr128db48",
"radio_format":"lowpowerlabs",
"version":"1.5.4",
"date":"19 Dec 2022",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emontx4/releases/download/1.5.4/EmonTxV4_LPL.hex",
"description":"emonTx v4 single phase, 6 channel firmware"
},
"emonTxV4_JeeLib_Native":{
"hardware":"emonTx4",
"core":"avr128db48",
"radio_format":"jeelib_native",
"version":"1.5.4",
"date":"19 Dec 2022",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emontx4/releases/download/1.5.4/EmonTxV4_JeeLib_Classic.hex",
"description":"emonTx v4 single phase, 6 channel firmware"
},
"emonTxV4_JeeLib_Classic":{
"hardware":"emonTx4",
"core":"avr128db48",
"radio_format":"jeelib_classic",
"version":"1.5.4",
"date":"19 Dec 2022",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emontx4/releases/download/1.5.4/EmonTxV4_JeeLib_Classic.hex",
"description":"emonTx v4 single phase, 6 channel firmware"
},
"emonPi_CM_LPL":{
"hardware":"emonPi",
"core":"ATMEGA328P",
"radio_format":"lowpowerlabs",
"version":"1.1.1",
"date":"16 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonpi/releases/download/16-02-23/emonPi_CM_LPL_1_1_1.hex",
"description":"emonPi continuous sampling firmware"
},
"emonPi_CM_jeelib_native":{
"hardware":"emonPi",
"core":"ATMEGA328P",
"radio_format":"jeelib_native",
"version":"1.1.1",
"date":"10 Jul 2021",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonpi/releases/download/16-02-23/emonPi_CM_jeelib_native_1_1_1.hex",
"description":"emonPi continuous sampling firmware"
},
"emonPi_DS_jeelib_classic":{
"hardware":"emonPi",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"2.9.3",
"date":"5 Jan 2021",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonpi/releases/download/2.9.3/firmware.hex",
"description":"emonPi discrete sampling firmware"
},
"emonTx34_CM_LPL":{
"hardware":"emonTx3",
"core":"ATMEGA328P",
"radio_format":"lowpowerlabs",
"version":"2.4.0",
"date":"16 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emontx3/releases/download/tx3-16-02-23/emonTx34_CM_LPL_2_4.hex",
"description":"emonTx v3.4 continuous sampling firmware"
},
"emonTx34_CM_jeelib_classic":{
"hardware":"emonTx3",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"2.4.0",
"date":"16 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emontx3/releases/download/tx3-16-02-23/emonTx34_CM_jeelib_classic_2_4.hex",
"description":"emonTx v3.4 continuous sampling firmware"
},
"emonTx34_DS_jeelib_classic":{
"hardware":"emonTx3",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"3.4.0",
"date":"16 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emontx3/releases/download/tx3-16-02-23/emonTx34_DS_jeelib_classic_3_4.hex",
"description":"emonTx v3.4 discrete sampling firmware"
},
"emonTx_3Phase_PLL_LPL":{
"hardware":"emonTx3",
"core":"ATMEGA328P",
"radio_format":"lowpowerlabs",
"version":"2.1",
"date":"16 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emontx3/releases/download/tx3-16-02-23/emonTx_3Phase_PLL_LPL_2_1.hex",
"description":"emonTx 3 phase continuous sampling firmware"
},
"emonTx_3Phase_PLL_jeelib_classic":{
"hardware":"emonTx3",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"2.1",
"date":"16 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emontx3/releases/download/tx3-16-02-23/emonTx_3Phase_PLL_jeelib_classic_2_1.hex",
"description":"emonTx 3 phase continuous sampling firmware"
},
"emonBase_rfm69pi_LPL":{
"hardware":"rfm69pi",
"core":"ATMEGA328P",
"radio_format":"lowpowerlabs",
"version":"1.0.0",
"date":"18 Nov 2022",
"baud":38400,
"download_url":"https://github.com/openenergymonitor/emonBase_rfm69pi_LPL/releases/download/1.0.0/emonBase_rfm69pi_LPL.hex",
"description":"emonBase RFM69Pi firmware"
},
"emonBase_rfm69n":{
"hardware":"rfm69pi",
"core":"ATMEGA328P",
"radio_format":"jeelib_native",
"version":"2.0.0",
"date":"10 Jul 2021",
"baud":38400,
"download_url":"https://github.com/openenergymonitor/emonBase_rfm69n/releases/download/2.0.0/firmware.hex",
"description":"emonBase RFM69Pi firmware"
},
"emonBase_jeelib":{
"hardware":"rfm69pi",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"1.4.0",
"date":"13 Jan 2017",
"baud":38400,
"download_url":"https://github.com/openenergymonitor/RFM2Pi/releases/download/1.4.0/firmware.hex",
"description":"emonBase RFM69Pi firmware"
},
"rfm12pi_jeelib":{
"hardware":"rfm12pi",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"RFM12_Demo_ATmega328",
"date":"2 May 2015",
"baud":38400,
"download_url":"https://raw.githubusercontent.com/openenergymonitor/RFM2Pi/master/firmware/RFM69CW_RF_Demo_ATmega328/RFM12_Demo_ATmega328.cpp.hex",
"description":"emonBase RFM12Pi firmware"
},
"emonTH2_LPL":{
"hardware":"emonTH2",
"core":"ATMEGA328P",
"radio_format":"lowpowerlabs",
"version":"4.1.0",
"date":"17 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonth2/releases/download/4.1.0/emonth2_LPL_4_1.hex",
"description":"emonTH V2 firmware"
},
"emonTH2_jeelib_native":{
"hardware":"emonTH2",
"core":"ATMEGA328P",
"radio_format":"jeelib_native",
"version":"4.1.0",
"date":"17 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonth2/releases/download/4.1.0/emonth2_jeelib_native_4_1.hex",
"description":"emonTH V2 firmware"
},
"emonTH2_jeelib_classic":{
"hardware":"emonTH2",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"4.1.0",
"date":"17 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonth2/releases/download/4.1.0/emonth2_jeelib_classic_4_1.hex",
"description":"emonTH V2 firmware"
},
"emonTH2_2Ext_jeelib":{
"hardware":"emonTH2",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"3.2.5",
"date":"20 Sep 2021",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonth2/releases/download/3.2.5/firmware_2ext.hex",
"description":"emonTH V2 firmware with 2x external DS18B20 temperature sensors"
},
"emonTH1_LPL":{
"hardware":"emonTH1",
"core":"ATMEGA328P",
"radio_format":"lowpowerlabs",
"version":"2.8.0",
"date":"17 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonTH/releases/download/2.8.0/emonth1_LPL_2_8.hex",
"description":"emonTH V1 firmware"
},
"emonTH1_jeelib_classic":{
"hardware":"emonTH1",
"core":"ATMEGA328P",
"radio_format":"jeelib_classic",
"version":"2.8.0",
"date":"17 Feb 2023",
"baud":115200,
"download_url":"https://github.com/openenergymonitor/emonTH/releases/download/2.8.0/emonth1_jeelib_classic_2_8.hex",
"description":"emonTH V1 firmware"
}
}