dominikamann / oekofen-pellematic-compact

A Ökofen Pellematic Compact Integration based on JSON/TCP-Inteface for Home Assistant.
Apache License 2.0
29 stars 4 forks source link

No second heating circuit #57

Open snuff0815 opened 1 month ago

snuff0815 commented 1 month ago

I can't see my second heating circuit. Only "Hot Water Circuit 1" and "Heating Circuit 1" but I also have another heating circuit in the Pellematic app.

dominikamann commented 1 month ago

You must set them up during configuration. You can set the number of heating circuits ("Num of heating circuits (HKx)") in confugration UI. If you want to change it you need to delete and add the Integration again.

snuff0815 commented 1 month ago

Hi Dominik,

according to your name, can we switch to German?

Unfortunatly I don't get values for heating circuit 2 even if I set the "num of heating circuits (HKx)" to 2. See screenshot.

[image: image.png]

best regards, Christoph

Am Mo., 27. Mai 2024 um 16:09 Uhr schrieb Dominik Amann < @.***>:

Closed #57 https://github.com/dominikamann/oekofen-pellematic-compact/issues/57 as completed.

— Reply to this email directly, view it on GitHub https://github.com/dominikamann/oekofen-pellematic-compact/issues/57#event-12946613056, or unsubscribe https://github.com/notifications/unsubscribe-auth/BH5J5H5PW4PQJN3FZ6PE2DDZEM5A5AVCNFSM6AAAAABILHW3POVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSHE2DMNRRGMYDKNQ . You are receiving this because you authored the thread.Message ID: <dominikamann/oekofen-pellematic-compact/issue/57/issue_event/12946613056@ github.com>

dominikamann commented 1 month ago

Hi Christoph,

Englisch dient dazu das es die ganze Community versteht. Bitte schick doch mal das JSON-Result der Ökofenschnitstelle durch. Einfach URL (wie bei der Konfiguration) im Browser eingeben und Ergebnis kopieren. Für mich liest es sich als würde die Ökofenschnittstelle diese Daten nicht durchgeben. Ich weiß, dass zahlreiche User meiner Integration die Funktionalität nutzen daher wundert es mich.

Grüße

snuff0815 commented 1 month ago

Hi Dominik,

alles klar, wusste nicht, dass die Diskussion dann online ist.

So we switch back to English. Here you can find the JSON result:

Oekofen JSON Interface V4.02b http://www.oekofen.at

usage: http://touch_ip:JSON_port/password/command

==================================================================================== read multiple values: ====================================================================================http://192.168.0.164:4321/********/all?

Example: http://192.168.0.164:4321/********/hk1?

all[?]     displays values of all available components
           optional parameter [?] adds meta data

error
    read current errors

log_today
    download todays csv-logging file
log_yesterday
    download yesterdays csv-logging file
log[0..3]
    download csv-logging file

system[?]
    system global variables

weather[?]
    current weather data

forecast[?]
    date|temp|cloud|speed|image|code|unit[|sunrise|sunset] code

see https://openweathermap.org/weather-conditions

power[?]
    powermeter data

stirling[?]
    stirling data

hk[1..6][?]
    heating circuit data

autocomfort_hk[1..6][?]

wireless[1..6][?]
    wireless sensor

thirdparty[1..20][?]
    third party sensor

pu[1..3][?]
    accu data

ww[1..3][?]
    domestic hot water data

sk[1..6][?]
    solar circuit data

se[1..3][?]
    solar gain data

circ[1..3][?]
    circulation pump data

pe[1..4][?]
    pellematic data

==================================================================================== read single value (use '.' as delimitor): ====================================================================================http://192.168.0.164:4321/********/id(1..6).variable

Example: http://192.168.0.164:4321/********/hk1.L_roomtemp_act

==================================================================================== set value (use '.' as delimitor): ====================================================================================http://192.168.0.164:4321/********/id(1..6).variable=value

Example: http://192.168.0.164:4321/********/hk1.mode_auto=0

==================================================================================== alternative useage '_' as delimitor: ====================================================================================http://192.168.0.164:4321/********/id(1..6)_variable=value

Example: http://192.168.0.164:4321/********/hk1_mode_auto=0

system
    system global variables

weather
    current weather data

forecast
    date|temp|cloud|speed|image|code|unit[|sunrise|sunset] code

see https://openweathermap.org/weather-conditions

power
    powermeter data

stirling
    stirling data

hk(1..6)
    heating circuit data

autocomfort_hk(1..6)

wireless(1..6)
    wireless sensor

thirdparty(1..20)
    third party sensor

pu(1..3)
    accu data

ww(1..3)
    domestic hot water data

sk(1..6)
    solar circuit data

se(1..3)
    solar gain data

circ(1..3)
    circulation pump data

pe(1..4)
    pellematic data

only variables without a leading 'L_' can be set.

Am Fr., 31. Mai 2024 um 15:44 Uhr schrieb Dominik Amann < @.***>:

Hi Christoph,

Englisch dient dazu das es die ganze Community versteht. Bitte schick doch mal das JSON-Result der Ökofenschnitstelle durch. Einfach URL (wie bei der Konfiguration) im Browser eingeben und Ergebnis kopieren. Für mich liest es sich als würde die Ökofenschnittstelle diese Daten nicht durchgeben. Ich weiß, dass zahlreiche User meiner Integration die Funktionalität nutzen daher wundert es mich.

Grüße

— Reply to this email directly, view it on GitHub https://github.com/dominikamann/oekofen-pellematic-compact/issues/57#issuecomment-2142195450, or unsubscribe https://github.com/notifications/unsubscribe-auth/BH5J5HY67EIO6SWA2JR4DGDZFB5CTAVCNFSM6AAAAABILHW3POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBSGE4TKNBVGA . You are receiving this because you authored the thread.Message ID: @.***>

dominikamann commented 3 weeks ago

Kein Problem, bitte den Endpunkt http://[ip]:[port]/[password]/all ausführen. Dort sollten alle Werte zurückkommen. Das Ergebnis oben ist nu die "Start-Seite" der API. Danke.

snuff0815 commented 3 weeks ago

wie mache ich das? Also wie "führe ich den Endpunkt aus"? Ich hab wie von dir gesagt die URL http://[ip]:[port]/[password]/all in den Browser eingetragen und dir den Text geschickt.

Am Fr., 7. Juni 2024 um 09:50 Uhr schrieb Dominik Amann < @.***>:

Kein Problem, bitte den Endpunkt http://[ip]:[port]/[password]/all ausführen. Dort sollten alle Werte zurückkommen. Das Ergebnis oben ist nu die "Start-Seite" der API. Danke.

— Reply to this email directly, view it on GitHub https://github.com/dominikamann/oekofen-pellematic-compact/issues/57#issuecomment-2154288776, or unsubscribe https://github.com/notifications/unsubscribe-auth/BH5J5HYZN3JQ5R4AX2Z4J3TZGFQ57AVCNFSM6AAAAABILHW3POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJUGI4DQNZXGY . You are receiving this because you authored the thread.Message ID: @.***>

dominikamann commented 2 weeks ago

Wenn ich mir den von dir kopierten Text durchlese steht es anders da. Normal genügt es wirklich http://192.168.0.164:4321/********/all auszuführen mit deiner IP & Passwort. Dann sollten auch die einzel Werte angezeigt werden.