dm82m / hass-Deltasol-KM2

Custom component for retrieving sensor information from Resol KM1/KM2, DL2/DL3, VBus/LAN, VBus/USB
MIT License
25 stars 6 forks source link

Unexpected error fetching deltasol_km2_sensor data: Your device was reachable but we could not correctly detect it #17

Closed TheBazeman closed 2 years ago

TheBazeman commented 2 years ago

Hi, great work, but it seems not working for me, looks like http://192.168.55.162/cgi-bin/resol-webservice gives garbage: afbeelding

I can read data with ServiceCenter though and I can access the device without problems: afbeelding

Can you help me out?

Thanks, Bas

dm82m commented 2 years ago

Can you please post all log output that contains deltasol and please set your logging to debug first.

chiefdeputy commented 2 years ago

Do you have a "Resol VBus / LAN" adapter? If so, those are not supported. Only "Resol KM2", "Resol DL2" and "Resol DL3" as these devices collect bus data and provide them via Rest API. VBus/Lan adapters are mere bus transceivers and do not have the needed functionality for this component.

Also in this case, can you give us the output of http://192.168.55.162/cgi-bin/get_resol_device_information so we can deliver a proper error.

dm82m commented 2 years ago

I had the same guess but raised a question to Daniel here: https://github.com/danielwippermann/resol-vbus/issues/73

chiefdeputy commented 2 years ago

Daniel provides a JSON server example in his JavaScript lib, which listens to Lan devices and "emulates" a KM" interface. But this is way out of scope of this extension I guess.

dm82m commented 2 years ago

At least if you aren’t willing to implement that 🥳

TheBazeman commented 2 years ago

Hi all, yes I have an Resol VBus / LAN adapter. Allright I know enough ;-) Will have a look at Daniel his scripts

Thanks all,

regards, Bas

dm82m commented 1 year ago

@TheBazeman I created an Home Assistant addon to run the json-live-data-server. Would you like to be a test candidate?

TheBazeman commented 1 year ago

Hi Dirk,

Nice! I would like to, but I don't have a lot of time coming months and running HASS Core (with live-data-server and working like a charm through the configuration.yaml) and not HASS OS yet. Planning to get to HASS OS in a VM in a while. That's for me the moment to take a look at this again.

Thanks a lot, Bas