mx5gr
mx5gr
@samdulam The command you provided produces: _docker service update portainer_agent --force portainer_agent_ "docker service update" requires exactly 1 argument. See 'docker service update --help'. Usage: docker service update [OPTIONS] SERVICE...
Also, my mistake, Portainer is in version 2.14.2 (latest)
Hello, Portainer was installed using the yaml file provided (https://downloads.portainer.io/ce2-14/portainer-agent-stack.yml). I followed the link you sent me and performed the tests. Kernel tests went out OK... however, when it came...
@nightwatcher74 I am interested in this as well, i.e. using a M5 Atom Lite (for small size) and a buck converter. However, the GPIOs of the Atom are at 3.3V....
I am thinking of powering the Atom through the USB connector and use a readily-available level shifter, such as https://www.sparkfun.com/products/12009 (High side the Daikin 5V supply and as channels the...
I managed to compile the component by making the following alterations.. Within the climate/daikin_s21_climate.cpp file, find/replace: void DaikinS21Climate::dump_config() { ESP_LOGCONFIG(TAG, "DaikinS21Climate:"); ESP_LOGCONFIG(TAG, " Update interval: %lx", this->get_update_interval()); (Note: %u becomes...
Issue still persists with ESP-IDF 5.2.2, PlatformIO 6.7.0 and ESPHome 2024.6.4: Compiling .pioenvs/sens-1st-bedroom-ac/bootloader_support/src/esp_image_format.c.o In file included from src/esphome.h:26, from src/main.cpp:3: src/esphome/components/esp32_ble/const_esp32c6.h:62:1: warning: missing initializer for member ‘esp_bt_controller_config_t::cca_drop_mode’ [-Wmissing-field-initializers] 62 |...
Issue still persists with ESP-IDF 5.3.0, PlatformIO 6.8.1 and ESPHome 2024.7.2: In file included from src/esphome/components/esp32_ble/ble.cpp:6: src/esphome/components/esp32_ble/const_esp32c6.h:62:1: warning: missing initializer for member 'esp_bt_controller_config_t::cca_drop_mode' [-Wmissing-field-initializers] 62 | }; | ^ src/esphome/components/esp32_ble/const_esp32c6.h:62:1:...
@rvalitov with your settings and framework versions, I get the following error, using a Xiao ESP32-C3 (4MB, not 8MB flash): Compiling .pioenvs/sens-1st-bedroom-ac/src/esphome/components/esp32_ble/ble_uuid.cpp.o In file included from src/esphome/components/esp32_ble/ble.cpp:6: src/esphome/components/esp32_ble/const_esp32c6.h:62:1: error: 'const...
> @mx5gr My config is for ESP32-C6 only, it will not work for C3. My mistake.. I wanted to write C6. ESP32-C6 is the correct model I wanted to write....