mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #119] [Feature]: Sync power usage from smart plugs in Home Assistant #61
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joaorgoncalves on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/119
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
I connected my smart plug (Tapo P110M), and I'm able to turn on and off, but there is no energy data coming through to Bambuddy.
Proposed Solution
Use the available sensors/diagnostics for that:
For example, in my case, the sensor for current consumption is
sensor.a1_mini_plug_current_consumptionIf the background logic is working on Bambuddy, that value should allow all the others to be calculated.
You might also want to add
sensor.a1_mini_plug_today_s_consumptionif you don't want to calculate it 🤣Alternatives Considered
No response
Feature Category
Smart Plugs
Priority
Would improve my workflow
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Jan 21, 2026):
I think we should make the consumption entity selectable. Will look into this tomorrow.
@nvdmedianl commented on GitHub (Jan 21, 2026):
i have the same problem, I use Zigbee2mqtt and a IKEA Plug with PM. Is not working By me
@maziggy commented on GitHub (Jan 22, 2026):
Please use branch 0.1.6b11 and let me know if it works for you.
@joaorgoncalves commented on GitHub (Jan 22, 2026):
It is working. The Total Energy I didn't link to any entity because there is no entity with that value, only a monthly option on HA.
Will it automatically keep track of the daily usage to fill in yesterday's and total energy fields?
@mhertel commented on GitHub (Jan 23, 2026):
Not showing up for me on 0.1.6b11
@maziggy commented on GitHub (Jan 23, 2026):
0.1.6b11 Release or clone? If clone, do a git pull. Looks like old code!
@mhertel commented on GitHub (Jan 23, 2026):
Release.. (Docker) I deleted the plug and added it as well, no change
@maziggy commented on GitHub (Jan 23, 2026):
The energy sensors, what entity type are they? If possible, show me the entities related to the selected switch.
@mhertel commented on GitHub (Jan 23, 2026):
@maziggy commented on GitHub (Jan 23, 2026):
Mhhh....strange. Did you check the logs for errors? Best would be if you send me a support package.
@mhertel commented on GitHub (Jan 23, 2026):
as requested..
bambuddy-support-20260123-082555.zip
@maziggy commented on GitHub (Jan 24, 2026):
Should be fixed in branch 0.1.6-final. Please let me know if it works for you now.
@mhertel commented on GitHub (Jan 24, 2026):
i'm running the docker under unraid with ghcr.io/maziggy/bambuddy:latest as the repository.
i tried ghcr.io/maziggy/bambuddy:0.1.6-final but that didnt work
@maziggy commented on GitHub (Jan 24, 2026):
The version is not yet released. You need to build the new container locally. Use docker compose build --no-cache
@mhertel commented on GitHub (Jan 24, 2026):
I'll wait for the release then, unraid handles docker installs a bit different and i don't want to screw around with my working setup..