analystcmyk

Results 23 comments of analystcmyk

OpenBEKEN can handle it with this command. `addEventHandler OnChannelChange 2 publish hasp/plate/command/p0b5.val $CH2 1` Nevertheless you are not always in control of the topic (third party devices etc), so it...

Maybe overstretching and out of scope here, but possibly this would not be strictly to be limited to power. Any value could be "statted" using the sample period , but...

Any plans for moving the stats out of the BLE code? Even just a daily diff like https://github.com/openshwprojects/OpenBK7231T_App/blob/c07f66f3818c7067e60acbf27cb1a5d86f77e692/src/driver/drv_bl_shared.c#L187 would be nice (instead of the full fledged configurable powermeter) Maybe a...

Show energy usage of last hour: - global total is CH5 - create intermediate counter CH10 - create intermediate counter to store usage of last hour CH11 - every 3600...

Ok yes this is working fine. `addEventHandler OnChannelChange 2 publish hasp/plate/command/p0b5.val $CH2 1`

Well before that ( I am using the https://www.openhasp.com/0.7.0/hardware/sunton/esp32-2432s028/#esp32-3248s035 ) module I would like to elaborate a bit the back route from LCD module to OpenBEKEN. Having OpenHASP to monitor/control...

A bit like this ![image](https://github.com/openshwprojects/OpenBK7231T_App/assets/61187964/d827f656-0246-4bc2-83b1-073c4e24197d) and with the `mqttTopicRewrite` command: `mqttTopicRewrite OBK_DEV_NAME/3/set hasp/plate/state/p1b200 $.val` meaning: 1. subscribe to `hasp/plate/state/p1b200` 2. on change copy any value from `hasp/plate/state/p1b200` to `OBK_DEV_NAME/3/set` 3....

Ok, then maybe we could consider this : (in analogy of `linkTuyaMCUOutputToChannel`) - Define a channel, eg 3, and set a type. - Allow to subscribe to an MQTT topic...

While we are at it : allow ID in report, export, filter.