Just a information from my side of importing the sensor to austria.
I used shipping method “Int. Shipping”, which was handeld by Acendia and in my country with local post.at.
The shipping duration took 23 days (ordered on 07.10 and arrived on 30.10).
Subtotal $69.99 (~ 60,34 Euro)
Shipping $14.97 (~ 12,91 Euro)
Tax ~$20,88 (~ 18 Euro - payed on delivery)
Total ~$105,84 (~ 91,24 Euro)
= = = = = = = = = = = = = = = = = = = = = = = = = =
Before i had an DIY version and had to deal with calibration (resistor) and also sometimes adjust the trigger threshold voltage. Also the threshold was very low (0,65V), so maybe not correctly calibrated with the resistor.
It worked, okay for two years now.
My first impressions on the elevated sensors bed sensor (from an HW engineer with 20 years in this job):
NICE JOB !!
- nice build quality of the PCB
- great idea with the 555 timer ic to prevent HW calibration (resistor, poti, …)
- easy setup with BT & wifi onboarding
I have cloned the yaml and done my esphome device/seup myself because i have a device base yaml (with diagnostic sensors), so there where duplicates.
Would be nice if we can exclude the diagnostic.yaml with some flag/substution?
For me i have setup the delays longer, like:
standard_delayed_on: ‘1s’
standard_delayed_off: ‘60s’
because i dont need it to react fast when i go out of bed.
With default values i had ~1 second unoccupied a few times during night (while still lying in bed).
With the above values i had a night wihout (unoccupied) false positives.
With my DIY sensor i had off delay 180s & my HA automations added 10 minutes of occupied/unoccupied (blinds down, disable motion sensors…)
What i want to prevent is that the motion sensor switching on light in the night, that’s why i am choosing longer delays.
Will see how it goes.
thx for this nice project.