I had working bed sensor (one load cell don’t care about actual weight) for one side off the bed using the hx711 board and the esp32 devout v1.
It was working quite well, really responsive when I get in to bed and out off bed.
Witch I got integrated into home assistant using Mqtt.
To connect the second load cell I dismantle everything and to put it in a nice enclosure under the bed, but in the proces I broke off the USB port so I ordered a new esp32.
Now the problem is I don’t remember how I connected the hx711 to the esp32.
I tried different connections but I cannot make it work against keeps getting sending 0.00 and doesn’t react to weight change, found a lot of people using memos d1 mini but can’t work out he pins I have to use.
Iam using the hx711 Arduino Library and upload the sketch I found at Building a bed occupancy sensor for Home Assistant
I would love to use it using the esphome add-on but first I need to get the load cell to work again so iam hoping somebody can help me with it so I my automations are working again.