-
Notifications
You must be signed in to change notification settings - Fork 7
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
idea: take past hours into account #28
Comments
Thanks for the idea. My thinking so far has been that if the past should affect your heating, that should happen via observing current reality such as room temperature, which is affected by not only past electricity price but also accounts for other environmental factors. This actually happens automagically if you control setpoint of your air heat pump with nordpool_diff output; what the heat pump actually does depends on the difference between setpoint and the actual temperature in the room. (But then, regular air heat pump can't possibly measure room, let alone whole house temperature particularly well. It would be better to use separate temperature sensors (I'm using ruuvitags) and maybe measure thermal radiation of walls with infrared thermometer (haven't done that yet :)). That said, it could also be an option to modify the filter to take into account x past hours. Need to think about this because the devil is in the details: how exactly? |
thanks for the reply!
|
this is more of a feature request
(if it doesn't exist already):
Beside future hours, I'd like to take into account x past hours.
So to have a reference window starting from somewhere before, not only with future hours.
So far I only have the alternative option to compare with the daily average or mean. But for my heatpump and house with little buffer, a window of a few hours would be better. Only future hours doesn't compensate for past situation.
edit:
I tried to use a negative filter length, but that is not possible, must be an integer between 2...20
But maybe something in this direction? I wanted with filterlength -2 to have current and past hour. Such a sensor I could then combine with a regular one that looks into the future.
edit2: changing numbers in my local version of https://github.com/jpulakka/nordpool_diff/blob/7fa73ed6d3b292e9aff2db7b382008dfdf5b46b9/custom_components/nordpool_diff/sensor.py#L38C58-L38C69
didn't help yet. But then, I don't understand much of it anyway.
The text was updated successfully, but these errors were encountered: