z03mmc icon indicating copy to clipboard operation
z03mmc copied to clipboard

Add option to display clock

Open mateuszpawlak opened this issue 2 years ago • 6 comments

Hi,

Custom Bluetooth firmware (https://github.com/pvvx/ATC_MiThermometer#configuration) give possibility to display also clock (in loop). Is it possible to add this feature to Zigbee firmware?

mateuszpawlak avatar Nov 01 '23 12:11 mateuszpawlak

Is it possible to also remove the smiley/comfort indicator ?

Thanks in advance!

andershagenhansen avatar Nov 02 '23 09:11 andershagenhansen

@andershagenhansen you can compile firmware with this line commented. https://github.com/devbis/z03mmc/blob/master/src/app_cfg.h#L189

There is currently no way to disable it in runtime

devbis avatar Nov 02 '23 10:11 devbis

@andershagenhansen you can compile firmware with this line commented. https://github.com/devbis/z03mmc/blob/master/src/app_cfg.h#L189

There is currently no way to disable it in runtime

@devbis I will try that - but how do I flash it to my already flashed Zigbee device? :-)

I don't have USB-TTL or resistor available :-)

andershagenhansen avatar Nov 02 '23 10:11 andershagenhansen

You can change fw version and use local OTA for zigbee2mqtt. But in some cases it may brick you sensor (until flashing again via UART). So getting USB-UART is desirable for customizing it.

devbis avatar Nov 02 '23 11:11 devbis

@devbis it worked with a newly-compiled firmware, and changed the firmware version numbers. Thanks a lot, for your support!

andershagenhansen avatar Nov 03 '23 08:11 andershagenhansen

@devbis it worked with a newly-compiled firmware, and changed the firmware version numbers. Thanks a lot, for your support!

Hi, Is your firmware variation available anywhere? I would also like these options

cook1emr avatar Nov 19 '23 17:11 cook1emr