246 Followers
53 Following
187 Posts

I’ve just added a new feature to my KNX app that automatically generates group addresses based on predefined functions. For instance, selecting a lighting function will create all the necessary command and status group addresses.

Simply assign the communication objects from the motion sensor and the actuator to these group addresses, and everything is ready to go.

💥 Cloudflare seems to be down again.

SwiftUI's DocumentGroup seems completely broken on iOS.

I've just tried on iOS 26 beta 9 with the Document App template and it the results are horrendous.

- The app adds the back buttons (to return to the document browser) and the document title to any navigation bar in the app automatically.
- You cannot navigate through a split view. The back button in the detail view brings you back to the document browser.

How should anybody use this?
And this should go public soon?

Built a pretty cool feature to read the value of a communication object directly. No need to connect the object with a group address. #ets #knx
What!? #iOS26

Next milestone is done – programming devices (writing address, association and object tables and parameters from the application program) is done.

Here is a video showing an example where the output of a switch is connected to 2/0/0. Since the actuator is not connected yet, it doesn't turn on the lights.

Then I switch to the Mac app where the actuator is connected to 2/0/0. After programming the actuator, the switch turns on the light.

#ets #knx

Monitoring of group telegrams (aka Group Monitor) is ready as well.

🏁 The biggest challenge was to make it work with a large number (thousands) of recorded telegrams.

🔎 You can filter and highlight telegrams by either the source/destination address, or simply by text.

🤓 It even supports regular expression.

☁️ Search filters are stored in the project and sync seamlessly between all platforms.

#ets #mac

Got line scanning working! #ets #knx
Also works on iPad and iPhone, of course.
Setting a device in programming mode now works directly from the device info view. #ets #knx