Today I updated to 1.17.356 and I see I have now channel type frequency_div10, so now the displayed frequency is correct:
But leakage current (channel 11) is still bad by a factor of 10, and this is because I have channel type Current_div100 instead of Current_div1000, as it should be. The problem is that if I set that channel as Current_div1000, then it copies the value of channel 4 (which corresponds to the total current and comes from linking Dpid 6 "phase_a" to channel RAW_TAC2121C_VCP):
I think this is an issue with RAW_TAC2121C_VCP that, apparently, "hijacks" channel types "Voltage_div10", "Power", and "Current_div1000" for its exclusive use. I had already commented this problem at the end of this post.
I have seen that there's already a pull request related to this problem, but still not merged.
Another solution would be to create a new channel type for leakage current, for example, Current_milliamps, but it would be better to solve this "hijacking", as there may be devices that need more than one channel of these types (for example, a three-phase meter, as I said in this post).

But leakage current (channel 11) is still bad by a factor of 10, and this is because I have channel type Current_div100 instead of Current_div1000, as it should be. The problem is that if I set that channel as Current_div1000, then it copies the value of channel 4 (which corresponds to the total current and comes from linking Dpid 6 "phase_a" to channel RAW_TAC2121C_VCP):

I think this is an issue with RAW_TAC2121C_VCP that, apparently, "hijacks" channel types "Voltage_div10", "Power", and "Current_div1000" for its exclusive use. I had already commented this problem at the end of this post.
I have seen that there's already a pull request related to this problem, but still not merged.
Another solution would be to create a new channel type for leakage current, for example, Current_milliamps, but it would be better to solve this "hijacking", as there may be devices that need more than one channel of these types (for example, a three-phase meter, as I said in this post).