Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.8%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Collect your microinverter data
Basic Info
- Host: GitHub
- Owner: CamembR
- License: other
- Language: R
- Default Branch: main
- Homepage: https://camembr.github.io/microinverterdata/
- Size: 2.11 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
- Releases: 4
Created over 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# microinverterdata
[](https://github.com/CamembR/microinverterdata/actions/workflows/R-CMD-check.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://CRAN.R-project.org/package=microinverterdata) [](https://cran.r-project.org/package=microinverterdata)
The goal of microinverterdata is to provide access to your local micro-inverter data.
## Installation
You can install the released version from CRAN with:
``` r
install.packages("microinverterdata")
```
Or you can install the development version of {microinverterdata} from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("CamembR/microinverterdata")
```
## Example
This is a basic example to get inverter data for a single device:
```{r example}
library(microinverterdata)
## single micro-inverter device data
get_output_data(device_ip = "192.168.0.75")
```
The single device here includes 2 separated inverters. We get one row of data per inverter, i.e. per solar panel.
You can also use a vector of IP addresses for `device_ip`. Thus the command would run on all the inverters in parallel.
```{r multiple_inverters}
## multiple inverters data
get_output_data(device_ip = c("192.168.0.75", "192.168.0.186"))
```
The packages also gives access to inverter information through `get_device_info()` and inverter internal alarms through `get_alarm()`.
## Microinverter support and configuration
The package allow querying values on diverse device models through the `model = "..."` parameter.
{microinverterdata} may require a minimal software version and configuration for the supported inverters :
| Inverter Manufacturer | Inverter Model | Firmware version | Configuration |
|------------------|------------------|------------------|------------------|
| APSystems | EZ1 | ≥ 1.7.0 | [Continuous local mode](https://camembr.github.io/microinverterdata/articles/APSystems_devices.html) (off-cloud)|
| Fronius | multiple | ≥ 1.7.2 | off-cloud (Need testers) |
| Enphase | Envoy-S | D5.x.x | off-cloud (Need testers) |
| Enphase | Energy | < 7.x | off-cloud (Need testers) |
## Contributing
No matter your current skills, it’s possible to contribute to microinverterdata development. We welcome all kinds of contributions, from correcting typos via bug fixes to feature additions.
### Fixing typos
To fix typos, spelling mistakes, or grammatical errors, you need to make changes in the source .R file in question, not in the generated .Rd file.
### Filing bugs
If you find a bug in microinverterdata, please open an New issue [here](https://github.com/CamembR/microinverterdata/issues). Please provide detailed information on your microinverter (model, version, ) . It would be great to also provide a link to the documentation of its API.
### Feature requests / New model support
Feel free to open a New issue [here](https://github.com/CamembR/microinverterdata/issues), and add the feature-request tag. Also try searching if there’s already an open issue for your feature-request – in this case it’s better to comment or upvote it instead of opening a new one.
Owner
- Name: CamembR
- Login: CamembR
- Kind: organization
- Repositories: 1
- Profile: https://github.com/CamembR
Dataviz 📊 100% dairy-free 🧀
GitHub Events
Total
- Create event: 11
- Release event: 5
- Issues event: 8
- Watch event: 3
- Delete event: 6
- Push event: 73
- Pull request event: 8
Last Year
- Create event: 11
- Release event: 5
- Issues event: 8
- Watch event: 3
- Delete event: 6
- Push event: 73
- Pull request event: 8
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 4
- Total pull requests: 3
- Average time to close issues: 2 months
- Average time to close pull requests: about 3 hours
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 3
- Average time to close issues: 2 months
- Average time to close pull requests: about 3 hours
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- cregouby (8)
Pull Request Authors
- cregouby (8)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 479 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: microinverterdata
Collect your Microinverter Data
- Homepage: https://camembr.github.io/microinverterdata/
- Documentation: http://cran.r-project.org/web/packages/microinverterdata/microinverterdata.pdf
- License: MIT + file LICENSE
-
Latest release: 0.4.0
published about 1 year ago
Rankings
Dependent packages count: 28.1%
Dependent repos count: 34.6%
Average: 49.8%
Downloads: 86.6%
Maintainers (1)
Last synced:
10 months ago