Maveo for Garage door

hi,
I have a maveo box (for garage).can this work in home assistant?
https://www.smartwithmaveo.com/en/
B/rgs Mads

Hi,
No answer, but I also really like to know if maveo products can communicate with Home-assistant.

Cheers, Kees

Hi, did some digging and found the following:

Software on the Maveo-box is https://nymea.io/ , which seems open source. Where are API’s: https://docs.nymea.io/ and I already tried (and succeeded) to approach the Maveo-box with the Nymea app and CLI ( https://github.com/nymea/nymea-cli ) from which I managed to controll the garage and read the status. Problem is that I am not a developer, but I was wondering if a developer want to look at this?

Created an topic in the feature request section: Nymea/Maveo integration and on the Nymea forums: https://forum.nymea.io/t/communication-with-home-assistant/182

Thanks and cheers,
Kees

Hi there,
with the help of the information from this forum I was able to create a proof of concept for a custom integration. See https://github.com/Mattes83/nymea
The code is horrible, but it works. I can control the garage cover and get its state, including the intermediate position. If you have connected a maveo sensor or an aqara weather sensor some values of it are also provided.

It is currently polling every 5 seconds. I‘d like to switch to a push model in the future.