dominikamann / oekofen-pellematic-compact

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

Sensoren "Unbekannt" #70

Open Friesii89 opened 1 week ago

Friesii89 commented 1 week ago

Hallo,

nachdem ich nun bereits auf mehreren Wegen versucht habe, meine Pellematic in HomeAssistant einzubinden, ich jedoch immer nur "Unbekannt" als Werte bei den Sensoren erhalte wende ich mich hilfesuchend an euch. Bei URL habe ich http://192.168.178.83:4321/****/all eingegeben (hierbei sowohl das Passwort, welches mir der Ofen als JSON Passwort anzeigt versucht als auch mein Passwort für die Weboberfläche. JSON Modus ist natürlich auf EIN.

Anbei gleich mal der Auszug des JSON Interface: Oekofen JSON Interface V4.00b http://www.oekofen.at

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

==================================================================================== read multiple values:

http://192.168.178.83:4321/********/all?

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

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

error
    read current errors

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

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.178.83:4321/********/id(1..6).variable

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

==================================================================================== set value (use '.' as delimitor):

http://192.168.178.83:4321/********/id(1..6).variable=value

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

==================================================================================== alternative useage '_' as delimitor:

http://192.168.178.83:4321/********/id(1..6)_variable=value

Example: http://192.168.178.83: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

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.

DANKE!

dominikamann commented 1 week ago

Hi, kommen den Werte unter den einzelnen Sektionen wie z.b. HK1 direkt im Browser? Ist eventuell ausversehen der JSON-compatibility-Mode aktiviert im Ökofen-Touch? Ist sichergestellt das HomeAssistant im selben Netzwerk wie die Heizung ist? Grüße