Comments for ADONNO https://adonno.com Join me in my journey into the Home Assistant rabbit hole Mon, 02 Sep 2024 11:01:14 +0000 hourly 1 https://wordpress.org/?v=6.8.5 Comment on Smarter Diaper trash bin by Marc https://adonno.com/smarter-diaper-trash-bin/#comment-13084 Mon, 02 Sep 2024 11:01:14 +0000 https://adonno.com/?p=344#comment-13084 Hi,

I allready have a tag scanner and it works awesome!
I ordered one a while ago and it’s still in Luxemburg post… It’s in Transit, so it’s not stuck or ad the customs.

It’s been sitting there for a week now. So i’m wondering when it will be deliverd.
Can you reach out to me please?

]]>
Comment on Cheap car presence & position detection in Home Assistant with ESPHome by Adonno https://adonno.com/car-presence-position-detection/#comment-10872 Wed, 03 Jul 2024 13:38:07 +0000 https://adonno.com/?p=71#comment-10872 In reply to Glen E.

I used a cat5 Cable and it worked my sensors are 3m apart (10feet) on one cable no issues
I must admit mine is currently offline due to me hanging a rack above the roof

]]>
Comment on Cheap car presence & position detection in Home Assistant with ESPHome by Glen E https://adonno.com/car-presence-position-detection/#comment-9865 Sat, 25 May 2024 02:36:21 +0000 https://adonno.com/?p=71#comment-9865 I’m trying to build a similar version of this project. The problem I’m running into is where I am going to place my D1 mini.

My project is only going to use 2 ultrasonic sensors.

I’ve been testing everything on a breadboard. I can only use a cable about 8″ long between the sensor and the D1 which will be fine for the first sensor but will not at all work for the sensor over car 2.

I’m using Cat-6 cable between the sensor and the D1.

Should I try something else?

]]>
Comment on Cheap car presence & position detection in Home Assistant with ESPHome by Glen E https://adonno.com/car-presence-position-detection/#comment-9339 Sun, 05 May 2024 00:39:43 +0000 https://adonno.com/?p=71#comment-9339 In reply to Steve Edson.

I’ve had all sorts of problems with these. I’m getting 1.12 cm no matter if my car is in the garage under the sensor or not. I’ve tried 3 different sensors and 3 different ESP boards and I’ve used Home Assistant and Tasmota. It’s the same with everything. I can’t understand what I’m doing wrong. I’m only using 2 sensors centered above each vehicle.

]]>
Comment on Salt level sensor for water softener in Home Assistant with ESPHome by Mark https://adonno.com/salt-level-sensor/#comment-7412 Sun, 03 Mar 2024 17:15:13 +0000 https://adonno.com/?p=196#comment-7412 Due to a breaking change which flags pin reuse you need to update the code for both platform sensors like this:

– platform: ultrasonic
trigger_pin:
number: D1
allow_other_uses: true
echo_pin:
number: D2
allow_other_uses: true

]]>
Comment on Salt level sensor for water softener in Home Assistant with ESPHome by Adonno https://adonno.com/salt-level-sensor/#comment-3145 Sun, 29 Jan 2023 15:44:41 +0000 https://adonno.com/?p=196#comment-3145 In reply to Chris.

Doesn’t look like it.
This is the list of supported distance sensors.
https://esphome.io/index.html#distance

]]>
Comment on Salt level sensor for water softener in Home Assistant with ESPHome by Chris https://adonno.com/salt-level-sensor/#comment-3141 Sat, 28 Jan 2023 21:16:57 +0000 https://adonno.com/?p=196#comment-3141 Can this be used?

https://www.parallax.com/product/ping-ultrasonic-distance-sensor/

I had one laying around and thought I’d give it a try

It only has one pin for sending and receiving. I tried to change the yaml to that one pin, but I’m only getting -nan as a response.

]]>
Comment on The quest to the perfect doorbell by Adonno https://adonno.com/the-perfect-doorbell/#comment-3120 Wed, 25 Jan 2023 10:28:33 +0000 https://adonno.com/?p=360#comment-3120 In reply to Tomas Jacobs.

Hello,

it’s still the same code

Andrea

]]>
Comment on The quest to the perfect doorbell by Tomas Jacobs https://adonno.com/the-perfect-doorbell/#comment-3119 Wed, 25 Jan 2023 10:24:19 +0000 https://adonno.com/?p=360#comment-3119 Hi,

I purchased a tagreader from your website and noticed you have switched to esp8266 instead of wemos d1 mini.
Did the tagreader.yaml file change, due to switching the microcontroller? Or is your github tagreader.yaml still correct?

thanks you

Tomas Jacobs

]]>
Comment on Cheap car presence & position detection in Home Assistant with ESPHome by John https://adonno.com/car-presence-position-detection/#comment-2841 Sun, 27 Nov 2022 14:21:46 +0000 https://adonno.com/?p=71#comment-2841 Hi, i just started discovering ESPHome. This article gave me a good start.
What I don’t get, is why connecting D4 would prevent the device to boot?
Can you explain this please ?

]]>