top of page

グループフィード

以下のグループと投稿をご覧ください。


この投稿はおすすめグループのものです

Christopher Hubbard
Christopher Hubbard
2025年10月11日 · さんが ESPHome Related投稿しました

PS02C3 Not detecting occupancy or PIR

My new presence sensor does not detect occupancy or PIR. The mmWave and LUX sensors does detect, but the other 2 sensors do not. I tried to send a message, but have not heard back and did not get a confirmation email.

閲覧数:103

That brings up a 404 error.


I haven’t changed the config from how I received it.

この投稿はおすすめグループのものです

k
k
2025年10月8日 · さんが WLED Related投稿しました

Wled Moon module on Slim controller

Hi i just want to know what i do wrong, c3 moon module firmware just can get installed on the flim controller without failing.

閲覧数:38

この投稿はおすすめグループのものです

Ilmārs Jānis Blūzmanis
Ilmārs Jānis Blūzmanis
2025年10月6日 · さんが WLED Related投稿しました

LS-4P update to 0.15.0 bricked device?

I've performed a manual upgrade to WLED 0.15.0 on my LS-4P via the web interface and it seems to have gotten bricked.


There is no WLED access point, and it is not connecting to the configured wifi, popping the cover off and powering the device on and off also doesn't show any signs of life.


Is 0.15.0 not supported?


Is there a way to reset / recover the bricked device?

閲覧数:103

この投稿はおすすめグループのものです

2025年9月28日 · さんが WLED Related投稿しました

RGBCW - how to avoid overheating

I see in https://www.athom.tech/blank-1/wled-gu10-rgbcw your comment:

"Open sources firmware has no control of power supply , if you maximum all channel at the same time, it will highly possible damage the bulb and we will not provide warranty in such case"


Do you have any advise on what I can reliably set the different channels to in each lamp to have run continuously without overheating? I want to output warm white light continuously - can I set each channel to 80%? Can you recommend a configuration that will give continuous warm light output?


I have purchased four of these globes to trial, and am considering replacing all globes in the house.


I have a custom home control system and use a MQTT broker on a Raspberry Pi, with tasmota wall switches publishing to an MQTT topic to turn on a set of lights that subscribe to that topic. Before installing…


閲覧数:47
jm
10月01日

Thanks, Athom_Support. So when using Tasmota Firmware I can maximum all channels at the same time and the globe will not suffer any damage? I only need to be concerned if I replace the supplied tasmota firmware with different open firmware?

この投稿はおすすめグループのものです

jerome83136 tux
2025年9月24日 · さんが ESPHome Related投稿しました

Pinout for flashing SW11-ESP-2EU

Hello,

I have a SW11-ESP-2EU touch wall switch.

It is equiped with an SW-03-ESP8285 ESP chip.


I cannot flash it through web or OTA because I disabled OTA by mistake.


How can I flash it through USB ? I cannot find the pinout for VCC, GND, TX & RX


Thank you for your help

閲覧数:36

UPDATE:

I succesfully flashed the ESP with the following wiring:

  • GND --> GND

  • 3v3 --> VCC

  • EN --> 3v3

  • GPIO0 --> GND

  • TX --> RX

  • RX --> TX

NB: USB TTL adapter pins are the ones on the left in my list


I had to keep this wiring when pluging my USB TTL adapter up to the end of the flashing process.


Hope it will help others

この投稿はおすすめグループのものです

2025年9月19日 · さんが ESPHome Related投稿しました

Presence Sensor failing to update

I am getting the attached error when i try to update to the latest version of ESPHome


In file included from /data/cache/platformio/packages/framework-arduinoespressif8266/libraries/ESP8266mDNS/src/ESP8266mDNS.h:48,
                 from /data/cache/platformio/packages/framework-arduinoespressif8266/libraries/ESP8266mDNS/src/ESP8266mDNS.cpp:23:
/data/cache/platformio/packages/framework-arduinoespressif8266/libraries/ESP8266mDNS/src/LEAmDNS.h:116:10: fatal error: WiFiUdp.h: No such file or directory

*****************************************************************
* Looking for WiFiUdp.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:WiFiUdp.h"
* Web  > https://registry.platformio.org/search?q=header:WiFiUdp.h
*
*****************************************************************

  116 | #include "WiFiUdp.h"
      |          ^~~~~~~~~~~
compilation terminated.
*** [.pioenvs/athom-presence-sensor-d93e72/lib3ff/ESP8266mDNS/ESP8266mDNS.cpp.o] Error 1

閲覧数:80

この投稿はおすすめグループのものです

Kenneths Teknik
Kenneths Teknik
2025年9月19日 · さんが ESPHome Related投稿しました

ESPHome 2025.9 errors out with WiFiUdp.h no such file

Processing facade-plug (board: esp8285; framework: arduino; platform: platformio/espressif8266@4.2.1)
--------------------------------------------------------------------------------
HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB Flash
Dependency Graph
|-- ESPAsyncTCP @ 2.0.0
|-- ESP8266mDNS @ 1.2

閲覧数:36

Thankyou, works like a charm!

この投稿はおすすめグループのものです

2025年9月19日 · さんが ESPHome Related投稿しました

ESP8266 Devices Cannot Update to 2025.9.0

Error occurs on the following devices: Garage Door Opener, AU Plug V2, No Relay Power Monitoring AU Plug.


Error as follows:

In file included from /data/cache/platformio/packages/framework-arduinoespressif8266/libraries/ESP8266mDNS/src/ESP8266mDNS.h:48,
                 from /data/cache/platformio/packages/framework-arduinoespressif8266/libraries/ESP8266mDNS/src/ESP8266mDNS.cpp:23:
/data/cache/platformio/packages/framework-arduinoespressif8266/libraries/ESP8266mDNS/src/LEAmDNS.h:116:10: fatal error: WiFiUdp.h: No such file or directory

*****************************************************************
* Looking for WiFiUdp.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:WiFiUdp.h"
* Web  > https://registry.platformio.org/search?q=header:WiFiUdp.h
*
*****************************************************************

  116 | #include "WiFiUdp.h"
      |          ^~~~~~~~~~~
compilation terminated.
*** [.pioenvs/athom-smart-plug-v2-a7aa6c/lib3ff/ESP8266mDNS/ESP8266mDNS.cpp.o] Error 1

閲覧数:31

この投稿はおすすめグループのものです

samosubssamosubs
samosubs
2025年9月18日 · さんが ESPHome Related投稿しました

ESP32 C3 AU Plugs Flashing Blue, Need Updating

Hey there,

How do I update esphome devices from a while ago to now, incorporating arduino changes etc. I have four esphome devices flashing blue and want to revive them to use in HA.


Any advice is appreciated.

A first step would be where would the file I need to upload into the plug from the browse button?


Buying esphome versions are a regret at the moment, but know that once updated and correctly set up they are really good to have.

閲覧数:25
Athom_Support
9月19日

If it works fine, don't update it. We have many novice users who bricked their devices because they didn't know how to update. https://esphome.io/guides/getting_started_hassio/ https://github.com/athom-tech/esp32-configs/discussions/20

bottom of page