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

feat: add basic mqtt support #2412

Open
wants to merge 4 commits into
base: future3/develop
Choose a base branch
from

Conversation

c0un7-z3r0
Copy link
Contributor

@c0un7-z3r0 c0un7-z3r0 commented Aug 3, 2024

This adds initial support and functionality for MQTT. Trying to be downward compatible as much as possible so potential mqtt implementations are not totally broken. Not all legacy features could be ported since the current future3 is not supporting them. Yet.

This PR referes to #1963

@c0un7-z3r0 c0un7-z3r0 changed the title feat: add basic mqtt support feat: add basic mqtt support #1963 Aug 3, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10231290157

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 38.14%

Totals Coverage Status
Change from base Build 9427235714: 0.0%
Covered Lines: 492
Relevant Lines: 1290

💛 - Coveralls

@c0un7-z3r0 c0un7-z3r0 changed the title feat: add basic mqtt support #1963 feat: add basic mqtt support Aug 3, 2024
@s-martin s-martin added enhancement future3 Relates to future3 development labels Aug 3, 2024
Copy link
Collaborator

@s-martin s-martin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your contribution!

Please add a short doc file in documentation/builders/components, which helps users how to use the new MQTT feature.

"""
This file provides definitions for MQTT to RPC command aliases

See []
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line could be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement future3 Relates to future3 development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 | Add MQTT component to support control via Smart Home solution
3 participants