FLowline pump and brine pump speed not updating with thermiq-usb

Shop Forums ThermIQ in english FLowline pump and brine pump speed not updating with thermiq-usb

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8412
    atnuuski
    Participant

    I have problem with latest Thermiq version 1002 and with thermiq-usb. previous version I was using was something like 634 and raspberrypi with debian stretch, really old one, updated to bullseye and then the thermiq 1002)

    the flowlinepump speed is 0 (0 value in raw_data)
    Brinepump speed is 0

    also in the overview page (thermia_menus.php) it shows:
    Flowlinepump speed 0 %
    Brinepump speed 0 %

    but in the register page (/thermia_status.php) I can see that both should be runnin:

    16:2 Flowlinepump 1 Boolean
    16:0 Brinepump 1 Boolean

    Is this just problem with running old thermiq-usb which propably does not support the speed integer, and is always only boolean off or on?
    Should in this case the 1 = 100% and 0 = 0%?

    Please let me know how I could fix this or if I’m missing something

    #8418
    Anders a
    Keymaster

    I would check if the right type of heatpump is selected in Settings -> Main Thermia

    #8419
    atnuuski
    Participant

    Setting has the correct version
    THERMIA
    HP Model Diplomat
    HP Powerconsumption 3.6
    SETTINGS_THERMIQ_FW_VERSION ThermIQ2 v4.35 0096

    Checked the request and response of the widget:

    {
    “GET”: {
    “scheme”: “http”,
    “host”: “konehuone.local”,
    “filename”: “/jquery_server.php”,
    “query”: {
    “db_query”: “select T_BRINE_IN,T_BRINE_UT,T_FRAM,T_RETUR,CIRK_SPEED,BRINE_SPEED,HGW_VV,TRYCKR_T,TS_P,T_VATTEN,HGW_VV,KOMPR,VARMVATTEN, TID from DATASTORE_RAW ORDER BY TID DESC LIMIT 2”,
    “db_name”: “thermiq_db”,
    “db_check”: “true”
    },
    “remote”: {
    “Address”: “192.168.100.153:80”
    }
    }
    }

    response:

    [
    {
    “0”: “6”,
    “1”: “6”,
    “2”: “22”,
    “3”: “22”,
    “4”: “0”,
    “5”: “0”,
    “6”: “0”,
    “7”: “25”,
    “8”: “0”,
    “9”: “49”,
    “10”: “0”,
    “11”: “0”,
    “12”: “0”,
    “13”: “1697096820”,
    “T_BRINE_IN”: “6”,
    “T_BRINE_UT”: “6”,
    “T_FRAM”: “22”,
    “T_RETUR”: “22”,
    “CIRK_SPEED”: “0”,
    “BRINE_SPEED”: “0”,
    “HGW_VV”: “0”,
    “TRYCKR_T”: “25”,
    “TS_P”: “0”,
    “T_VATTEN”: “49”,
    “KOMPR”: “0”,
    “VARMVATTEN”: “0”,
    “TID”: “1697096820”
    },
    {
    “0”: “6”,
    “1”: “6”,
    “2”: “22”,
    “3”: “22”,
    “4”: “0”,
    “5”: “0”,
    “6”: “0”,
    “7”: “25”,
    “8”: “0”,
    “9”: “49”,
    “10”: “0”,
    “11”: “0”,
    “12”: “0”,
    “13”: “1697096760”,
    “T_BRINE_IN”: “6”,
    “T_BRINE_UT”: “6”,
    “T_FRAM”: “22”,
    “T_RETUR”: “22”,
    “CIRK_SPEED”: “0”,
    “BRINE_SPEED”: “0”,
    “HGW_VV”: “0”,
    “TRYCKR_T”: “25”,
    “TS_P”: “0”,
    “T_VATTEN”: “49”,
    “KOMPR”: “0”,
    “VARMVATTEN”: “0”,
    “TID”: “1697096760”
    }
    ]

    so seems it always gets 0 for circle and brine speed, also the graphs has flowline and brine speed as 0

    #8428
    Anders a
    Keymaster

    This is a bug and should be resolved in latest release

    #8429
    atnuuski
    Participant

    With version 1005 it works ok, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.