Replies: 11 comments 37 replies
-
Converting to a discussion... You have the link to the datasheet of the JSY in the project main page: https://mathieu.carbou.me/MycilaJSY/JSY-MK-333G.pdf It does not expose through modbus the THDu / THDi, so knowing the chip won't help exposing it. You can look inside the library how I implemented thdi calculation. Lines 218 to 224 in fa95919 MycilaJSY/src/MycilaJSYMetrics.cpp Lines 7 to 12 in fa95919 |
Beta Was this translation helpful? Give feedback.
-
Ok. Good to know that you did those calculations. "It does not expose through modbus the THDu / THDi, so knowing the chip won't help exposing it." According to https://mathieu.carbou.me/MycilaJSY/JSY-MK-333G.pdf it doesn't expose thd, however many power-metering microcontroller do offer these parameters (like ADE7880 or others). So maybe thd is hidden somewhere in the registers. That's why Im asking for the name of the chip - to check datasheet of the microchip which is on board (I don't have this device yet) ADE7880 which is used on Shelly 3EM power meter doesn't expose THD neither (not available in Shelly app nor webserver) however the chip itself provides this info. It's just a matter of a different register address. |
Beta Was this translation helpful? Give feedback.
-
They have THDu THDi in the above printscreen.. |
Beta Was this translation helpful? Give feedback.
-
Im looking for the names of those 2 ICs. |
Beta Was this translation helpful? Give feedback.
-
Maybe interpretation/description of those additional registers is in the datasheet of those ICs. |
Beta Was this translation helpful? Give feedback.
-
Note: the only JSY I know of that exposes in its datasheet the phase angle through a modbus register is the JSY1031. |
Beta Was this translation helpful? Give feedback.
-
www.google.com/search?q=RN8302B+manual |
Beta Was this translation helpful? Give feedback.
-
Good to hear that thd is available now. |
Beta Was this translation helpful? Give feedback.
-
I really do appreciate what you guys do here. Really. Regarding to my "google" answear, I had no idea/didn't even think that we may get different search results. I've been busy recently and I simply replied google. sorry ;) Regarding THD, having the fundamental, is it possible to calculate all of the rest? I know that another chip ADE7880 (which is in Shelly 3EM) calculates THD up to 63rd. I don't know how many I need - probably up to 40th. I need to measure them to simply check my boiler heater regulator and chinese PV inverter distortion, why?, because In my energy supplier agreement I see this kind of table (automatic translation): |
Beta Was this translation helpful? Give feedback.
-
a bit OFF TOPIC: (sorry) I'm a bit confused now and don't know what to do: I built a similar device to @mathieucarbou https://github.com/mathieucarbou#solar-routers--diverter I've used random turn-on SSRs without zero cross function and I'm afraid that my THD is huge. At the moment, I don't have any power meter (except of PZEMs and I'll also have Shelly 3EM installed soon-standard firmware). I'm about to finish building similar meter to this one here: https://f1atb.fr/diy-solar-energy-router-to-manage-overproduction/ Which fundamental should I be worried about If I want to be compliant with my energy provider? (up to 40th like in the table above?) I would appreciate any hints. THX. I also found this affordable commercial meter: https://www.elektrykasklep.pl/file,662142,0001_00019_02460_4_1.pdf |
Beta Was this translation helpful? Give feedback.
-
Hi,
What is the name of the chip on JSY-MK-333G?
I need to measure THD (total harmonic distortion).
It should be possible according to this printscreen, however I can't see coresponding registers from JSY-MK manufacturer datasheet.
(it should be available in the datasheet of the microchip which is on board).
Beta Was this translation helpful? Give feedback.
All reactions