Replies: 3 comments 3 replies
-
the issue is related to the documentation ( https://github.com/emporia-vue-local/esphome#writing-configuration ) :
Can someone improve the documentation to add |
Beta Was this translation helpful? Give feedback.
-
The new configuration setup makes the raw power sensors internal with no filter (besides the positive one), meaning they are not sending directly to HA. Did you add the copy sensors from later on in the example config that apply the Would you mind posting your full config to help make sure we figure this out? |
Beta Was this translation helpful? Give feedback.
-
Ah, I think I see it:
Remove the I expect you actually have a set of duplicate sensors in your HA instance, one for each circuit. The original ones are the raw readings in your current config, and the duplicate ones are the filtered copies. I'm not 100% sure the duplicated sensors will change back to the original names after you make the above changes, so you may need to manually rename some entities in HA. Let me know if this fixes it, and if you had to rename entities for it to all work. I think we should add a comment to the current example configuration explaining this in a bit more detail, as it isn't obvious. I'll work on that later today, unless someone else gets to it first! |
Beta Was this translation helpful? Give feedback.
-
Today i update my emporia with starting point for a configuration
Before, i was using moving_avg filter
And now throttle_avg :
Of course, i've updated all sensor to use it
Now, it's much more noisily compared as before :
( look like
throttle
filter is not working as i got a data point every 1 or 2 seconds )Before 11h26: moving_avg, after 11h26: throttle_avg
i made a mistake on my code or it's missing something on the starting point for a configuration documentation or ... ?
Beta Was this translation helpful? Give feedback.
All reactions