You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i build a ESP32-C6 Firmware for Measure an analog Value.
At the moment i can only read direct battery percentage. I can request also analog value over develoment console - but not direct with my Custom Converter.
Endpoint 1, Cluster: genAnalogInput, attribute: presentValue: 23 (thats ok)
My working mjs:
`import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i build a ESP32-C6 Firmware for Measure an analog Value.
At the moment i can only read direct battery percentage. I can request also analog value over develoment console - but not direct with my Custom Converter.
Endpoint 1, Cluster: genAnalogInput, attribute: presentValue: 23 (thats ok)
My working mjs:
`import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
export default {
zigbeeModel: ['LechuzaLevelSensor'],
model: 'LechuzaLevelSensor',
vendor: 'HomemadeESP',
description: 'Battery Driven Waterlevel Sensor for Lechuza Pots 2',
extend: [m.battery()],
meta: {},
};`
If i try to add analog it will rename it to invalid. How can i do this?
Beta Was this translation helpful? Give feedback.
All reactions