-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.secrets.yaml
46 lines (40 loc) · 1017 Bytes
/
example.secrets.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# InfluxDB credentials
influxdb2_bucket: 'multisma2'
influxdb2_token: 'my-token'
influxdb2_org: 'my-org'
influxdb2_url: 'http://10.0.0.1:8086'
influxdb2_enable: False
# MQTT broker credentials
mqtt_client: 'multisma2'
mqtt_ip: '10.0.0.1'
mqtt_port: 1883
mqtt_username: 'mqtt_username'
mqtt_password: 'mqtt-password'
mqtt_enable: False
# Sunny Boy inverter credentials
sb71_name: 'sb71'
sb71_url: 'https://10.0.0.10'
sb71_username: 'user'
sb71_password: 'password'
sb72_name: 'sb72'
sb72_url: 'https://10.0.0.11'
sb72_username: 'user'
sb72_password: 'password'
sb51_name: 'sb51'
sb51_url: 'https://10.0.0.12'
sb51_username: 'user'
sb51_password: 'password'
# Site details
site_name: 'site-name'
site_region: 'site-region'
site_tz: 'America/New_York'
site_latitude: 40.0
site_longitude: -75.0
site_elevation: 100.0
site_co2_avoided: 0.3800
# Solar array properties
solar_properties_azimuth: 180.0
solar_properties_tilt: 30.0
solar_properties_area: 40.0
solar_properties_efficiency: 0.15
solar_properties_rho: 0.1