fmartinou / tydom2mqtt

Deltadore Tydom to MQTT Bridge
https://fmartinou.github.io/tydom2mqtt/
MIT License
86 stars 49 forks source link

Support for tydom username & password login #63

Closed tjamet closed 8 months ago

tjamet commented 1 year ago

Hi!

As envisioned in the FAQ, the new versions of Tydom uses some cloud login with an account to retrieve the site list and log to them.

Would it be an interesting feature to have in this utility?

Happy to contribute it!

BlacKTM1190 commented 1 year ago

Hello, I'm also interested, to support new users and give them an easiest way to help them... But, I doubt that Delta Dore provided an API to connect to their cloud, like they let for Tydom1.0. Also, imho, it's important to keep this cloudless way of connecting.

CyrilP commented 1 year ago

Hi, @fmartinou : I wrote some code to get the tydom password from cloud : https://gist.github.com/CyrilP/379958e31ac4a4d167bb580e9c3225e1

maybe we should loop through the differents "sites" to find the one with the correct MAC in case someone has multiple tydom gateways

CyrilP commented 1 year ago

PR is ready

tjamet commented 10 months ago

I did write my own, but pushed it to a docker image only: https://hub.docker.com/layers/tjamet/tydom2mqtt/latest/images/sha256-45b1f9c97174d0b156c3882fcfe2a5cd9b8411a01a982cbe9909cb25e0f0f660?context=explore

Happy to contribute it if this is an interesting feature :D

tjamet commented 8 months ago

closing as this was implemented by #99