Skip to content

Support for Thermotec AeroFlow FlexiSmartPro? #5

@carposio

Description

@carposio

Hello, not really an issue, more a question:

Does this library support the AeroFlow FlexiSmartPro series?

I'd love to use it as I got a Mini 650W but it doesn't seem to work with the thermotec HA integration, just showing "Failed to connect" when putting in the IP of the heating.

Doing a port scan on the device, it seems to only expose UDP 5683, which turns out to be coap. I don't know much about it, but after some looking around found a client and some commands:

Running coap-client-notls -m get coap://192.168.0.92/.well-known/core returns </Json>;obs

Subscribing to /Json via coap-client-notls -m get -s 300 coap://192.168.0.92/Json regularly gives the temperature:

{"id":null,"method":"evt","params":{"name":"room_temp","value":155}}{"id":null,"method":"evt","params":{"name":"room_temp","value":156}}{"id":null,"method":"evt","params":{"name":"room_temp","value":155}}{"id":null,"method":"evt","params":{"name":"room_temp","value":156}}

Manual:
https://thermotec.ag/wp-content/uploads/2024/11/AeroFlow%C2%AE-FlexiSmartPRO-Regler-Anleitung-de-en-fr-nl-sp-pl.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions