Alvaro Valdebenito

Results 12 issues of Alvaro Valdebenito

For the evaluation of CAMS2-40 model results, withing the CAMS2-83 project we download 22 different model results every day. When requesting "cams-europe-air-quality-forecasts" data that is missing, or has not yet...

line 108 says: ``` lua local UP = string.byte(dataP, 1) * 65536 + string.byte(dataP, 2) * 256 + string.byte(dataP, 1) ``` it shoud say: ``` lua local UP = string.byte(dataP,...

You found this library useful and would like to give something back. Here is your chance. I would appreciate more example projects. PRs are welcomed. ## Outline - Take measurements...

enhancement
help wanted
good first issue

The *PMS5003* pinout on the [LOGOELE datasheet][datasheet] indicate that when `PIN8` is low, `PIN4`/`PIN5` form an `ì2c` bus. When contacted about further information they could not say more. ![pinout][] Is...

question

#3 opened by @gkbtaru, clearly shows that the the documentation is insufficient. We need a Wiki with the following entries: - NodeMCU firmware: - [ ] Required (native) firmware modules....

enhancement

The recently added sensor documentation contains raw output samples from all the sensors in my collection. However, as many of the supported sensors were implemented from the information available on...

documentation
help wanted

fixes #570: Enum values that differ in case get conflated

Hi Gautier, Thanks for the article and the source code provided on this repo. I would like to include a modified version of your docker-compose and MQTT bridge in on...

Hi @duncanwp, I wrote a bash [completion script for cis](https://gist.github.com/avaldebe/574c3a2db42a69d6aceb0e0e9c02d4af). To use it you jost need to source it as ``` bash source cisCompletion.bash cis [tab] ... ``` Hope you...

## Change Summary Use `ruff` to improve and maintain coding standards. - [ ] replace `black` and `isort` with `ruff format` - [ ] implement improvements suggested by `ruff check`...

enhancement
style