Stian B. Barmen

Results 43 comments of Stian B. Barmen

Good news, I fixed it , just some small tweaks to convert from .js to .mjs: ```javascript import * as fz from 'zigbee-herdsman-converters/converters/fromZigbee'; import * as tz from 'zigbee-herdsman-converters/converters/toZigbee'; import...

This external converter works for me, my definition looks like this: ````javascript import * as m from 'zigbee-herdsman-converters/lib/modernExtend'; export default { zigbeeModel: ['Panel Heater'], model: 'Panel Heater', vendor: 'NAMRON AS',...

Hey @mflage I added a divisor to get the energy meetering corrected, and also added the child-lock feature. ## EDITED Small fix for the energy division: ```javascript import * as...