Advertisement
Arkadiusz1986r

Untitled

Jul 6th, 2024
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 28.10 KB | None | 0 0
  1. modbus:
  2.   - name: "SunPC"
  3.     delay: 5
  4.     timeout: 5
  5.     type: tcp
  6.     host: 192.168.254.18
  7.     port: 502
  8.     climates:
  9.       - name: "SunPc ogrzewanie temperatura zadana"
  10.         slave: 1
  11.         address: 1
  12.         input_type: holding
  13.         data_type: int16
  14.         max_temp: 55
  15.         min_temp: 10
  16.         offset: 0
  17.         precision: 1
  18.         scale: 0.1
  19.         target_temp_register: 1
  20.         temp_step: 0.5
  21.         temperature_unit: C
  22.         scan_interval: 60
  23.  
  24.       - name: "SunPc chłodzenie temperatura (CO)"
  25.         slave: 1
  26.         address: 2
  27.         input_type: holding
  28.         data_type: int16
  29.         max_temp: 55
  30.         min_temp: 10
  31.         offset: 0
  32.         precision: 1
  33.         scale: 0.1
  34.         target_temp_register: 2
  35.         temp_step: 0.5
  36.         temperature_unit: C
  37.         scan_interval: 60
  38.  
  39.       - name: "SunPc (CWU)"
  40.         slave: 1
  41.         address: 3
  42.         input_type: holding
  43.         data_type: int16
  44.         max_temp: 55
  45.         min_temp: 10
  46.         offset: 0
  47.         precision: 1
  48.         scale: 0.1
  49.         target_temp_register: 3
  50.         temp_step: 0.5
  51.         temperature_unit: C
  52.         scan_interval: 60
  53.  
  54.       - name: "SunPc Histereza start (CO)"
  55.         slave: 1
  56.         address: 6
  57.         input_type: holding
  58.         data_type: int16
  59.         max_temp: 15
  60.         min_temp: 1
  61.         offset: 0
  62.         precision: 1
  63.         scale: 0.1
  64.         target_temp_register: 6
  65.         temp_step: 0.5
  66.         temperature_unit: C
  67.         scan_interval: 60
  68.  
  69.       - name: "SunPc Histereza stop (CO)"
  70.         slave: 1
  71.         address: 7
  72.         input_type: holding
  73.         data_type: int16
  74.         max_temp: 5
  75.         min_temp: 0
  76.         offset: 0
  77.         precision: 1
  78.         scale: 0.1
  79.         target_temp_register: 7
  80.         temp_step: 0.5
  81.         temperature_unit: C
  82.         scan_interval: 60
  83.  
  84.       - name: "SunPc Histereza start (CWU)"
  85.         slave: 1
  86.         address: 4
  87.         input_type: holding
  88.         data_type: int16
  89.         max_temp: 15
  90.         min_temp: 1
  91.         offset: 0
  92.         precision: 1
  93.         scale: 0.1
  94.         target_temp_register: 4
  95.         temp_step: 0.5
  96.         temperature_unit: C
  97.         scan_interval: 60
  98.        
  99.       - name: "SunPc Histereza stop (CWU)"
  100.         slave: 1
  101.         address: 5
  102.         input_type: holding
  103.         data_type: int16
  104.         max_temp: 5
  105.         min_temp: 0
  106.         offset: 0
  107.         precision: 1
  108.         scale: 0.1
  109.         target_temp_register: 5
  110.         temp_step: 0.5
  111.         temperature_unit: C
  112.         scan_interval: 60
  113.  
  114.       - name: "SunPc ogrzewanie krzywa temp zasilania y1"
  115.         slave: 1
  116.         address: 291
  117.         input_type: holding
  118.         data_type: int16
  119.         max_temp: 55
  120.         min_temp: 10
  121.         offset: 0
  122.         precision: 1
  123.         scale: 0.1
  124.         target_temp_register: 291
  125.         temp_step: 0.5
  126.         temperature_unit: C
  127.         scan_interval: 60  
  128.        
  129.       - name: "SunPc ogrzewanie krzywa temp zasilania y2"
  130.         slave: 1
  131.         address: 292
  132.         input_type: holding
  133.         data_type: int16
  134.         max_temp: 55
  135.         min_temp: 10
  136.         offset: 0
  137.         precision: 1
  138.         scale: 0.1
  139.         target_temp_register: 292
  140.         temp_step: 0.5
  141.         temperature_unit: C
  142.         scan_interval: 60        
  143.        
  144.       - name: "SunPc ogrzewanie krzywa temp zasilania y3"
  145.         slave: 1
  146.         address: 293
  147.         input_type: holding
  148.         data_type: int16
  149.         max_temp: 55
  150.         min_temp: 10
  151.         offset: 0
  152.         precision: 1
  153.         scale: 0.1
  154.         target_temp_register: 293
  155.         temp_step: 0.5
  156.         temperature_unit: C
  157.         scan_interval: 60
  158.  
  159. #      - name: "SunPc ogrzewanie krzywa temp zasilania y4"
  160. #        slave: 1
  161. #        address: ???
  162. #        count: 1
  163. #        input_type: holding
  164. #        max_temp: 55
  165. #        min_temp: 10
  166. #        offset: 0
  167. #        precision: 1
  168. #        scale: 0.1
  169. #        target_temp_register: ???
  170. #        temp_step: 0.5
  171. #        temperature_unit: C
  172. #        scan_interval: 60
  173.  
  174.       - name: "SunPc ogrzewanie krzywa temp zew x1"
  175.         slave: 1
  176.         address: 280
  177.         input_type: holding
  178.         data_type: int16
  179.         max_temp: 55
  180.         min_temp: 0
  181.         offset: 0
  182.         precision: 1
  183.         scale: 0.1
  184.         target_temp_register: 280
  185.         temp_step: 0.5
  186.         temperature_unit: C
  187.         scan_interval: 60
  188.        
  189.       - name: "SunPc ogrzewanie krzywa temp zew x2"
  190.         slave: 1
  191.         address: 281
  192.         input_type: holding
  193.         data_type: int16
  194.         max_temp: 55
  195.         min_temp: 0
  196.         offset: 0
  197.         precision: 1
  198.         scale: 0.1
  199.         target_temp_register: 281
  200.         temp_step: 0.5
  201.         temperature_unit: C
  202.         scan_interval: 60
  203.        
  204.       - name: "SunPc ogrzewanie krzywa temp zew x3"
  205.         slave: 1
  206.         address: 282
  207.         input_type: holding
  208.         data_type: int16
  209.         max_temp: 55
  210.         min_temp: 0
  211.         offset: 0
  212.         precision: 1
  213.         scale: 0.1
  214.         target_temp_register: 282
  215.         temp_step: 0.5
  216.         temperature_unit: C
  217.         scan_interval: 60
  218.        
  219.       - name: "SunPc ogrzewanie krzywa temp zew x4"
  220.         slave: 1
  221.         address: 283
  222.         input_type: holding
  223.         data_type: int16
  224.         max_temp: 55
  225.         min_temp: 0
  226.         offset: 0
  227.         precision: 1
  228.         scale: 0.1
  229.         target_temp_register: 283
  230.         temp_step: 0.5
  231.         temperature_unit: C
  232.         scan_interval: 60
  233.  
  234.       - name: "SunPc chłodzenie krzywa temp zew x1"
  235.         slave: 1
  236.         address: 276
  237.         input_type: holding
  238.         data_type: int16
  239.         max_temp: 55
  240.         min_temp: 0
  241.         offset: 0
  242.         precision: 1
  243.         scale: 0.1
  244.         target_temp_register: 276
  245.         temp_step: 0.5
  246.         temperature_unit: C
  247.         scan_interval: 60
  248.        
  249.       - name: "SunPc chłodzenie krzywa temp zew x2"
  250.         slave: 1
  251.         address: 277
  252.         input_type: holding
  253.         data_type: int16
  254.         max_temp: 55
  255.         min_temp: 0
  256.         offset: 0
  257.         precision: 1
  258.         scale: 0.1
  259.         target_temp_register: 277
  260.         temp_step: 0.5
  261.         temperature_unit: C
  262.         scan_interval: 60
  263.        
  264.       - name: "SunPc chłodzenie krzywa temp zew x3"
  265.         slave: 1
  266.         address: 278
  267.         input_type: holding
  268.         data_type: int16
  269.         max_temp: 55
  270.         min_temp: 0
  271.         offset: 0
  272.         precision: 1
  273.         scale: 0.1
  274.         target_temp_register: 278
  275.         temp_step: 0.5
  276.         temperature_unit: C
  277.         scan_interval: 60
  278.        
  279.       - name: "SunPc chłodzenie krzywa temp zew x4"
  280.         slave: 1
  281.         address: 279
  282.         input_type: holding
  283.         data_type: int16
  284.         max_temp: 55
  285.         min_temp: 0
  286.         offset: 0
  287.         precision: 1
  288.         scale: 0.1
  289.         target_temp_register: 279
  290.         temp_step: 0.5
  291.         temperature_unit: C
  292.         scan_interval: 60
  293.        
  294.  #     - name: "SunPc chłodzenie krzywa temp zasilania y1"
  295.  #       slave: 1
  296.  #       address: ???
  297.  #       count: 1
  298.  #       input_type: holding
  299.  #       max_temp: 55
  300.  #       min_temp: 10
  301.  #       offset: 0
  302.  #       precision: 1
  303.  #       scale: 0.1
  304.  #       target_temp_register: ???
  305.  #       temp_step: 0.5
  306.  #       temperature_unit: C
  307.  #       scan_interval: 60  
  308.        
  309.       - name: "SunPc chłodzenie krzywa temp zasilania y2"
  310.         slave: 1
  311.         address: 288
  312.         input_type: holding
  313.         data_type: int16
  314.         max_temp: 55
  315.         min_temp: 10
  316.         offset: 0
  317.         precision: 1
  318.         scale: 0.1
  319.         target_temp_register: 288
  320.         temp_step: 0.5
  321.         temperature_unit: C
  322.         scan_interval: 60        
  323.        
  324.       - name: "SunPc chłodzenie krzywa temp zasilania y3"
  325.         slave: 1
  326.         address: 289
  327.         input_type: holding
  328.         data_type: int16
  329.         max_temp: 55
  330.         min_temp: 10
  331.         offset: 0
  332.         precision: 1
  333.         scale: 0.1
  334.         target_temp_register: 289
  335.         temp_step: 0.5
  336.         temperature_unit: C
  337.         scan_interval: 60              
  338.        
  339.       - name: "SunPc chłodzenie krzywa temp zasilania y4"
  340.         slave: 1
  341.         address: 290
  342.         input_type: holding
  343.         data_type: int16
  344.         max_temp: 55
  345.         min_temp: 10
  346.         offset: 0
  347.         precision: 1
  348.         scale: 0.1
  349.         target_temp_register: 290
  350.         temp_step: 0.5
  351.         temperature_unit: C
  352.         scan_interval: 60
  353.  
  354.       - name: "SunPc CWU krzywa temp zasilania y1"
  355.         slave: 1
  356.         address: 294
  357.         input_type: holding
  358.         data_type: int16
  359.         max_temp: 55
  360.         min_temp: 10
  361.         offset: 0
  362.         precision: 1
  363.         scale: 0.1
  364.         target_temp_register: 294
  365.         temp_step: 0.5
  366.         temperature_unit: C
  367.         scan_interval: 60  
  368.        
  369.       - name: "SunPc CWU krzywa temp zasilania y2"
  370.         slave: 1
  371.         address: 295
  372.         input_type: holding
  373.         data_type: int16
  374.         max_temp: 55
  375.         min_temp: 10
  376.         offset: 0
  377.         precision: 1
  378.         scale: 0.1
  379.         target_temp_register: 295
  380.         temp_step: 0.5
  381.         temperature_unit: C
  382.         scan_interval: 60        
  383.        
  384.       - name: "SunPc CWU krzywa temp zasilania y3"
  385.         slave: 1
  386.         address: 296
  387.         input_type: holding
  388.         data_type: int16
  389.         max_temp: 55
  390.         min_temp: 10
  391.         offset: 0
  392.         precision: 1
  393.         scale: 0.1
  394.         target_temp_register: 296
  395.         temp_step: 0.5
  396.         temperature_unit: C
  397.         scan_interval: 60        
  398.        
  399.       - name: "SunPc CWU krzywa temp zasilania y4"
  400.         slave: 1
  401.         address: 297
  402.         input_type: holding
  403.         data_type: int16
  404.         max_temp: 55
  405.         min_temp: 10
  406.         offset: 0
  407.         precision: 1
  408.         scale: 0.1
  409.         target_temp_register: 297
  410.         temp_step: 0.5
  411.         temperature_unit: C
  412.         scan_interval: 60
  413.      
  414.       - name: "SunPc CWU krzywa temp zew x1"
  415.         slave: 1
  416.         address: 284
  417.         input_type: holding
  418.         data_type: int16
  419.         max_temp: 55
  420.         min_temp: 0
  421.         offset: 0
  422.         precision: 1
  423.         scale: 0.1
  424.         target_temp_register: 284
  425.         temp_step: 0.5
  426.         temperature_unit: C
  427.         scan_interval: 60
  428.        
  429.       - name: "SunPc CWU krzywa temp zew x2"
  430.         slave: 1
  431.         address: 285
  432.         input_type: holding
  433.         data_type: int16
  434.         max_temp: 55
  435.         min_temp: 0
  436.         offset: 0
  437.         precision: 1
  438.         scale: 0.1
  439.         target_temp_register: 285
  440.         temp_step: 0.5
  441.         temperature_unit: C
  442.         scan_interval: 60
  443.        
  444.       - name: "SunPc CWU krzywa temp zew x3"
  445.         slave: 1
  446.         address: 286
  447.         input_type: holding
  448.         data_type: int16
  449.         max_temp: 55
  450.         min_temp: 0
  451.         offset: 0
  452.         precision: 1
  453.         scale: 0.1
  454.         target_temp_register: 286
  455.         temp_step: 0.5
  456.         temperature_unit: C
  457.         scan_interval: 60
  458.        
  459.       - name: "SunPc CWU krzywa temp zew x4"
  460.         slave: 1
  461.         address: 287
  462.         input_type: holding
  463.         data_type: int16
  464.         max_temp: 55
  465.         min_temp: 0
  466.         offset: 0
  467.         precision: 1
  468.         scale: 0.1
  469.         target_temp_register: 287
  470.         temp_step: 0.5
  471.         temperature_unit: C
  472.         scan_interval: 60
  473.  
  474.     switches:
  475.       - name: SunPc Włączenie pompy
  476.         slave: 1
  477.         address: 40
  478.         write_type: coil
  479.         verify:
  480.       - name: SunPc Strefy czasowe
  481.         slave: 1
  482.         address: 38
  483.         write_type: coil
  484.         verify:
  485.        
  486.       - name: SunPc Program tygodniowy
  487.         slave: 1
  488.         address: 39
  489.         write_type: coil
  490.         verify:
  491.       - name: SunPc Reset alarmu
  492.         slave: 1
  493.         address: 41
  494.         write_type: coil
  495.         verify:
  496.       - name: SunPc Reset parametrów
  497.         slave: 1
  498.         address: 57
  499.         write_type: coil
  500.         verify:
  501.       - name: SunPc Tryb nocny
  502.         address: 12
  503.         command_on: 1
  504.         command_off: 0
  505.         verify:
  506.       - name: SunPc Sterowanie pogodowe
  507.         address: 12
  508.         command_on: 2
  509.         command_off: 0
  510.         verify:
  511.     sensors:
  512.       - name: "SunPc tryb pracy"
  513.         slave: 1
  514.         address: 0
  515.         input_type: holding
  516.         data_type: int16
  517.         scan_interval: 30
  518.  
  519.       - name: "SunPc temperatura powrotu"
  520.         slave: 1
  521.         address: 188
  522.         input_type: holding
  523.         data_type: int16
  524.         scan_interval: 30
  525.         scale: 0.1
  526.         precision: 1
  527.         unit_of_measurement: "°C"
  528.  
  529.       - name: "SunPc temperatura zasilania"
  530.         slave: 1
  531.         address: 189
  532.         input_type: holding
  533.         data_type: int16
  534.         scan_interval: 30
  535.         scale: 0.1
  536.         precision: 1
  537.         unit_of_measurement: "°C"
  538.  
  539.       - name: "SunPc temperatura zewnętrzna"
  540.         slave: 1
  541.         address: 190
  542.         input_type: holding
  543.         data_type: int16
  544.         scan_interval: 30
  545.         scale: 0.1
  546.         precision: 1
  547.         unit_of_measurement: "°C"
  548.  
  549.       - name: "SunPc temperatura tłoczenia"
  550.         slave: 1
  551.         address: 191
  552.         input_type: holding
  553.         data_type: int16
  554.         scan_interval: 30
  555.         scale: 0.1
  556.         precision: 1
  557.         unit_of_measurement: "°C"
  558.  
  559.       - name: "SunPc temperatura ssania"
  560.         slave: 1
  561.         address: 192
  562.         input_type: holding
  563.         data_type: int16
  564.         scan_interval: 30
  565.         scale: 0.1
  566.         precision: 1
  567.         unit_of_measurement: "°C"
  568.  
  569.       - name: "SunPc ciśnienie tłoczenia"
  570.         slave: 1
  571.         address: 193
  572.         input_type: holding
  573.         data_type: int16
  574.         scan_interval: 30
  575.         scale: 0.1
  576.         precision: 1
  577.         unit_of_measurement: "bar"
  578.  
  579.       - name: "SunPc ciśnienie ssania"
  580.         slave: 1
  581.         address: 194
  582.         input_type: holding
  583.         data_type: int16
  584.         scan_interval: 30
  585.         scale: 0.1
  586.         precision: 1
  587.         unit_of_measurement: "bar"
  588.  
  589.       - name: "SunPc temperatura wody użytkowej"
  590.         slave: 1
  591.         address: 195
  592.         input_type: holding
  593.         data_type: int16
  594.         scan_interval: 30
  595.         scale: 0.1
  596.         precision: 1
  597.         unit_of_measurement: "°C"
  598.  
  599.       - name: "SunPc temperatura parownika"
  600.         slave: 1
  601.         address: 196
  602.         input_type: holding
  603.         data_type: int16
  604.         scan_interval: 30
  605.         scale: 0.1
  606.         precision: 1
  607.         unit_of_measurement: "°C"
  608.        
  609.       - name: "SunPc pompka PWM"
  610.         slave: 1
  611.         address: 198
  612.         input_type: holding
  613.         data_type: int16
  614.         scan_interval: 30
  615.         scale: 0.1
  616.         precision: 1
  617.         unit_of_measurement: "%"
  618.  
  619.       - name: "SunPc tryb wentylatora"
  620.         slave: 1
  621.         address: 12
  622.         data_type: int16
  623.         input_type: holding
  624.         scan_interval: 30
  625.  
  626.  
  627.       - name: "SunPc prędkość wentylatora 1"
  628.         slave: 1
  629.         address: 200
  630.         input_type: holding
  631.         data_type: int16
  632.         scan_interval: 30
  633.  
  634.       - name: "SunPc prędkość wentylatora 2"
  635.         slave: 1
  636.         address: 202
  637.         input_type: holding
  638.         data_type: int16
  639.         scan_interval: 30
  640.  
  641.       - name: "SunPc wymagana wydajność"
  642.         slave: 1
  643.         address: 203
  644.         input_type: holding
  645.         data_type: int16
  646.         scan_interval: 30
  647.  
  648.       - name: "SunPc aktualna wydajność"
  649.         slave: 1
  650.         address: 204
  651.         input_type: holding
  652.         data_type: int16
  653.         scan_interval: 30
  654.  
  655.       - name: "SunPc obroty sprężarki"
  656.         slave: 1
  657.         address: 205
  658.         input_type: holding
  659.         data_type: int16
  660.         scan_interval: 30
  661.        
  662.       - name: "SunPc zawór EEV"
  663.         slave: 1
  664.         address: 207
  665.         input_type: holding
  666.         data_type: int16
  667.         scan_interval: 30
  668.  
  669.       - name: "SunPc przegrzanie"
  670.         slave: 1
  671.         address: 211
  672.         input_type: holding
  673.         data_type: int16
  674.         scan_interval: 30
  675.         scale: 0.1
  676.         precision: 1
  677.         unit_of_measurement: "°C"
  678.        
  679.       - name: "SunPc aktualna funkcja"
  680.         slave: 1
  681.         address: 215
  682.         input_type: holding
  683.         data_type: int16
  684.         scan_interval: 10
  685.  
  686.       - name: "SunPc temperatura wyświetlacza"
  687.         slave: 1
  688.         address: 216
  689.         input_type: holding
  690.         data_type: int16
  691.         scan_interval: 30
  692.         scale: 0.1
  693.         precision: 1
  694.         unit_of_measurement: "°C"
  695.  
  696.       - name: "SunPc status"
  697.         slave: 1
  698.         address: 217
  699.         input_type: holding
  700.         data_type: int16
  701.         scan_interval: 10
  702.  
  703.       - name: "SunPc silnik moc"
  704.         slave: 1
  705.         address: 333
  706.         input_type: holding
  707.         data_type: int16
  708.         scan_interval: 30
  709.         scale: 1
  710.         precision: 1
  711.         unit_of_measurement: "W"
  712.  
  713.       - name: "SunPc silnik napiecie"
  714.         slave: 1
  715.         address: 334
  716.         input_type: holding
  717.         data_type: int16
  718.         scan_interval: 30
  719.         scale: 1
  720.         precision: 1
  721.         unit_of_measurement: "V"
  722.  
  723.       - name: "SunPc silnik prąd"
  724.         slave: 1
  725.         address: 335
  726.         input_type: holding
  727.         data_type: int16
  728.         scan_interval: 30
  729.         scale: 1
  730.         precision: 1
  731.  
  732.     binary_sensors:
  733.       - name: "SunPc zasilanie" #??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
  734.         slave: 1
  735.         address: 0
  736.         scan_interval: 30
  737.         device_class: power
  738.         input_type: discrete_input
  739.  
  740.       - name: "SunPc czujnik przepływu"
  741.         slave: 1
  742.         address: 1
  743.         scan_interval: 30
  744.         input_type: discrete_input
  745.  
  746.       - name: "SunPc sterowanie zewnętrzne"
  747.         slave: 1
  748.         address: 2
  749.         scan_interval: 30
  750.         input_type: discrete_input
  751.  
  752.       - name: "SunPc pompka obiegowa"
  753.         slave: 1
  754.         address: 178
  755.         scan_interval: 30
  756.         input_type: discrete_input
  757.  
  758.       - name: "SunPc defrost"
  759.         slave: 1
  760.         address: 36
  761.         scan_interval: 30
  762.         input_type: coil
  763.  
  764.       - name: "SunPc Strefy czasowe" #?????????????????????????
  765.         slave: 1
  766.         address: 38
  767.         scan_interval: 30
  768.         input_type: coil
  769.  
  770.       - name: "SunPc Program tygodniowy"
  771.         slave: 1
  772.         address: 39
  773.         scan_interval: 30
  774.         input_type: coil
  775.  
  776.       - name: "SunPc sprezarka stan"
  777.         slave: 1
  778.         address: 179
  779.         scan_interval: 10
  780.         input_type: discrete_input
  781.  
  782.       - name: "SunPc wentylator stan"
  783.         slave: 1
  784.         address: 180
  785.         scan_interval: 10
  786.         input_type: discrete_input
  787. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  788.       - name: "SunPc Alarm001 Zbyt wiele zapisow w pamieci"
  789.         slave: 1
  790.         address: 13
  791.         scan_interval: 60
  792.         input_type: discrete_input
  793. # Kod błędu AL001 w sterowniku Carel oznacza, że pamięć alarmów jest zapełniona. To może wynikać z nadmiernego zapisywania danych. Oto kilka kroków, które możesz podjąć, aby rozwiązać ten problem:
  794. # 1. Optymalizacja zapisów: Sprawdź, czy nie masz zbyt częstych zapisów do pamięci. Możesz zmniejszyć częstotliwość zapisów lub ograniczyć zapisy tylko do istotnych alarmów.
  795. # 2. Sprawdź ustawienia: Upewnij się, że parametry związane z zapisem alarmów są prawidłowo skonfigurowane. Możesz to zrobić w pliku .vvv.
  796. # 3. Monitoruj system: Obserwuj, które alarmy są najczęściej zapisywane. To pomoże zidentyfikować, które z nich można ograniczyć.
  797. # -------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  798.       - name: "SunPc Alarm002 Blad zapisu pamieci stalej"
  799.         slave: 1
  800.         address: 14
  801.         scan_interval: 60
  802.         input_type: discrete_input
  803. # Może to wynikać z problemów z komunikacją lub błędów w konfiguracji. Oto kilka kroków, które możesz podjąć, aby rozwiązać ten problem:
  804. # 1. Sprawdź połączenia komunikacyjne: Upewnij się, że kable komunikacyjne są prawidłowo podłączone między sterownikiem a innymi urządzeniami (np. czujnikami, przemiennikami). Sprawdź, czy nie ma przerw w połączeniach.
  805. # 2. Zaktualizuj oprogramowanie: Sprawdź, czy masz najnowszą wersję oprogramowania dla sterownika Carel. Aktualizacja oprogramowania może rozwiązać problemy z pamięcią stałą.
  806. # 3. Sprawdź ustawienia parametrów: Upewnij się, że wszystkie parametry są prawidłowo skonfigurowane. Błędne ustawienia mogą prowadzić do problemów z zapisem pamięci stałej.
  807. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#  
  808.       - name: "SunPc Alarm003 Blad sondy wlotowej"
  809.         slave: 1
  810.         address: 15
  811.         scan_interval: 60
  812.         input_type: discrete_input
  813. # Kod błędu AL003 w sterowniku Carel oznacza błąd sondy powrotu. To może wynikać z problemów z czujnikiem temperatury powrotu lub jego nieprawidłowego działania. Oto kilka kroków, które możesz podjąć, aby rozwiązać ten problem:
  814. # 1. Sprawdź sondę powrotu: Upewnij się, że sonda czujnika temperatury powrotu jest prawidłowo podłączona i działa poprawnie. Sprawdź, czy nie ma uszkodzeń kabli ani wtyczek.
  815. # 2. Optymalizacja ustawień: Sprawdź, czy parametry związane z czujnikiem są prawidłowo skonfigurowane. Możesz to zrobić w pliku .vvv.
  816. # 3. Unikaj zakłóceń elektromagnetycznych: Oddziel kable sondy i sygnału wejściowego od kabli przenoszących obciążenia indukcyjne i zasilających, aby uniknąć zakłóceń elektromagnetycznych
  817. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  818.       - name: "SunPc Alarm004 Blad sondy wylotowej"
  819.         slave: 1
  820.         address: 16
  821.         scan_interval: 60
  822.         input_type: discrete_input
  823. # Kod błędu AL004 w sterowniku Carel oznacza błąd sondy wyjścia. Może to wynikać z problemów z czujnikiem temperatury wyjścia lub jego nieprawidłowego działania. Oto kilka kroków, które możesz podjąć, aby rozwiązać ten problem:
  824. # 1. Sprawdź sondę wyjścia: Upewnij się, że sonda czujnika temperatury wyjścia jest prawidłowo podłączona i działa poprawnie. Sprawdź, czy nie ma uszkodzeń kabli ani wtyczek.
  825. # 2. Optymalizacja ustawień: Sprawdź, czy parametry związane z czujnikiem są prawidłowo skonfigurowane. Możesz to zrobić w pliku .vvv.
  826. # 3. Unikaj zakłóceń elektromagnetycznych: Oddziel kable sondy i sygnału wejściowego od kabli przenoszących obciążenia indukcyjne i zasilających, aby uniknąć zakłóceń elektromagnetycznych
  827. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  828.       - name: "SunPc Alarm005 Ambient probe error"
  829.         slave: 1
  830.         address: 17
  831.         scan_interval: 60
  832.         input_type: discrete_input
  833. # -------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  834.       - name: "SunPc Alarm006 Blad czujnika temperatury skraplacza"
  835.         slave: 1
  836.         address: 18
  837.         scan_interval: 60
  838.         input_type: discrete_input
  839. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  840.       - name: "SunPc Alarm007 Water flow switch"
  841.         slave: 1
  842.         address: 19
  843.         scan_interval: 60
  844.         input_type: discrete_input
  845. # Kod błędu AL007 w sterowniku Carel oznacza błąd sondy przepływu wody. Oto kilka możliwych przyczyn tego błędu:
  846. # 1. Zablokowany filtr: Sprawdź, czy filtr nie jest zablokowany. Jeśli tak, usuń korek filtra i oczyść go 1.
  847. # 2. Powietrze w rurze: Jeśli w rurze jest powietrze, musisz je usunąć z zaworu odpowietrzającego lub złącza.
  848. # 3. Zawór w systemie wodnym: Upewnij się, że wszystkie zawory są w pełni otwarte.
  849. # 4. Niewystarczająco silna pompa wodna: Jeśli pompa wodna jest za słaba, może to prowadzić do małego przepływu wody.
  850. # 5. Uszkodzona sonda przepływu wody: Jeśli wykluczone są powyższe przyczyny, sonda przepływu wody może być uszkodzona.
  851. # 6. Jeśli temperatura wody na wyjściu jest o więcej niż 10 stopni wyższa niż temperatura w zbiorniku, oznacza to mały przepływ i konieczność wymiany na mocniejszą pompę. Jeśli różnica temperatur wynosi mniej niż 10 stopni i nie ma błędu przy włączaniu, sonda przepływu wody jest uszkodzona
  852. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  853.       - name: "SunPc Alarm008 sekwencji faz"
  854.         slave: 1
  855.         address: 20
  856.         scan_interval: 60
  857.         input_type: discrete_input
  858. # Kod błędu AL008 w sterowniku Carel oznacza alarm sekwencji faz. Przyczyną może być nieprawidłowe ustawienie parametrów. Aby rozwiązać ten problem, wykonaj następujące kroki:
  859. # Otwórz stronę Ot6 w menu M09 i Ustaw DI5 na NO.
  860. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  861.       - name: "SunPc Alarm009 ostrzezenie o godzinach pracy jednostki"
  862.         slave: 1
  863.         address: 21
  864.         scan_interval: 60
  865.         input_type: discrete_input
  866. # Kod błędu AL009 w sterowniku Carel oznacza ostrzeżenie o godzinach pracy jednostki. To informacja, że jednostka pracuje przez dłuższy czas i może wymagać konserwacji lub przeglądu. Warto sprawdzić stan urządzenia, czy nie ma oznak zużycia lub awarii.
  867. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  868.       - name: "SunPc Alarm010"
  869.         slave: 1
  870.         address: 22
  871.         scan_interval: 60
  872.         input_type: discrete_input
  873. # Kod błędu AL010 w sterowniku Carel oznacza ostrzeżenie o godzinach pracy pompy. To informacja, że pompa pracuje przez dłuższy czas i może wymagać konserwacji lub przeglądu. Warto sprawdzić stan pompy, czy nie ma oznak zużycia lub awarii.
  874. #--------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
  875. input_text:
  876.   sunpc_status:
  877.   sunpc_tryb_wentylatora:
  878.   sunpc_alarm:
  879. input_number:
  880.   sunpc_qc_pamiec:
  881.     min: 0
  882.     max: 200000
  883.     step: 0.001
  884.     mode: box
  885.   sunpc_qz_pamiec:
  886.     min: 0
  887.     max: 200000
  888.     step: 0.001
  889.     mode: box
  890.   sunpc_qc_wyswietlanie:
  891.     min: 0
  892.     max: 200000
  893.     step: 0.001
  894.     mode: box
  895.   sunpc_qz_wyswietlanie:
  896.     min: 0
  897.     max: 200000
  898.     step: 0.001
  899.     mode: box
  900.   sunpc_sprawnosc:
  901.     min: 0.8
  902.     max: 1
  903.     step: 0.01
  904.   sunpc_histereza_start_co:
  905.     min: 1
  906.     max: 15
  907.   sunpc_histereza_stop_co:
  908.     min: 0
  909.     max: 5
  910.   sunpc_histereza_start_cwu:
  911.     min: 1
  912.     max: 15
  913.   sunpc_histereza_stop_cwu:
  914.     min: 0
  915.     max: 5
  916.   sunpc_grzanie_temperatura:
  917.     min: 10
  918.     max: 55
  919.   sunpc_chlodzenie_temperatura:
  920.     min: 12
  921.     max: 25
  922.   sunpc_cwu_temperatura:
  923.     min: 10
  924.     max: 60
  925.  
  926. input_select:
  927.   sunpc_tryb_pracy:
  928.     options:
  929.      - Chłodzenie
  930.       - Ogrzewanie
  931.       - CWU
  932.       - Chłodzenie i CWU
  933.       - Ogrzewanie i CWU
  934.   sunpc_wentylator:
  935.     options:
  936.      - Dzień
  937.       - Noc
  938.       - Krzywa grzewcza
  939.       - Serwisowy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement