Skip to content

Instantly share code, notes, and snippets.

View ThinkPadNL's full-sized avatar

ThinkPadNL

  • The Netherlands
View GitHub Profile
@ThinkPadNL
ThinkPadNL / Eurom_IR_Remote_codes.md
Last active January 19, 2024 13:57
Eurom Wall Designheat 2000 Wifi IR-remote (826104) codes
/*
This code (use in Node-RED function node) will parse the data coming from an Envertech Enverbridge EVB202 solar panel monitoring device.
Created by 'ThinkPadNL' 12-05-2022. Feel free to use
*/
var bridge = msg.payload;
if (bridge.length > 60) {
var mi1_id = bridge.readUInt32BE(20).toString(16);