Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's impossible to change VirtualMeter.Watts parameter via UI #66

Open
Bounz opened this issue May 5, 2018 · 0 comments
Open

It's impossible to change VirtualMeter.Watts parameter via UI #66

Bounz opened this issue May 5, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Bounz
Copy link
Owner

Bounz commented May 5, 2018

It's impossible to change VirtualMeter.Watts parameter via UI

The problem lies in VirtualMeter that every 30 seconds iterates through modules and if a module has parameter VirtualMeter.Watts then it raises an event on property Meter.Watts.
But, as you can see in the code for updating module (https://github.com/Bounz/HomeGenie-BE/blob/master/HomeGenie/Service/Handlers/Config.cs#L367) you can’t change parameter VirtualMeter.Watts as it is translated into an update of Meter.Watts parameter.

More details here: https://homegenie.club/t/power-monitor-program/300/3

@Bounz Bounz added bug Something isn't working good first issue Good for newcomers labels May 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant