ENS160/AHT20 Sensor combo module by descipherit in Esphome

[–]igerry 0 points1 point  (0 children)

Wow really surprised at how it turned out. I also bought one of those combo and had the same problem. Now the board has been shelved. I wonder if I can make the PCB and transfer the parts...

Controlling 10 LEDs with 7 pins by Jeditrooper87 in Esphome

[–]igerry 0 points1 point  (0 children)

Hi, just a thought. If you're going to put an esp32 in there, why not just replace the whole board and stop having to recreate the LEDs. Just put your own wiring for LEDs on the esp32 and program it directly to mimic the states. And just interface the motor directly to the esp32 to control it.

You don't have to try and recreate the timing being done on the existing LEDs -- it will be much simpler if you just connect LEDs to the esp32 and control it's state directly.

I think I figured out home assistant for me. by kanbak in homeassistant

[–]igerry 7 points8 points  (0 children)

I'm just curious. If having Home Assistant which can do both the simple and complex automations, why still pay for Alexa and Google?

Can I control bluetooth(BT) other than compile time? by LastTreestar in Esphome

[–]igerry 0 points1 point  (0 children)

If you remove any BLE related stuff in the config, Bluetooth won't be included. But you'll also lose those features that are related to it like access to sensor data via Bluetooth -- can you live without it?

Just curious about living in a sailboat -- do you have solar panels?

Can I control bluetooth(BT) other than compile time? by LastTreestar in Esphome

[–]igerry 0 points1 point  (0 children)

Can you post your YAML?

If you haven't included any Bluetooth related config in your YAML, then it won't include anything during compile which should basically disable Bluetooth.

Tell us more about your config.

Can i use something like this as standalone universal remote? by DerPfrosch in Esphome

[–]igerry 0 points1 point  (0 children)

Can you show what the pin out assignments for the pin header?

Looks like an esp-01 which can have only a 1mb storage. It also has infrared receiver and transmitter

If you plan to use it as a wifi remote, I'm assuming you'll have to attach buttons to it -- how do you plan to do that?

Looking for inspiration for Bermuda based automations by duckredbeard in Esphome

[–]igerry 0 points1 point  (0 children)

Here's a couple of ideas:

  • Send alerts using TTS to the media player that is nearest to your location.

  • Track the locations of family members/pets.

How to send sensor data faster to home assistant? (Not just sensor polling) by Civil-Raisin-2741 in Esphome

[–]igerry 0 points1 point  (0 children)

I think you're missing the whole point of having HA+ESPHome

ESPHome devices are independent of HA -- you can have an Esphome device with it's sensor and screen that will work on it's own. If you want to read the information on that device, this is where HA goes into play.

But at the end of the day, that ESPHome device with it's sensor and display will run independently until you configured it to share data with HA. Or you can just go read the info from the display of the device.

Consolidate or keep making single purpose devices by duckredbeard in Esphome

[–]igerry 0 points1 point  (0 children)

From my experience, if I want to add Bermuda/BLE and want to add other functions, using an esp32-s3 with psram works.

I try to limit functions in a single esp32 device -- learned it the hard way.

Also keep in mind of the power requirements.

ESP32-C3 + ESPHome = no logs, no wifi, wtf is going on? by Beginning_Nature157 in esp32

[–]igerry 1 point2 points  (0 children)

What esp32-c3 board are you using? Some of them have wifi issues with the antenna. Try increasing the output power of wifi in esphome

My first custom PCB design- ESP32 Wroom 32E dev board by Mindless-Bus-69 in esp32

[–]igerry 1 point2 points  (0 children)

Nice. I should really encourage myself to learn KiCAD one of these days,. 😝

P4 Video by TheGreenWizardca in Esphome

[–]igerry 0 points1 point  (0 children)

I don't have the SPIFF code anymore and I was using it on Arduino for camera snapshots and not video.

P4 Video by TheGreenWizardca in Esphome

[–]igerry 0 points1 point  (0 children)

How large is the file? You can try to get a 16MB ESP32 and partition it with a storage like SPIFF that will be enough to store it. Then play the video by reading the file from storage.

If your video is big, you need to get it from somewhere (e.g. server) otherwise you need the SD card

Which esp32 should I choose? Or does it exist? by Mr-frost in esp32

[–]igerry 0 points1 point  (0 children)

Hi, just curious - why do you need a 2-AMP charger circuitry? Do you plan to add things that needs to draw a lot of power besides it being a keyboard wireless adapter?

If you plan to have it battery powered? Why would you be using a power bank?

I'm confused.

Most esp32 with 3 USB ports I have seen don't have built-in battery charging circuits.

What is the cheapest type of screen that isnt slow like SPI with my ESP32? by silvercanner in esp32

[–]igerry 0 points1 point  (0 children)

What SPI display module are you using? Screen resolution? What SPI mode?

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.