Results 37 comments of Joeri Colman
trafficstars

The [HistoryDataHandler](https://github.com/Siterwell/familywell-lidl-android/blob/40cc44ce13d479af6e774365fde58ae72440b385/branch/lidl/app/src/main/java/me/hekr/sthome/history/HistoryDataHandler.java) is also a good place to see the different states. There all device states are summed up in one file (or at least a whole bunch).

I'm not having any trouble with my hardware so I guess I have the old firmware. I don't think anyone else using this project has actually encountered the firmware incompatibility...

For anyone working on this I've found an example of the check in the code of the app: https://github.com/Siterwell/familywell-lidl-android/blob/40cc44ce13d479af6e774365fde58ae72440b385/branch/lidl/app/src/main/java/me/hekr/sthome/tools/SendCommand.java#L77 So for the new firmware the device id and command id...

It would seem that the valideer project is dead. The last update is from 2018 and merge requests don't seem to get merged. I'm guessing the only real solution will...

Currently this app does not support the management of the elro network. There is an issue to implement the management of device names using the cli but currently there has...

The code seems quite the mess to me, maybe its just the java and android. I did find some interesting parts though. A list of all the supported [device ids](https://github.com/Siterwell/familywell-lidl-android/blob/40cc44ce13d479af6e774365fde58ae72440b385/branch/lidl/app/src/main/java/me/hekr/sthome/tools/NameSolve.java#L36)....

I found that listening to `[base_topic]/elro/#` is an option to get all topics being posted on. This might still be an interesting feature if you can get the device info...