Egyras / HeishaMon

Panasonic Aquarea air-water H, J, K and L series protocol decrypt
241 stars 122 forks source link

S0 kWh meter ID & Topics #164

Closed stdioGangsta closed 4 years ago

stdioGangsta commented 4 years ago

panasonic_heat_pump/s0/Watt/2 panasonic_heat_pump/s0/Watthour/2

IgorYbema commented 4 years ago

@stdioGangsta which PCB are you using? The heishamon v3 pcb has s0_1 connected to GPIO12 and s0_2 to GPIO14. Those match the default settings for port 1 and port 2. So I am puzzled for this.

I'll change the readme for the topics

stdioGangsta commented 4 years ago

It's a v2 PCB, According to the schematic it is connected to GPIO12. Still, the heishamon webportal as well as the MQTT topics report the S0_1 port as port 2. Firmware version on wemos is 0.8b.

IgorYbema commented 4 years ago

@stdioGangsta and you have gpio12 set as the gpio for port 1 or port 2 in the settings? image

IgorYbema commented 4 years ago

@stdioGangsta Just noticed a design error in the v2 heishamon pcb. Thanks for that! 👍 S0_1 is wired to gpio14 and S0_2 is wired to gpoi12. You can change that in the settings if you like (so change the settings in above screenshot to have S0 port 1 GPIO to 14 and S0 port 2 GPIO to 12) image image

stdioGangsta commented 4 years ago

@IgorYbema yes, I have exactly the same settings as shown by you. (Well, not exactly, because I use a 1000 imp/kWh counter)

stdioGangsta commented 4 years ago

Great, thanks for figuring it out!

IgorYbema commented 4 years ago

@Egyras request close of this issue

Egyras commented 4 years ago

As requested