I think you have edited your post too fast
nothing changed daros_weight is the MQTT sensor and it is working fine as on the screen above (question from @dckiller51 ) bodymiscale.darek has daros_weight as a weight sensor inside, with this sensor bodymiscale.darek show unknown all the time
however probably you got the reason of failure correct - within bodymiscale sensor I should use the weight sensor directly from the Scale (I switched to MQTT only because of low signal of BT/BLE, which as a result causes scale to drop the connection)
I had summed it up for all those who might come across that topic too, where the BodyMiscale Card would not seem to work but that might have been caused by the sensor and not the card like in my case you had referred to.
And far above when I had started my topic I added an UPDATE section to my initial comment that is linking to that explanation I had written for you. That would make it a lot shorter to get behind. I am not into that whole ESP world cause when I had bought 2 back then our energy monitor had to been replaced and was no longer needed.
What is the purpose of that ESP32 integration ?
Is it a kind of bridge connecting the scale to the esp32 that hen connects via WiFi or is it that logic that switches between accounts based on measurement results or can / is it both ?
I have an issue with the buttons (for more details and changing users) in firefox and the home assistant iOS app. They simply don’t do anything. Not even an error in the browser console.
Is anyone else experiencing the same? (i scanned the entire thread but didn’t see anyone mention it)
I already created an issue (before I found this thread).
Can someone tell me if it’s still possible to find this card in HACS? I have the integration running and working great just can’t find the card in HACS. Is manual install for now only supported?
Thanks. When I tried to add https://github.com/dckiller51/lovelace-body-miscale-card as a custom frontend repo, HA popped up and said the card “was already in the store” and then whamo, it appeared. Installed now, thank you.
@thomasloven hello, In view of your expertise in the field of cards, I would like to ask you because I have a technical question on my card. I am missing an element that I wanted to put in place but that I am unable to implement. Do you have any idea how to set up several users selected by a switch.
Part of the code allows me to operate a service with a button. the ideal would be to place it here.
Hi, thanks for the great work on this card.
Is it possible to force a translation? I have my HA set to English, but would like to have the card in Dutch (NL)
A user updated my air-visual-card to use translation key–maybe this will help you. You can look at this commit as an example. He also left some useful links on how to use localize function in HA.
Calling hass.localize() and passing the translation key based on the component translation: sensor.en.json
Explanation of how you can find the translation key can be found here: frontend-translations