Sha256: 36e797d5959b44a345b78556818ade1262cace0e38d36edb7c7b148d6d2f20c6
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
module Senec # For a full list of available vars, see http://[IP-of-your-SENEC]/vars.html # Comments taken from https://gist.github.com/smashnet/82ad0b9d7f0ba2e5098e6649ba08f88a BASIC_REQUEST = { STATISTIC: { CURRENT_STATE: '', # Current state of the system (int, see SYSTEM_STATE_NAME) MEASURE_TIME: '' # Unix timestamp for above values (ms) }, ENERGY: { GUI_BAT_DATA_CURRENT: '', # Battery charge current: negative if discharging, positiv if charging (A) GUI_BAT_DATA_FUEL_CHARGE: '', # Remaining battery (percent) GUI_BAT_DATA_POWER: '', # Battery charge power: negative if discharging, positiv if charging (W) GUI_BAT_DATA_VOLTAGE: '', # Battery voltage (V) GUI_GRID_POW: '', # Grid power: negative if exporting, positiv if importing (W) GUI_HOUSE_POW: '', # House power consumption (W) GUI_INVERTER_POWER: '', # PV production (W) STAT_HOURS_OF_OPERATION: '' # Appliance hours of operation }, PV1: { MPP_POWER: '' # List: MPP power (W) }, TEMPMEASURE: { CASE_TEMP: '' }, WALLBOX: { APPARENT_CHARGING_POWER: '' } }.freeze end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
senec-0.8.0 | lib/senec/constants.rb |
senec-0.7.2 | lib/senec/constants.rb |
senec-0.7.1 | lib/senec/constants.rb |