Local PV monitoring system
[toc]
We have release a local PV monitoring system in https://hub.docker.com/r/iammeter/iammeter
# Features
- Deployed in private server(recommend raspberry PI).
- API server, you can design your own UI by the open API.
- Dock with other IOT platforms, such as azure IOT.
![](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/iammeter/tmpliu/tmpLocal-solarPV.png)
## Deployed in private server
You can deploy this docker in your private server and decide whether forward the data to iammeter cloud or not.
## API server
you can design your own UI by the open API.
More details are coming soon.
## Dock with other IOT platforms
More details are coming soon.
# How to use it
## Pull the docker and run it
```
docker run -it --name iammeter -p 5050:5050 -e TZ=Australia/Brisbane iammeter/iammeter:1.0
```
Pull and run the docker, start the web service at port 5050.
Pls note the **TZ=Australia/Brisbane** in the command, which define the time zone of the docker. You could replace the time zone with your own.
![image-20201126102550213](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/iammeter/tmpliu/tmpimage-20201126102550213.png)
## Log in the web server
Log in the web address with port 5050.
The temporary username: testuser
The temporary password: 123456
You can change them after you log in.
![image-20201126103012288](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/iammeter/tmpliu/tmpimage-20201126103012288.png)
## Setup place and add meter to it
![image-20201126103417626](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/iammeter/tmpliu/tmpimage-20201126103417626.png)
![image-20201126103530112](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/iammeter/tmpliu/tmpimage-20201126103530112.png)
## Change energy meter setting
run mode : http
http address: **yoururl**:5050/api/v1/sensor/uploadsensor
Pls note, there is no http before **yoururl**
![image-20201126103855808](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/iammeter/tmpliu/tmpimage-20201126103855808.png)
## Forward data to Iammeter(optional)
You can forward data to Iammeter, and then you can also see the data there.
![image-20201126104205353](https://leweidoc.oss-cn-hangzhou.aliyuncs.com/lewei50/img/iammeter/tmpliu/tmpimage-20201126104205353.png)
# Conclusion
Pls note, this is only our first version. There may be some interesting and aggressive upgrading later. However, later upgrading may cause the local data lost in previous version.