fcasarramona

Results 5 issues of fcasarramona

### The problem When trying to install Honeywell Lyric integration, it fails. First, it calls the api.honeywell.com address with the fixed redirect `uri=https://my.home-assistant.io/redirect/oauth` If anyone don't have my home assistant...

integration: lyric

When `apply.monthly` in a `xts` multivaluate time series (with more than one column) `apply.monthly(xts.ts, sum)` returns a one column time series but `apply.monthly(xts.ts, mean)` returns the same number of columns...

While is posible to select one single element of a `xts` object with single square brakets: ``` library(xts) data(sample_matrix) sample.xts

bug

Seems `merge` only preserves `xtsAttributes` of the first series: ``` r > x y z xtsAttributes(x) $a1 [1] "x_attribute" > xtsAttributes(y) $a2 [1] "y_attribute" > xtsAttributes(z) $a1 [1] "x_attribute" >...

feature request

From time to time, the component get wrong values, and was corrected in the next reading cycle. I noticed because I programed some lights to turn on when solar radiation...