Good day,
I have a problem with an energy meter based on BK7231N and BL0942 communicating over SPI. I want to change its software to Openbeken and integrate it with HomeAssistant. I am after reading these topics: https://www.elektroda.com/rtvforum/topic3945667.html and https://www.elektroda.com/rtvforum/topic3943151.html .I managed to sflash BK7231N then using the startDriver BL0942SPI command I started the readings and then calibrated it. The problem arises when integrating with HA. I configured the Configure MQTT tab and got the status: MQTT State: connected, and checked in MQTT Explorer in HA if the data appears and up to this point everything is correct.


In the Home Assistant Configuration tab, no code appears, and clicking Start Home Assistant Discovery has no effect.

The only thing that displays for me in HA is information about WIFI signal strength.

If I understood the information on this video correctly: https://www.youtube.com/watch?v=pkcspey25V4 then some yaml code should appear in this tab. Can I ask for help on how to solve this problem, I assume it is possible to write yaml code myself that would display this data as entities in HA, but I am quite green in this topic. Also, the MQTT Explorer does not show the frequency and power factor data being read.