Commit graph

7 commits

Author SHA1 Message Date
NHerby
6291a9d21d docs: add OZMO 920 to compatibility table; document port 443 redirect for newer bots
- Add Deebot Ozmo 920 Series (vi829v) to the tested compatibility table
  (confirmed working with Ecovacs Home app via MQTT protocol)

- Document that newer robots using the jmq-ngiot protocol connect on
  port 443 instead of the standard MQTT port 8883. Add iptables
  PREROUTING REDIRECT rule to DNS_Setup.md so users can intercept
  these connections and forward them to Bumper's MQTT listener.

  Confirmed on OZMO 920: bot resolves jmq-ngiot-{countrycode}.area.ww.ecouser.net
  (already covered by DNS wildcard and cert SANs) but connects on 443,
  silently failing without this redirect.
2026-03-03 21:26:14 +07:00
Robert Resch
df36bdd29d
add new endpoints for app v2 (#116)
* add some new endpoints for app v2

* add oauth

* update EcoVacsHomeProducts
- new attribute model

* add some missing endpoints for app v2

* - use only one level subdomain urls on service list
- add status

* add new used subdomains (for europe)

* improve docker images creation as requirements are change less often

* reformat area list

* add revoke expired oauths

* add docker-compose example

* wait for mqtt start fixes #107

* make images even smaller by copying only required folders instead of all (.git,...)

* fix exception during logging

* return fail if we can't get clean logs

* improve docker docs. Thanks for the hit @Bustel

* fix body not json serializable

* add docker-compose example in separate folder
2021-06-05 09:06:18 -04:00
Brian Martin
a5f114872f mkdocs 2019-12-31 00:37:23 -05:00
Brian Martin
8bb28a8b43
Update DNS_Setup.md 2019-06-14 10:13:10 -04:00
Brian Martin
e16360a29d
Update DNS_Setup.md 2019-06-14 10:05:19 -04:00
Brian Martin
d99a37d6ba Update docs
Update docs
2019-06-07 09:40:04 -04:00
Brian Martin
d2ebe12145 Split README into docs
Splitting README into docs to make it shorter and easier to maintain.

- Change to os_db_path adding createdir so tests can skip creation of the path
2019-05-30 09:13:19 -04:00