danialhbma / ITP-SE12-Power-Monitoring

ICT3111 Integrative Team Project
1 stars 0 forks source link

Implementation: Testing of Clamps vs Tuya Sockets #38

Closed yucan-yu closed 1 year ago

yucan-yu commented 1 year ago

Collect clamp measurements on the light and water pump plugs, ideally for 1 hour, and retrieve delta from the difference in (Clamps and Tuya Sockets) values.

yucan-yu commented 1 year ago

Code implemented; calculating power using formula (Power = VRMS * IRMS). In the midst of clarifying with Prof Fauzi on the correctness of approach on retrieving the IRMS value.

yucan-yu commented 1 year ago

Prof Fauzi clarified formula should be Power = AC current * 240V - updated accordingly.

Code implementation complete, to undergo testing soon.

yucan-yu commented 1 year ago

Clamp code committed to remote repository; sensor handed over to @danialhbma for further calibration and testing.

danialhbma commented 1 year ago

Managed to get the clamps connected to the M5StickC, but could not find any suitable cables to obtain readings from. Values were not accurate, so we decided that the clamps would not be used in the final product.