https://github.com/baggepinnen/thermiaapi.jl

A Julia interface to the Thermia API for control of heat pumps and HVAC

https://github.com/baggepinnen/thermiaapi.jl

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.2%) to scientific vocabulary

Keywords

heat-pump hvac hvac-control
Last synced: 10 months ago · JSON representation

Repository

A Julia interface to the Thermia API for control of heat pumps and HVAC

Basic Info
  • Host: GitHub
  • Owner: baggepinnen
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 11.7 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
heat-pump hvac hvac-control
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

ThermiaAPI

A Julia wrapper for https://github.com/klejejs/python-thermia-online-api

PythonCall.jl is used to wrap the python package, make sure that PythonCall has access to the python package before loading this package, also set the following environment variables before loading this package.

julia ENV["THERMIA_USERNAME"] = "" ENV["THERMIA_PASSWORD"] = "" ENV["THERMIA_API_TYPE"] = "genesis" # classic or genesis ENV["THERMIA_PATH"] = "/path/to/python-thermia-online-api"

API

See docstrings of individual functions for more information.

  • connected
  • debug
  • get_active_alarm_count
  • get_active_alarms
  • get_all_available_register_groups
  • get_auxiliary_heater_1_operational_time
  • get_auxiliary_heater_2_operational_time
  • get_auxiliary_heater_3_operational_time
  • get_available_operation_mode_map
  • get_available_operation_modes
  • get_available_operational_statuses_map
  • get_available_operational_statuses
  • get_brine_in_temperature
  • get_brine_out_temperature
  • get_compressor_operational_time
  • get_cooling_supply_line_temperature
  • get_cooling_tank_temperature
  • get_desired_supply_line_temperature
  • get_heat_temperature
  • get_historical_data_for_register
  • get_historical_data_registers
  • get_hot_water_boost_switch_state
  • get_hot_water_operational_time
  • get_hot_water_switch_state
  • get_hot_water_temperature
  • get_is_hot_water_active
  • get_is_operation_mode_read_only
  • get_operation_mode
  • get_operational_status_auxiliary_heater_12kw
  • get_operational_status_auxiliary_heater_15kw
  • get_operational_status_auxiliary_heater_3kw
  • get_operational_status_auxiliary_heater_6kw
  • get_operational_status_auxiliary_heater_9kw
  • get_operational_status_brine_pump_status
  • get_operational_status_compressor_status
  • get_operational_status_cooling_status
  • get_operational_status_heating_status
  • get_operational_status_hot_water_status
  • get_operational_status_integral
  • get_operational_status_pid
  • get_operational_status_radiator_pump_status
  • get_operational_status
  • get_return_line_temperature
  • get_supply_line_temperature
  • set_hot_water_boost_switch_state
  • set_hot_water_switch_state
  • set_operation_mode
  • set_temperature
  • update

Owner

  • Name: Fredrik Bagge Carlson
  • Login: baggepinnen
  • Kind: user
  • Location: Lund, Sweden

Control systems, system identification, signal processing and machine learning

GitHub Events

Total
Last Year

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 13
  • Total Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Fredrik Bagge Carlson b****n@g****m 13

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: less than a minute
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • JuliaTagBot (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
juliahub.com: ThermiaAPI

A Julia interface to the Thermia API for control of heat pumps and HVAC

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 10.1%
Dependent packages count: 40.5%
Average: 44.4%
Forks count: 53.1%
Stargazers count: 73.8%
Last synced: 11 months ago