Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Zigbee2mqtt service #996

Closed
wants to merge 789 commits into from
Closed

Conversation

R6n0
Copy link
Contributor

@R6n0 R6n0 commented Dec 2, 2020

Pull Request check-list

To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:

  • If your changes affects code, did your write the tests?
  • Are tests passing? (npm test on both front/server)
  • Is the linter passing? (npm run eslint on both front/server)
  • Did you run prettier? (npm run prettier on both front/server)
  • If you are adding a new features/services, did you run integration comparator? (npm run compare-translations on front)
  • If your changes modify the API (REST or Node.js), did you modify the API documentation? (Documentation is based on comments in code)
  • If you are adding a new features/services which needs explanation, did you modify the user documentation? See the GitHub repo and the website.
  • Did you add fake requests data for the demo mode (front/src/config/demo.json) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

Service Zigbee2mqtt :

  • Configure of Zigbee2mqtt USB dongles
  • Install & start docker containers used by the service (MQTT broker & Zigbee2mqtt app)
  • Scan Zigbee Network to display and edit devices

Pierre-Gilles and others added 30 commits October 18, 2019 16:26
… add websocker refresh of camera image + add different camera frequency
* Handle new philips hue models

* Fix linting

* Add tests to scenes API philips hue

* Add tests to philips hue controller

* Tests all lamps philips hue

* Handle all types of lights
* Fix gateway backups

* Not querying backup if instance is not connected to Gateway
…nt#569)

* Fix gateway restore backup

* Add ability to generate manually a backup
…ame request with the same external_id should update existing device feature
* Handle owntracks open api message server side

* Add open API key to UI

* Fix tests

* Fix gateway tests
* MQTT: sonoff (front/back) + owntracks

* MQTT: device creation by subService

* sonoff : scan for devices

* Sonoff: restructure MQTT service

* Sonoff: try to fix import

* Sonoff: improve model name

* Sonoff: complete demo mode

* Sonoff service: Fix typo

* Sonoff service: refactor models

* Run prettier :/

* Sonoff service: fix front impacts

* Sonoff service: fix model name

* Sonoff: limit integration description

* Sonoff: improve discover UX messages

* Sonoff: improve devices UX

* MQTT service status

* Sonoff: use device.model iso params

* Sonoff: use device.model iso params

* MQTT: fix status UX behavior

* Sonoff: improve error message

* Sonoff: topic help

* Sonoff: pushing to re-run circleCI

* Sonoff: update demo.json according to changes

* Mqtt/Sonoff: changing service client for device

* Sonoff: add ability to change value

* Sonoff: force 'sonoff:' topic prefix

* Sonoff: improve manual/auto device creation

* Sonoff: documentation link

* Sonoff: fix selector + clean

* Sonoff: forgot to adapt tests

* Sonoff: test coverage

* Sonoff: documentation link

* Sonoff: fix typos
@R6n0 R6n0 changed the title Zigbee2mqtt service [WIP] Zigbee2mqtt service Dec 2, 2020
@VonOx
Copy link
Contributor

VonOx commented Dec 2, 2020

Something wrong with your syncing from master

image

@VonOx
Copy link
Contributor

VonOx commented Apr 9, 2021

Closed in favor of #1098

@VonOx VonOx closed this Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet