Advertisement
Guest User

Untitled

a guest
Nov 13th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | Source Code | 0 0
  1. 18:14:13.726 [WARN ] [ab.core.model.script.actions.BusEvent] - Cannot convert '{
  2. "data": [{
  3. "systemID": 1,
  4. "zoneID": 1,
  5. "name": "PLAYROOM",
  6. "thermos_type": 4,
  7. "thermos_firmware": "3.20",
  8. "thermos_radio": 0,
  9. "on": 0,
  10. "double_sp": 0,
  11. "coolsetpoint": 21,
  12. "coolmaxtemp": 30,
  13. "coolmintemp": 15,
  14. "heatsetpoint": 21,
  15. "heatmaxtemp": 30,
  16. "heatmintemp": 15,
  17. "maxTemp": 30,
  18. "minTemp": 15,
  19. "setpoint": 21,
  20. "roomTemp": 22.299999237060547,
  21. "sleep": 0,
  22. "temp_step": 0.5,
  23. "mode": 3,
  24. "coldStages": 1,
  25. "coldStage": 1,
  26. "heatStages": 1,
  27. "heatStage": 1,
  28. "humidity": 48,
  29. "units": 0,
  30. "errors": [],
  31. "air_demand": 0,
  32. "floor_demand": 0,
  33. "heatangle": 1,
  34. "coldangle": 1
  35. }, {
  36. "systemID": 1,
  37. "zoneID": 2,
  38. "name": "SOGGIORNO",
  39. "thermos_type": 1,
  40. "thermos_firmware": "3.22",
  41. "thermos_radio": 0,
  42. "on": 0,
  43. "double_sp": 0,
  44. "coolsetpoint": 21,
  45. "coolmaxtemp": 30,
  46. "coolmintemp": 15,
  47. "heatsetpoint": 21,
  48. "heatmaxtemp": 30,
  49. "heatmintemp": 15,
  50. "maxTemp": 30,
  51. "minTemp": 15,
  52. "setpoint": 21,
  53. "roomTemp": 21.200000762939453,
  54. "sleep": 0,
  55. "temp_step": 0.5,
  56. "modes": [1, 4, 2, 3, 5],
  57. "mode": 3,
  58. "coldStages": 1,
  59. "coldStage": 1,
  60. "heatStages": 1,
  61. "heatStage": 1,
  62. "humidity": 48,
  63. "units": 0,
  64. "errors": [],
  65. "air_demand": 0,
  66. "floor_demand": 0,
  67. "heatangle": 1,
  68. "coldangle": 1
  69. }, {
  70. "systemID": 1,
  71. "zoneID": 3,
  72. "name": "BABIES",
  73. "thermos_type": 4,
  74. "thermos_firmware": "3.20",
  75. "thermos_radio": 0,
  76. "on": 0,
  77. "double_sp": 0,
  78. "coolsetpoint": 23,
  79. "coolmaxtemp": 30,
  80. "coolmintemp": 15,
  81. "heatsetpoint": 23,
  82. "heatmaxtemp": 30,
  83. "heatmintemp": 15,
  84. "maxTemp": 30,
  85. "minTemp": 15,
  86. "setpoint": 23,
  87. "roomTemp": 20.5,
  88. "sleep": 0,
  89. "temp_step": 0.5,
  90. "mode": 3,
  91. "coldStages": 1,
  92. "coldStage": 1,
  93. "heatStages": 1,
  94. "heatStage": 1,
  95. "humidity": 54,
  96. "units": 0,
  97. "errors": [],
  98. "air_demand": 0,
  99. "floor_demand": 0,
  100. "heatangle": 1,
  101. "coldangle": 1
  102. }]
  103. }
  104. ' to a state type which item 'PLAYROOM' accepts: [DecimalType, QuantityType, UnDefType].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement