Announcement

Collapse
No announcement yet.

OpenTherm Gateway script for HS4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OpenTherm Gateway script for HS4

    I've modified the HS3 script for HS4 integration (see attachment).
    This script works on an OpenTherm Gateway with firmware version 4.3 and OpenTherm Monitor running with remote access relay server enabled.

    Also include the missing possibility in the HS3 script to send variables from another device (e.g. outside temperature) by an event.

    Example event sending outside temperature:
    - Event trigger on device (outside temperature device) value change
    - Run a script
    - Select BLB_OT_monitor.vb
    - Sub or Func: Main
    - Parameters: OT=$$DVR:xxx: (xxx is the device ref.ID)

    Event to update OpenTherm devices:
    - Event trigger automatic every minute
    - Run a script
    - Select BLB_OT_monitor.vb
    - Sub or Func: Main
    - Parameters: update

    Installation:
    - Copy hssi_BLB_OT_monitor.ini to the HomeSeer config folder
    - Copy BLB_OT_monitor.vb to the HomeSeer scripts folder
    - Change the configuration in hssi_BLB_OT_monitor.ini
    Attached Files
Working...
X