-
Notifications
You must be signed in to change notification settings - Fork 5
Description
When I look at the values for V, A, W at the inspelning outlets, I doubt, that the calculation is correct. There should be a mathematical correction according to the well known formular P = U * I. As in the original Dirigera App only „W“ and „kWh“ are shown, while „V“ should be constant (more or less), „A“ should be calculated, to obtain a calibrated formula. This would be in line with the strategy for tasmota plug calibration (https://tasmota.github.io/docs/Power-Monitoring-Calibration) where you should use a 60W vintage bulb for calibrating the Amps value. I think, this should be provided here as well.
My background is, that I want to measure my mini PV module power with this plug. Unfortunately, IKEA does not provide negative values for „W“ and just provides zero. „V“ and „A“, however, are provided. So, I could calculate „W“, if the „A“ is correctly calibrated before.
Besides, concerning my previous question about power cycling behaviour, I „detected“ this feature at the python source https://github.com/Leggin/dirigera, where it is mentioned:
„The set_startup_behaviour() function enables users to override the default behavior and choose the startup behavior that best suits their needs (START_ON = turn on light when power is back, START_OFF = light stays off when power is back).
I can not guarantee that all IKEA lamps offer this functionality. EDIT: This is now an exposed feature in the app.“
So, it might be possible, to show this feature here as well, or not?