Advertisement
Rus_Ti

Homebridge config for Rinnai

Nov 9th, 2021
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. {
  3. "name": "Rinnai Touch",
  4. "controllerType": "T",
  5. "zoneType": "S",
  6. "showFan": true,
  7. "showAuto": true,
  8. "showAdvanceSwitches": true,
  9. "showManualSwitches": true,
  10. "showHomebridgeEvents": true,
  11. "showModuleEvents": true,
  12. "showModuleStatus": true,
  13. "clearCache": true,
  14. "mqtt": {
  15. "host": "mqtt://<REDACTED>/",
  16. "username": "<REDACTED>",
  17. "password": "<REDACTED>",
  18. "topicPrefix": "Rinnai",
  19. "formatNative": true,
  20. "formatHomeAssistant": true,
  21. "formatConnection": true,
  22. "formatFault": false,
  23. "publishStatusChanged": true,
  24. "publishIntervals": true,
  25. "showMqttEvents": true,
  26. "subscribeTemperature": {
  27. "U": "22",
  28. "A": "22",
  29. "B": "22",
  30. "C": "22"
  31. }
  32. },
  33. "platform": "RinnaiTouchPlatform"
  34. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement