Olivier ARCHER
Olivier ARCHER
`esphome clean yourconf.yaml`
@gotnull , it's very strange that you have ` /Users/gotnull/development/esphome/.esphome/build/t-pcie/src/esphome/components/wifi/wifi_component_esp_idf.cpp:854: undefined reference to 'esp_netif_dhcps_start' ` in your build logs, because if you don't use the wifi component, this file shouldn't...
I've added component conflict handling, so the error should be more self explanatory. (Be sure to have a small `refresh` for `external_component` )
I mean to have a short `refresh` interval: ```yaml external_components: - source: github://pr#6721 components: [ network, modem ] refresh: 10min ``` So you use the latest commit
@gotnull , To work correctly, the modem must be able to answer `AT` command, and this must be done at the yaml level, by setting to power pin to high/low...
> Do you have an example for the SIM7000G or will it be the same as the 7670? Supported models are `BG96`, `SIM800`, `SIM7000`, `SIM7070`, `SIM7600`. But as long as...
The problem seems to occur in `xsar.Sentinel1Dataset`, when the function passed to `map_blocks` is a `xsar.Sentinel1Meta` *instance* method (ie `self.s1meta.coords2ll`) Using `weakref`, or `copy.deepcopy` doesn't solve the problem. One workaround...
We should also use a decorator to register a new raster. something like: ```python @register_raster(get_function=bind(resource_strftime, ..., step=1)) def ecmwf_0100_1h(fname): ... ecmwf_ds.rio.write_crs("EPSG:4326", inplace=True) return ecmwf_ds
This is due to noise removal, where sarwing is applying a 0.7 dB shift on some ipf products. There is a python library that recompute better noise that we should...
I've tried the workaround with `getStream()`, and it works for me too. But it's **100x** time slower to download!! The workaround is backward compatible, but it's still fast on 3.0.2.