Skip to content

Raw Field Read/Write Support, Local Mode Stability & New Device Support

Choose a tag to compare

@Korkuttum Korkuttum released this 13 Jul 07:58
2c97b87

πŸš€ The headline feature: many raw-payload parameters that were previously
read-only can now be written directly from Home Assistant β€” switches,
numbers, selects, and text fields, not just sensors. If your device
has raw DPs (packed byte payloads), you can decode and expose them
yourself with the included raw_explorer.py tool: raw_explorer.py

✨ New in this release

  • πŸ”“ Raw field write support: switch/number/select/text entities can
    now read AND write individual fields packed inside a raw DP, not
    just plain top-level DPs
  • 🧰 raw_explorer.py: pick an entity type (sensor/switch/number/
    select/text) per field, right in the GUI, and export a ready-to-paste
    model snippet β€” no manual byte math needed
  • πŸ› οΈ Local (LAN) mode stability: fixed several issues causing
    connection errors, startup hangs, and value flickering after writes

πŸ“¦ New device support

πŸ’¬ As always, feedback, device dumps, and PRs are very welcome.