Domotys WTS
  • Installation
  • Views
  • Application
  • Datasheet
  • Installation
  • Receive Node
  • Send Node
  • Protocols
  • Variables
  • Requests
  • Events
  • English
  • Français
  • Installation
  • Views
  • Application
  • Datasheet
  • Installation
  • Receive Node
  • Send Node
  • Protocols
  • Variables
  • Requests
  • Events
  • English
  • Français
  • Protocols
  • Variables
    • Domains
      • action
      • alarm
      • buzzer
      • config
      • date_time
      • domotys
      • heat
      • home
      • home_action
      • information
      • lighting
      • message
      • network
      • opening
      • screen
      • sd
      • theme
      • update
      • view_list
    • Type Definitions
    • ID Definitions
  • Requests
    • Get JSON
    • Set JSON
    • Set States
    • Set States View List
    • Get Files
    • Get Files List
    • Get Screenshot
    • Diverse
  • Events

heat

This domain contains variables related to the heating view.

{
	"device_length": 0,
	"device": {},
	"subtext_init": {},
	"subtext": {},
	"state": {},
	"temp": {},
	"set_point": {},
	"mode1_state": {},
	"mode2_state": {},
	"mode3_state": {},
	"mode4_state": {},
	"set_point_req": {},
	"mode1_req": {},
	"mode2_req": {},
	"mode3_req": {},
	"mode4_req": {},
	"text_heat": {},
	"text": "",
	"temp_unit": 0,
	"url_prefix": "",
	"url_suffix": "",
	"post_suffix": ""
}

device_length

Length of heating device variables array / object-array.

  • Type: Integer
  • Attribute: Read/Write/Save
  • Min: 0

device

Heating devices configurations.

  • Type: object-arrayofheat-array
  • Attribute: Read/Write/Save
  • Size: device_length

subtext_init

Initialization value of subtext, the value will be applied at the startup of the screen.

  • Type: object-arrayofString
  • Attribute: Read/Write/Save
  • Size: device_length

subtext

Subtext value displayed below the name.

  • Type: object-arrayofString
  • Attribute: Read/Write
  • Size: device_length

state

Heating devices states.

  • Type: object-arrayofInteger
  • Attribute: Read/Write
  • Size: device_length
  • Value:
    0 : Gray flame
    1 : Orange flame
    2 : Green flame
    3 : Blue flame
    4 : Cold

temp

Heating devices felt temperature.

  • Type: object-arrayofFloat
  • Attribute: Read/Write
  • Size: device_length
  • Note: If value lower -273 temperature is disable

set_point

Heating devices set point temperature.

  • Type: object-arrayofFloat
  • Attribute: Read/Write
  • Size: device_length

set_point_req

HTTP requests for set point.

  • Type: object-arrayofrequest-array
  • Attribute: Read/Write/Save
  • Size: device_length
  • Note: ^^ will be be replace by the temperature in request URL/POST Data.

mode1_state

Heating devices mode 1 state.

  • Type: object-arrayofInteger
  • Attribute: Read/Write
  • Size: device_length
  • Value:
    0 : OFF
    1 : ON

mode2_state

Heating devices mode 2 state.

  • Type: object-arrayofInteger
  • Attribute: Read/Write
  • Size: device_length
  • Value:
    0 : OFF
    1 : ON

mode3_state

Heating devices mode 3 state.

  • Type: object-arrayofInteger
  • Attribute: Read/Write
  • Size: device_length
  • Value:
    0 : OFF
    1 : ON

mode4_state

Heating devices mode 4 state.

  • Type: object-arrayofInteger
  • Attribute: Read/Write
  • Size: device_length
  • Value:
    0 : OFF
    1 : ON

mode1_req

HTTP requests for mode 1.

  • Type: object-arrayofrequest-array
  • Attribute: Read/Write/Save
  • Size: device_length

mode2_req

HTTP requests for mode 2.

  • Type: object-arrayofrequest-array
  • Attribute: Read/Write/Save
  • Size: device_length

mode3_req

HTTP requests for mode 3.

  • Type: object-arrayofrequest-array
  • Attribute: Read/Write/Save
  • Size: device_length

mode4_req

HTTP requests for mode 4.

  • Type: object-arrayofrequest-array
  • Attribute: Read/Write/Save
  • Size: device_length

text_heat

Text displayed on the bottom bar on heat single screen.

  • Type: object-arrayofString
  • Attribute: Read/Write
  • Size: device_length

text

Text displayed on the bottom bar on heating screen.

  • Type: String
  • Attribute: Read/Write

temp_unit

Temperature unit.

  • Type: Integer
  • Attribute: Read/Write/Save
  • Value:
    0 : °C
    1 : °F

url_prefix

Text add before url for heating http request.

  • Type: String
  • Attribute: Read/Write/Save

url_suffix

Text add after url for heating http request.

  • Type: String
  • Attribute: Read/Write/Save

post_suffix

Text add after post string for heating http request.

  • Type: String
  • Attribute: Read/Write/Save
Prev
domotys
Next
home