Logo white

Peter M. Groen / EasyOpenTherm

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 61
  • Compare
  • Branches 1
  • Tags 4
  • EasyOpenTherm
02 Nov, 2022
5 commits
  • First README.md draft
    49efc576
    Jeroen88 authored
    2022-11-02 23:38:07 +0100  
    Browse Code »
  • Add example to show the secondary response for each know OpenTherm::READ_DATA_ID… ...
    4866e2e8
    …, including explanation of flags, using the correct data type and showing the unit (if any) for boilers and HVACs
    Jeroen88 authored
    2022-11-02 23:15:30 +0100  
    Browse Code »
  • Add HVAC_CONFIGURATION_FLAGS
    8e5a31ce
    Jeroen88 authored
    2022-11-02 22:48:33 +0100  
    Browse Code »
  • Move reading TSPs and Fault Buffer entries from read to read/write
    7edb7c4e
    Jeroen88 authored
    2022-11-02 20:32:07 +0100  
    Browse Code »
  • Remove °C unit from OTC curve parameter
    9311d746
    Jeroen88 authored
    2022-11-02 20:22:36 +0100  
    Browse Code »

31 Oct, 2022
1 commit
  • Some minor textual changes
    147536fe
    Jeroen88 authored
    2022-10-31 09:37:10 +0100  
    Browse Code »

30 Oct, 2022
2 commits
  • Some textual changes
    37895a70
    Jeroen88 authored
    2022-10-30 15:46:02 +0100  
    Browse Code »
  • Add first draft MQTT thermostat example
    58f8807f
    Jeroen88 authored
    2022-10-30 15:17:30 +0100  
    Browse Code »

29 Oct, 2022
8 commits
  • README.md typo
    da4e4938
    Jeroen88 authored
    2022-10-29 13:16:59 +0200  
    Browse Code »
  • README.md correct RECEIVE_TIMEOUT and different layout for an example
    483ed467
    Jeroen88 authored
    2022-10-29 13:15:54 +0200  
    Browse Code »
  • Changed s8 into int8_t in README.md
    e89a5d40
    Jeroen88 authored
    2022-10-29 12:04:37 +0200  
    Browse Code »
  • Changed sint16_t to int16_t
    fe412b2c
    Jeroen88 authored
    2022-10-29 12:01:55 +0200  
    Browse Code »
  • Type in README.md
    0f7eb383
    Jeroen88 authored
    2022-10-29 10:48:07 +0200  
    Browse Code »
  • Update README.md: INVALID-DATA is specified by the OpenTherm protocol specification v2.2
    a840e131
    Jeroen88 authored
    2022-10-29 10:46:01 +0200  
    Browse Code »
  • Type in README.md
    a3143858
    Jeroen88 authored
    2022-10-29 10:42:08 +0200  
    Browse Code »
  • Add error handling information to README.md
    279fc68d
    Jeroen88 authored
    2022-10-29 10:37:40 +0200  
    Browse Code »

26 Oct, 2022
1 commit
  • Minor text change in explanantion
    08a9ec6b
    Jeroen88 authored
    2022-10-26 21:37:27 +0200  
    Browse Code »

25 Oct, 2022
4 commits
  • Update README.md: library can be installed directly from the library manager
    3280d746
    Jeroen88 authored
    2022-10-25 23:34:54 +0200  
    Browse Code »
  • Reorder EasyOpenTherm.h by moving all enum class constants below, so the public … ...
    c2215294
    …class member functions of OpenTherm are more visible, because this is the main API!
    Jeroen88 authored
    2022-10-25 23:21:49 +0200  
    Browse Code »
  • Update library.properties to version 1.0.1 to sync it with the github release version
    39060413
    Jeroen88 authored
    2022-10-25 22:24:16 +0200  
    Browse Code »
  • Update library.properties to version 1.0.0 and add keywords like 'thermostat' to… ...
    0ec80464
    … sentence to make the library more easy to be found
    Jeroen88 authored
    2022-10-25 22:23:03 +0200  
    Browse Code »

24 Oct, 2022
14 commits
  • Merge branch 'rename' into main
    96c90c88
    Jeroen88 authored
    2022-10-24 22:17:39 +0200  
    Browse Code »
  • Update keywords.txt
    d4ae0482
    Jeroen88 authored
    2022-10-24 22:17:28 +0200  
    Browse Code »
  • Minor textual changes in README.md
    5ed6b8b9
    Jeroen88 authored
    2022-10-24 22:03:21 +0200  
    Browse Code »
  • Minor textual changes in README.md
    0c2590eb
    Jeroen88 authored
    2022-10-24 21:56:49 +0200  
    Browse Code »
  • Minor textual changes in README.md
    90d2c0a6
    Jeroen88 authored
    2022-10-24 21:52:40 +0200  
    Browse Code »
  • Update Tindie URL in README.md
    c5d4cac4
    Jeroen88 authored
    2022-10-24 21:49:44 +0200  
    Browse Code »
  • Minor textual changes in README.md
    bcf05dfe
    Jeroen88 authored
    2022-10-24 21:44:42 +0200  
    Browse Code »
  • First commit README.md
    2ef2e0f7
    Jeroen88 authored
    2022-10-24 21:24:20 +0200  
    Browse Code »
  • Change time_t into uint32_t for correct unsigned roll over of intervals
    a775dc71
    Jeroen88 authored
    2022-10-24 17:45:47 +0200  
    Browse Code »
  • Rename Test Boiler Communication
    31356f11
    Jeroen88 authored
    2022-10-24 16:55:57 +0200  
    Browse Code »
  • Rename to primary and secondary regarding thermostat and remote device like boiler or HVAC
    6f1fbc5c
    Jeroen88 authored
    2022-10-24 16:50:06 +0200  
    Browse Code »
  • Add example Advanced Thermostat
    f1fb1a21
    Jeroen88 authored
    2022-10-24 16:39:46 +0200  
    Browse Code »
  • Add example Basic Thermostat Commands and remove old Basic Thermostat
    139b9fe7
    Jeroen88 authored
    2022-10-24 16:38:34 +0200  
    Browse Code »
  • Minor changes: float format and addded to inform boiler of room setpoint temperature
    456096ed
    Jeroen88 authored
    2022-10-24 10:36:14 +0200  
    Browse Code »

23 Oct, 2022
1 commit
  • Update README
    6b9f6a53
    Jeroen88 authored
    2022-10-23 20:34:51 +0200  
    Browse Code »