Skip to content

Instantly share code, notes, and snippets.

View McNobody's full-sized avatar

Jukka Laaksola McNobody

View GitHub Profile
@Alkarex
Alkarex / decodeAxioma.js
Last active April 28, 2025 08:07
Node-RED function to decode Axioma water meter payloads.
/* jshint esversion:6, bitwise:false, node:true, strict:true */
/* globals msg */
"use strict";
/**
* Node-RED function to decode Axioma water meter payloads.
* Example assuming that msg.req.body contains an HTTP POST callback from The Things Networks.
*/
function statusAxiomaShort(s) {
const messages = [];