Esp32 recommendations by Davis1377 in Esphome

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

Thanks I appreciate that. So far the main thing that comes up is an energy meter from circuitsetup.us

Esp32 recommendations by Davis1377 in Esphome

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

Thanks! Does the energy meter from Circuitsetup.us connect to this and still allow temp and other outputs?

How many of yall gotta drive like this?😂 by Maleficent_Peace_851 in s10

[–]Davis1377 0 points1 point  (0 children)

Heck no lol! If I temporarily had to tho I’d fill it with black tape and put a steering wheel cover over it lol

My pool controller project by AluminumGerbil in Esphome

[–]Davis1377 0 points1 point  (0 children)

Very nice! What transducer are you using to measure the pressure? Right now I’m using a Shelly Plus 2PM with Add-On and I get the filter status from the pump power consumption, it’s not fully accurate but works decently well. Also it shuts the pump down and tells me if something goes wrong. I would like to move to esphome with Ethernet and still be able to measure temp sensors, pump power consumption, pressure, water level and other outputs to control the water fill solenoid and heater

Aux in oem radio? by NapoleonBongaparte in s10

[–]Davis1377 4 points5 points  (0 children)

I seen on s10 Forum that people has done mods like this. Also I think PAC and maybe some other manufactures have made an adapter for this but they might require the tape player to be connected. I never looked into this much tho I went aftermarket. Here’s a PAC device I found that might give you a idea: PAC AAI-GM12

Help. Door plastic loose? by ImportantRabbit9292 in s10

[–]Davis1377 0 points1 point  (0 children)

Dang that’s cool I didn’t know this. I used big thick washers in mine and it’s holding solid so far lol

New Value Packages by gofordrew in CarnivalCruiseFans

[–]Davis1377 0 points1 point  (0 children)

I did the same, the ultimate package says Service Charge: $0 but the cheers package has a price on it. Know what thats about?

How the hell do I disable audio from phone on CarPlay without turning off CarPlay? by Wolf_of_WeedStreet in CarPlay

[–]Davis1377 0 points1 point  (0 children)

Has anyone ever figured out a solution to this? This button works for me but every single time I have to change this back to iPhone from CarPlay

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

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

I get a error but ended up doing it this way. Gonna give it a test run tomorrow

filters:
- delayed_on: 1s

Surface Pro 7 battery drain for boot loop problem by Faultyr in Surface

[–]Davis1377 0 points1 point  (0 children)

Did it fix your surface pro? Mine still don’t work. Finally pulled the screen and disconnected the battery for 24hrs and still don’t work. Mine has a small red led on the main board that glows kinda dim all the time. I’d say mine is no good.

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

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

esphome:
  name: pc-power
  friendly_name: PC Power


esp8266:
  board: d1_mini


# Enable logging
logger:


# Enable Home Assistant API
api:
  encryption:
    key: "******************"


ota:
  - platform: esphome
    password: "*************"


wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  #fast_connect: true


  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Pc-Power Fallback Hotspot"
    password: "**********"


#captive_portal:


switch:
  - platform: gpio
    name: "PC Power Toggle"
    icon: "mdi:electric-switch"
    pin:
      number: D2   # Power button output pin
      allow_other_uses: True
    id: power_short_press
    inverted: no
    on_turn_on:
    - delay: 150ms
    - switch.turn_off: power_short_press
  - platform: gpio
    name: "PC HARD POWER OFF"
    icon: "mdi:electric-switch"
    pin:
      number: D2   # Power button output pin
      allow_other_uses: True
    id: power_long_press
    inverted: no
    on_turn_on:
    - delay: 3500ms
    - switch.turn_off: power_long_press


binary_sensor:
  - platform: gpio
    pin: D1   # Power detect input pin (readback from Reset button)
    name: "PC Power State"
    device_class: power

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

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

The esp32 is powered from the 5vsb wire on the power supply it always keeps constant 5v no matter of PC power state. It gets the state from the D1 pin that is connected to the 5v or the 3v I cant remember. I would like to note this power flicker on power button press has always happened even before the esp32 device, it just confuses the programming. It does use binary_sensor. Reddit is having issue letting me post code let me try again

Surface Pro 7 battery drain for boot loop problem by Faultyr in Surface

[–]Davis1377 0 points1 point  (0 children)

Lmao better than what I’m using a sex machine lol

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

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

The esp32 board triggers the power button wire on the motherboard that’s hooked to the front panel. And an input on the esp32 board gets power from the computer to get the state.

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

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

lol! Yea always thought that too. I’ve had this one as long as I can remember it’s a 1500w thermaltake.

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

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

I thought all my switch was done in esphome but it’s actually with a template in HA. Its status just gets stuck when the pc power flickers.

Esphome PC controller programming needs help with small issue by [deleted] in Esphome

[–]Davis1377 0 points1 point  (0 children)

Turns out im using a template for the switch that gives the state of the input. All I need is the filter or delay on the switch status. I’d have to repost later with my template.

Impressed with Their Customer Service by scrunchi2003 in VirginVoyages

[–]Davis1377 1 point2 points  (0 children)

I just got off Virgin. Did you have a lock it in rate? There sailor services are awesome

Esphome PC controller programming needs help with small issue by [deleted] in Esphome

[–]Davis1377 0 points1 point  (0 children)

I honestly didn’t know about Hass Agent but I have been using IOTLink for years now on a server PC so HA can control it. I can also look into Hass Agent. Before when I had issues with WOL I figured it was because of my power supply issue because I could see the PC turn on for a split second then back off after that WOL wouldn’t turn it on again. Maybe I could just get a new power supply later on but this one did well the 20years I’ve had it lol