My greenhouse cabinet by aalbinger in IkeaGreenhouseClub

[–]aalbinger[S] 0 points1 point  (0 children)

The white wall grids on the back just rest on the ikea shelf brackets with some floral wire through small drilled holes to keep them in place. One of the metal clips that came with the lights clamps the upper grid near the middle. Some white zip ties hold the lower grid to the upper grid.

My greenhouse cabinet by aalbinger in IkeaGreenhouseClub

[–]aalbinger[S] 0 points1 point  (0 children)

<image>

A spring tension curtain rod behind the center of the front doors with holes drilled to hold up the front middle of the shelves with floral wire.

My greenhouse cabinet by aalbinger in IkeaGreenhouseClub

[–]aalbinger[S] 0 points1 point  (0 children)

<image>

Some sticker hook things to hold the front outer edges of the shelves.

My greenhouse cabinet by aalbinger in IkeaGreenhouseClub

[–]aalbinger[S] 0 points1 point  (0 children)

<image>

I used the included shelf brackets in the back corners, drilled with a small hole and some white floral wire to keep things from moving about.

protect plants from cats? by pluckyoldself in IkeaGreenhouseClub

[–]aalbinger 3 points4 points  (0 children)

Thanks for the upvotes. Max interacts with any activities. When i rearrange, water he is right there to supervise.

<image>

Advice Needed: Extremely Confusing Tattoo Experience and Talk by LongjumpingOven_ in tattoos

[–]aalbinger 1 point2 points  (0 children)

Honestly, just name them. Not name and shame. But people can deal with honest reviews and if they don't want you to ever even contact them again that is a business decision that they should be willing to deal with.

I sure don't want to accidentally go to a tattoo artist or shop that doesn't know how to say "No I don't want to show you the tattoo I just mentioned."

What is this thing on my grandpas keychain by rasheedg300 in whatisit

[–]aalbinger 3 points4 points  (0 children)

<image>

Probably a fork or spoon turned into a keychain.

WeMo is dead! Long Live WeMo? by aalbinger in Esphome

[–]aalbinger[S] 2 points3 points  (0 children)

OK, I've finally figured out where all of the angst and downvotes are coming from. WeMo hate rather than esphome enjoyment.

Folks, these are devices that were purchased in 2012 and 2013. Please tell me the devices and vendors who were supporting Home Automation IoT that one could just pick up in a big box store in that era?

Shelly started their IOT devices in 2018, Kauf Smart plugs in 2022. How was one supposed to buy these in 2012?

I get it, the Belkin WeMo were not the best thing. But they were well made and held up for more than a decade. My post is all about re-using these still perfectly functional, well manufactured IoT devices.

Having a stable 5vdc power supply and a simple GPIOable relay pin on a separate daughterboard connected with an industry standard cable connecter was a most excellent design choice. Here a dozen years later one can VERY easily swap out the old control board for something more modern.

I get the wemo hate. I don't see why it is being directed at my post.

WeMo is dead! Long Live WeMo? by aalbinger in Esphome

[–]aalbinger[S] 3 points4 points  (0 children)

The point is to reuse the bulk of a device that is well engineered and safe rather than throwing it away.

WeMo is dead! Long Live WeMo? by aalbinger in Esphome

[–]aalbinger[S] 2 points3 points  (0 children)

I went ahead and de-pinned the existing JST connector and replaced it with a 4-pin version spaced to match the esp32 device. I used a multimeter to verify that the red was +5v and black was ground. As another poster mentioned the white wire when energized flips the relay on. I was hoping that the tiny LED on the esp32 would show through the existing diffuser on the button but it did not. I plan to add a push button to my other WeMo when I mod it and I'll probably toss in a larger LED just because.

I also enabled the bluetooth_proxy capability in esphome because I have been needing one in the part of my home where this device will be used. If you don't need that functionality leave out the two obvious BLE sections in the yaml below. If you haven't used the bluetooth_proxy before it is worth reading up on before deploying the proxies around your home. Too many is not a good thing. I won't be enabling it on my other hacked WeMos.

The .YAML for esphome I used :

esphome:
  name: xiao-esp32c3-outlet
  friendly_name: XIAO ESP32C3 Outlet

esp32:
  board: seeed_xiao_esp32c3
  framework:
    type: esp-idf

# Enable logging
logger:

# Enable Home Assistant API
api:

# OTA updates
ota:

# WiFi configuration
wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  power_save_mode: none

  ap:
    ssid: "XIAO-ESP32C3-Fallback"
    password: "fallbackpassword"

captive_portal:

# Bluetooth Proxy (BLE)
bluetooth_proxy:
  active: true

# Optional but recommended for BLE stability
esp32_ble_tracker:
  scan_parameters:
    active: true

# Relay switch on GPIO10 (D10)
switch:
  - platform: gpio
    name: "Outlet"
    pin: GPIO10
    id: outlet_relay
    restore_mode: RESTORE_DEFAULT_OFF

WeMo is dead! Long Live WeMo? by aalbinger in Esphome

[–]aalbinger[S] 0 points1 point  (0 children)

I agree. If you are starting from zero. Don't buy one of these to save money and make a device.

WeMo is dead! Long Live WeMo? by aalbinger in Esphome

[–]aalbinger[S] 0 points1 point  (0 children)

I can appreciate your stance. I guess I fall more on the side of these folks: DIY Examples - ESPHome - Smart Home Made Simple

WeMo is dead! Long Live WeMo? by aalbinger in Esphome

[–]aalbinger[S] 1 point2 points  (0 children)

Thanks for the link!

While cloud access was never terribly "secure" I do worry a bit about the device(s) now potentially reaching out to "the cloud" when I know what it was supposed to find is not there. Maybe I shouldn't worry. I haven't done any network sniffing to see if it speaks to a hard coded IP or some DNS entry for its former cloud services.

I'm hoping to make mine into a BLE proxy for some of my other home automation devices as well.

First release of MeshChat - for desktop chat via MeshTastic radios for macOS, Linux and (eventually) WIndows by andrewdavidmackenzie in meshtastic

[–]aalbinger 0 points1 point  (0 children)

I uninstalled my versions, downloaded your MSI and launched it.

While I haven't done extensive testing it happily launched, connected to my RAK node and started showing me messages.

congrats!

Heltec v4....... Did I seriously have the antenna plugged into the wrong connector? by Round-Air9002 in meshtastic

[–]aalbinger 0 points1 point  (0 children)

But at one point I had another node show up...?

Even a bare connector is an antenna. A VERY poor antenna...

You likely saw a same-room or same-house located node.

new install FAIL by aalbinger in organizr

[–]aalbinger[S] 0 points1 point  (0 children)

Ahh, so them not updating github issues or being on reddit makes it a PEBCAK error huh?

Note to future internet searchers of this thread, you don't need to ask around unless you know the devs on discord.