OpenBK7231T_App icon indicating copy to clipboard operation
OpenBK7231T_App copied to clipboard

Open source firmware (Tasmota/Esphome replacement) for BK7231T, BK7231N, BL2028N, T34, XR809, W800/W801, W600/W601, BL602, LN882H, Realtek chips and more

Results 466 OpenBK7231T_App issues
Sort by recently updated
recently updated
newest added

Refreshing the main page (index) will also toggle the ON/OFF state . I don't know if this is the intended behavior ,but in my opinion it should behave like this.

Thanks again for the firmware flashing and modifying the hardware is the part of this hobby I enjoy the most I've flashed a couple of switches and led bulbs now...

After recent changes to fix usage of time_t, there were 4 other places, which should be addressed: ``` max@max:~/LN882H/20240326/OpenBK7231T_App$ find . -name "*.[ch]" | xargs grep -C 2 -n "gmtime((time_t"...

The power statistics command (SetupEnergyStats) is a great tool, but unfortunately hardcoded to be used only for power measured using the BL driver. [definition](https://github.com/openshwprojects/OpenBK7231T_App/blob/c84d69904edba6530c30be9a56cca9e110ca7844/src/driver/drv_bl_shared.c#L280) Suggestion : allow statistics to be...

enhancement

I added some support to the binaries to report consumption and production power for systems with PV modules, based on the BL0942 energy metering IC present in many smart plugs....

enhancement

Comment out lines that check if energy flow is positive to allow measurement of reverse energy by BL0942, etc.

BL0942 - Changes to enable forward / reverse energy measurement CF_CNT - the 24bit variable that collected the data from active energy accumulation could overflow, causing false readings periodically. The...

not able to connect with a SSID containing a single quote. eg: "I don't like this wifi" wifi number 2 is then not used device is working fine with non...

bug

**Describe the bug** After running the device for 2 hours, it becomes unresponsive. the following can be observed: - not connected to wifi anymore - ofcourse, no more mqtt -...

**Describe the bug** If you use a device with AC Frequency Detection (like Moes MS-104B) then TglChanOnTgl is not reliable. It switches the device multiple time a day with toggle...

enhancement