It was not intended as a request but a question if some Lovelace card like this exists (and I haven’t found it yet, not even in HACS).
If this should now become a request, do I have to add something here in this thread? Or should I request it in another sub-forum or even on GitHub? (where I have an account, too)
It is a request now, since no one has built this. Ask a mod, perhaps, to move the thread to either the custom integrations category, or the WTH / feature requests categories.
Hello!
Can you please share any guidance on how you connected and configured your MPU6050 and got the data into HA?
I have HA on a floating house and I would like to use this to measure the pitch & roll of the house. I’d like to connect an MPU6050 to my Raspberry Pi running HA, but no idea where to start (I’m new to HA)
The MPU6050 is connected to an ESP32, which is connected (via USB) to a Raspberry Pi 4 (that obviously runs Home Assistant), which is connected to a Teltonika RUXT11.
This is the relevant excerpt of the ESPHome config for the ESP32:
I have the same scenario but am curious if you manage to expose the sensors to HA by reading them over USB not Wi-Fi. I see the log over USB but cannot get the entity to HA
Hi, could this being done even on the standalone ESP via its own Web output?
When i am traveling my Home Assistant remains at home, and the ESP with its Weboutput could still being used in the car.
Thanks! It wasn’t too difficult to make, I spent longer trying to find one! I did make some improvements, mainly around auto resizing so I’ll update it.
I’m using it to monitor mutliple beehives that have a gyro in the roof.
Just got some time to tinker with this bubble card again.
I’m using an ESP-32 and a MPU6050 Accelerometer to show the level of a motorhome.
The ESP32 is overkill but I’m building a Home Assistant dashboard to show other sensors also connected to the ESP. I stumbled on using the Z axis signal from the MPU to act as a bump sensor. Not got into it but it could feed into a trigger for an alarm.
Seems to work well so far. I wondered if you ever got chance if you could make a vertical version of the bar level. More for cosmetic purposes.
The only other feedback is that it seems full scale is across 1 Degree. I guess I can scale externally to make less sensitive.
Thanks again. Really useful component.
I’ve added a multiplyer - for my beehives I need to know if they are a few degrees off so it’s a it sensitive, try adjusting the multiplyer (Default is 5):
type: custom:realistic-bubble-level-card
x_entity: sensor.beehive_1_1_y_axis
y_entity: sensor.beehive_1_1_x_axis
multiplier: 5
title: Position
The bar should go vertical if you add horizontal to the card: