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

Support for non-standard MQTT Port #91

Closed
mciantar opened this issue May 15, 2023 · 2 comments · Fixed by #123
Closed

Support for non-standard MQTT Port #91

mciantar opened this issue May 15, 2023 · 2 comments · Fixed by #123
Labels
enhancement New feature or request

Comments

@mciantar
Copy link

The code relies on MQTT running on the default port (1883). Can the MQTT settings class to also support a different port?

@unixorn unixorn added the enhancement New feature or request label May 16, 2023
@unixorn
Copy link
Owner

unixorn commented May 16, 2023

That seems reasonable and a minor change. I'll try to get to it this weekend

unixorn added a commit that referenced this issue May 21, 2023
Start work on #91

Signed-off-by: Joe Block <jpb@unixorn.net>
@pergolafabio
Copy link

hey @unixorn , is it possible to release this?

thnx in advance!

unixorn added a commit that referenced this issue Sep 24, 2023
- Add `state_class` property to Sensor class, fixes #96
- Add ability to specify non-standard MQTT ports, closes #91
- Various dependency bumps
- Add `Number` entity type, and update README docs for `Switch` and `Button`

Signed-off-by: Joe Block <jpb@unixorn.net>
@unixorn unixorn mentioned this issue Sep 24, 2023
14 tasks
unixorn added a commit that referenced this issue Sep 24, 2023
- Add `state_class` property to Sensor class, fixes #96
- Add ability to specify non-standard MQTT ports, closes #91
- Various dependency bumps
- Add `Number` entity type, and update README docs for `Switch` and `Button` in #115

Signed-off-by: Joe Block <jpb@unixorn.net>
unixorn added a commit that referenced this issue Sep 24, 2023
- Add `state_class` property to Sensor class, fixes #96
- Add ability to specify non-standard MQTT ports, closes #91
- Add `Number` entity type, and update README docs for `Switch` and `Button` in #115
- Put entity types in alphabetical order in README.md
- Update TOC in README.md
- Various dependency bumps

Signed-off-by: Joe Block <jpb@unixorn.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants