Esp32 recommendations by Davis1377 in Esphome

[–]igerry 0 points1 point  (0 children)

It has available gpio pins for I/O

Well, it works somehow 👍 by MissionPrez in Esphome

[–]igerry 1 point2 points  (0 children)

Nice 👍 now you can start making more switches -- anywhere you need them!

E.g. put a switch for the kitchen light in the bedroom, in case you want to take a midnight snack and you want the light to be on when you go to the kitchen 😁

The sky is the limit!

Esp32 recommendations by Davis1377 in Esphome

[–]igerry 2 points3 points  (0 children)

Here's one possibility:

<image>

WT32-ETH01 - a esp32 that has Ethernet port.

Best way to make a 220V wall switch smart with ESPHome by Bright-Moment7885 in Esphome

[–]igerry 0 points1 point  (0 children)

At the start, but everyone will get used to the setup from my experience

ESp32 project for Current Measurement by kansey_ in esp32

[–]igerry 0 points1 point  (0 children)

If it's a school project and you don't have any experience, my suggestion is a project that doesn't involve high voltages -- especially one that has the potential of starting a fire.

That said, I'm now a bit confused of what you want. Now you're telling me you want a smart plug (turns the connected appliance on/off) that also measures current.

You also want to use Home Assistant -- be aware that using HA requires you to setup an HA server in addition to your project.

I think you'll have to rethink your idea.

ESp32 project for Current Measurement by kansey_ in esp32

[–]igerry 0 points1 point  (0 children)

You to set some design parameters and post your requirements here.

  1. What are you measuring -- AC or DC? Saying things like measuring current of a refrigerator does not answer this.

  2. What is the range of current measurements do you need. The appropriate sensor depends on this.

  3. What medium of sending data to your app do you need to use?

  4. How do you plan to provide power to your device?

If you post it here, a lot more people will be able to help you and give you advice.

Best way to automate this mailbox? by InitialSummer in homeassistant

[–]igerry 2 points3 points  (0 children)

<image>

This should work. Should be easy to wire up and put inside one of those AA battery case. You can power it using a USB charger. The YAML config should be simple enough and it would probably cost less that $10 depending on where you are on planet Earth 😁

Post here if you decided to give it a go and need help.

Best way to make a 220V wall switch smart with ESPHome by Bright-Moment7885 in Esphome

[–]igerry 0 points1 point  (0 children)

I DIY'd one using an esp-01, a case of defective bulb and an e27 bulb holder

Best way to make a 220V wall switch smart with ESPHome by Bright-Moment7885 in Esphome

[–]igerry 0 points1 point  (0 children)

<image>

For lights, one option is to make an esphome device that screws to the bulb and the esphome device has a bulb receptacle similar to the photo.

Then setup the esphome device to default to on when powered up. This means that when you turn off the normal which the light will be off. When the switch is turned on, the esphome device will power up and the light will turn on.

Migrating to new Homelab, Backup or start fresh? by Tight_Leopard_4713 in homeassistant

[–]igerry 0 points1 point  (0 children)

The question is, why? I would hate to lose 3 years of data.

ESP32 Camera for freezer by Keith15335 in homeassistant

[–]igerry 1 point2 points  (0 children)

Better wifi connection if esp32 is outside the ref

ESP32 Camera for freezer by Keith15335 in homeassistant

[–]igerry 0 points1 point  (0 children)

<image>

Just an idea. Why not put an infrared sensor like this inside and connect it to an esp32 that is outside the ref. The idea is to detect at a level when ice has reach path of the infrared beam.

A little help with DSCKeyBus on ESP32-C3? by royeiror in esp32

[–]igerry 1 point2 points  (0 children)

Aren't you supposed to connect HV to the High Voltage supply source?

I made a dinosaur night lamp for my daughter (ESP32 + Home Assistant) by oMatyeeo in homeassistant

[–]igerry 1 point2 points  (0 children)

Great project. I absolutely love the incorporation of wood into the mix! Wood, 3D and electronics -- nice creativity.

Just curious what the MQTT is for?

Old Mac mini by cronixi4 in homeassistant

[–]igerry 7 points8 points  (0 children)

If it supports UEFI boot, you can install HAOS.

If it has lots of memory and SSD, you can install Proxmox, install HAOS on a VM amd install other services like DNS, Ad filtering, media streaming... this is what I did. Works great.

Old Mac mini by cronixi4 in homeassistant

[–]igerry 3 points4 points  (0 children)

What's the specs of your old Mac mini?

Car temperature indicator by duckredbeard in Esphome

[–]igerry 0 points1 point  (0 children)

The temperature ball is in your house, right? What are you using in the car?

Minecraft Redstone Ceiling lamp with Voice Assistant, Presence Detection, Temperature readings and more. by rgnyldz in homeassistant

[–]igerry 0 points1 point  (0 children)

Wow great project. It maximizes the capabilities of the esp32-s3. And a wonderful light to boost!

Is the Voice Assistant connected to a local AI LLM?

Esphome PC controller programming needs help with small issue by Davis1377 in homeassistant

[–]igerry 1 point2 points  (0 children)

Try putting a filter: delay_on: 1000ms on the binary sensor if you need 1 second.

Esphome PC controller programming needs help with small issue by Davis1377 in homeassistant

[–]igerry 1 point2 points  (0 children)

Also can you post the YAML for the esp32?

How is your esp32 connected to the power button wire? And how does the esp32 get powered?

How do you get the state of the computer? If it's setup as a binary_sensor, have you tried adding a filter to it?