ioBroker / ioBroker.wolf

Connect WOLF heating, solar and domestic ventilation
MIT License
25 stars 16 forks source link

device - DP mapping #97

Open fred0815 opened 1 year ago

fred0815 commented 1 year ago

Due to documentation I have modified the device and DPs mappings if ((dp >= 1 && dp <= 13) || (dp >= 176 && dp <= 191) || (dp >= 197 && dp <= 199) || (dp === 364)) { return 'hg1_t'; } else if ((dp >= 14 && dp <= 26) || (dp >= 200 && dp <= 202) || (dp === 365)) { return 'hg2_t'; } else if ((dp >= 27 && dp <= 39) || (dp >= 203 && dp <= 205) || (dp === 366)) { return 'hg3_t'; } else if ((dp >= 40 && dp <= 52) || (dp >= 206 && dp <= 208) || (dp === 367)) {

hg0_t does not exist anymore

main.js.txt datapoints.json.txt index_m.html.txt