lordp1

Results 10 comments of lordp1

today I tried to make a esphome project using this modification in esphome 2025.7.2 I get the compile error: `toolchain-xtensa-esp-elf @ 13.2.0+20240530 Reading CMake configuration... -- git rev-parse returned 'fatal:...

ok got the yaml from 'raw.githubusercontent.com/mrtoy-me/esphome-tas5805m/refs/heads/main/components/tas5805m/Example YAML/esp32_louder_snap_client.yaml' and got a dependencie error (even 'clean build files'). @luar123 I also would (later) use the w5500 ethernet on my module instead of...

> Ah yes, please delete the whole `.esphome/build/` folder. `esphome clean` is not enough. made an new esp-home project, copied there the yaml and still got the same error. was...

@luar123 yes i running the addon. after mutiple restarts and cleans it still will give the same issue. (i see that esphome will make a new enviroment and get all...

Thanks, changed external-source to this PR (was still on github://c-MM/esphome-snapclient@main) and now it compliles. like c-MM i want to get rid of the ipv6 (because want to use w5500 on...

yes it seems that the problem is in decoder.cpp with the ip4_addr changing u_addr to addr would maybe work.. `src/esphome/components/snapclient/decoder.cpp: In function 'void esphome::snapclient::http_get_task(void*)': src/esphome/components/snapclient/decoder.cpp:529:58: error: 'ip_addr_t' {aka 'struct ip4_addr'}...

ok forked it and made some minnor changed (only needed in decoder.cpp) and compiles now with ethernet (without ipv6). still have to test it when i am home..

ok tested now and works. yaml changes: external_components: source: github://mrtoy-me/esphome-tas5805m@main components: [ tas5805m ] refresh: 0s source: github://lordp1/esphome@dev components: [snapclient] refresh: 0s ethernet: type: W5500 clk_pin: GPIO18 mosi_pin: GPIO23 miso_pin:...

instruction set: Code | Type | Values -- | -- | -- switch | Boolean | "{true,false}" spray_volume | Enum | {   "range": [     "cancel",     "40",     "45",     "50",     "55",     "60",    ...

Standard Status Set Code | Type | Values -- | -- | -- switch | Boolean | "{true,false}" spray_volume | Enum | {   "range": [     "cancel",     "40",     "45",     "50",     "55",    ...