Skip to content

Commit

Permalink
bump ism7mqtt to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nn0 committed Sep 7, 2024
1 parent 6d1178d commit b2409d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions ism7mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Bumped ism7mqtt to v0.0.16
Bumped ism7mqtt to v0.0.17

This release removed oldism7proxy and now ism7config and ism7mqtt automatically detect and support older firmware. If you used oldismproxy in the past you need to recreate your parameter.json or manually add "TcpPort": 9091.

## What's Changed
- HA Discovery: Don't retain discovery topics by @b3nn0 in #94
### Bugfixes
- support hostname #100
- support json output in docker image #101
- fix json write for duplicate parameter #102
- Update README.md by @ansysic in #106
- set SE attribute by @krusta4711 in #114
- Use XmlSerializerNamespaces to remove the namespace attributes by @allcoolusernamesaregone in #117
- Fix 'ER-State error by @aimoehi in #108
- use BouncyCastle for all SSL connections by @zivillian in #120
- handle invalid date by @zivillian in #121
- Unique ird by @zivillian in #122
- Update dependencies by @zivillian in #123
- HA discovery: fix device_class enum for 2024.09 compatibility by @b3nn0 in #124

2 changes: 1 addition & 1 deletion ism7mqtt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM zivillian/ism7mqtt:v0.0.16
FROM zivillian/ism7mqtt:v0.0.17

# Default ENV
ENV \
Expand Down

0 comments on commit b2409d3

Please sign in to comment.