Skip to content

Releases: net-daemon/netdaemon

Release 22.13.1

03 Apr 15:21
92655bb
Compare
Choose a tag to compare

👀 Summary

✨ New features

⚡ Enhancements

🐛 Bug Fixes

  • #693 Bugfix: Ensure entity_id is set as expected, when a name is provided @skotl

⬆️ Dependency Updates

Links

22.13.0

02 Apr 14:46
92655bb
Compare
Choose a tag to compare

👀 Summary

✨ New features

⚡ Enhancements

🐛 Bug Fixes

  • #693 Bugfix: Ensure entity_id is set as expected, when a name is provided @skotl

⬆️ Dependency Updates

Links

22.7.0

20 Feb 15:04
f3240f6
Compare
Choose a tag to compare

👀 Summary

Another great NetDaemon release. This time we will introduce some new cool features (V3 only). We are adding an extension method that will wait for a state to be valid a specific time. A common task is when a motion sensor stop sensing motion and is off for a specific time then turn off light. Thanks @FrankBakkerNl for this.

We are continuing adding features and making the API move towards the final release for MQTT entity creation extension. Please see the docs for mqtt extension for details. Thanks @skotl for your hard work on this.

✨ New features

  • #680 Extension method to wait for a state to be vald for a specific time @FrankBakkerNl
  • #677 Support dynamic options on MQTT entity creation @skotl

⬆️ Dependency Updates

Links

22.6.3

10 Feb 20:06
1263652
Compare
Choose a tag to compare

👀 Summary

This release addresses the reports of timeout logs. This hot-fix ether will fix the problem or at least log better what service calls that is being timed out. If you experience time out logs please update to this version.

⚡ Enhancements

⬆️ Dependency Updates

Links

22.6.2

22.6.1

07 Feb 19:48
6bf2b2f
Compare
Choose a tag to compare

Hotfix release for add-on dependecy

22.6.0

07 Feb 18:59
6bf2b2f
Compare
Choose a tag to compare

👀 Summary

Ok the V3 story continues... We bring you important new features and some important bugfixes.

We are now able to call service on a IEnumerable. This is a great feature by @FrankBakkerNl that allows us to include all entities in a domain with one call.

We got some feedback on the MQTT extension and fixed some bugs on it. Thanks @skotl for your hard work on this. @ludeeus added support for the add-on getting the MQTT config automatically given you have the MQTT add-on installed.

We also found a bug that in rare conditions we could send messages in the wrong order to HA that expects the message id:s to be in order. We now added a slim semaphore to protect message sending. Thanks @BeeHiveJava finding this one and @BeeHiveJava and @FrankBakkerNl collaborating on fixing this issue.

That's all folks!

✨ New features

  • #661 Added ExtensionMethods to codegen for calling service methods in IEnumerable @FrankBakkerNl

⚡ Enhancements

  • #662 More optionality around entity creation, simplified public method signatures @skotl
  • #663 Add MQTT configuration to addon @ludeeus

🐛 Bug Fixes

Links

22.5.2

05 Feb 14:49
d719407
Compare
Choose a tag to compare

👀 Summary

Hey folks!
We continuing adding new features in V3. This release I am proud to announce a better way to create, update and delete custom entities using MQTT discovery. The current way using the integration is not a safe way. We recommend any user to move to this extension instead if you need to create custom entities. Thanks to @skotl and @eugeneniemand for your hard work on this! See docs how to use this new feature. Finally we fixed the [Focus] to work like V2 with a warning if not in development environment.

Some other noticeable changes is that we did a better naming of input booleans representing app states. Your apps can get new names!. We also now remove all input booleans helpers that are not used anymore by an app at startup. Finally when using Developer environment we have different naming so it will not use the production one.

Last but not least we are now making sure we log any faulty service call so we can always find the causes of errors and not fail silently.

✨ New features

⚡ Enhancements

🐛 Bug Fixes

Links

22.5.1

31 Jan 20:12
7b7f8bd
Compare
Choose a tag to compare

22.5.0

31 Jan 19:51
4b90185
Compare
Choose a tag to compare

👀 Summary

💥 Breaking changes

✨ New features

⚡ Enhancements

🐛 Bug Fixes

Links