vastra-radiator-valve
Version:
Node.js library to query and configure Vastra's smart radiator valves.
13 lines • 681 B
Plain Text
// const window_open_time = [state[2], state[3]];
// const rapid_warming_time = (state[8], state[9]);
// const current_temp = ((state[12] & 255) | (state[11] << 8)) * 0.1;
// const window_open_temp = (state[4] & 255) * 0.5;
// const temp_deviation = state[13] * 0.1;
// const comfortable_temp = state[14] * 0.1;
// const energy_saving_temp = (state[15] & 255) * 0.5;
// const target_temp = (state[16] & 255) * 0.5;
// const manual_temp_mode = (state[17] & 255) * 0.5;
// const holiday_temp = (state[18] & 255) * 0.5;
// const version_number = (state[0] & 255) + "." + (state[1] & 255);
// //holiday_start_date = state[20] + 6 next
// const holiday_duration = state[25];