Official Lunatone Integration

I've been trying the new official lunatone integration with my Lunatone Display 4, but I've run into difficulties getting it working. I've followed the setup instructions, which is just giving it the correct IP address or hostname. My Lunatone Display 4 device is found, but it doesn't find any DALI devices connected to the DALI network.

I'm just testing it all at the mo so I've only got one DALI driver and a couple of Lunatone switch interfaces on the DALI network. The LED driver can be controlled from the Lunatone display fine, so I believe it's all setup OK.

In Home Assistant, if I look at the device info for Lunatone, I get the following error message:

Failed setup, will retry: 404, message='Not Found', url='http://lightswitch.automation.home/sensors'

I'm guessing it's looking for sensors that don't exist on my model. The Display 4 device comes in two versions, one with some extra environmental sensors and one without.

Any ideas how to fix it? I can't find anything else to configure so I'm assuming it's a bug. I've tried deleting the integration and reinstalling it, I've tried rebooting HA and the Lunatone display, but so far it's still not working. I'm fairly new to Home Assistant, if this is a bug is there a way to report it?

I know I'm addressing pretty small group of users at the mo as the integration page claims only 6 active users. Any help or pointers would be great though.

I still haven't got this working, but peeping at the code, I can see that "sensors" is the entity name for any DALI sensors......I guess presence detectors which I don't have yet. It doesn't look like my hardware version would make any difference.

If I visit the sensors page from the error message on the Lunatone (in my case http://lightswitch.automation.home/sensors), the page is missing. All I get is:
{"detail":"Not Found"}
I get the same message if I try to visit any random page on the Lunatone. So I guess either the code is looking on the wrong place or the latest firmware has changed the address.

If I visit the devices page (in my case http://lightswitch.automation.home/devices) I do get a list of driver details of my connected driver like this:

{"devices":[{"id":1,"name":"Test RGBW","type":"default","available":false,"status":{"raw":0,"controlGearFailure":false,"lampFailure":false,"lampOn":false,"limitError":false,"fadeRunning":false,"resetState":false,"isUnaddressed":false,"powerCycleSeen":false},"features":{"switchable":{"status":false},"dimmable":{"status":0.0},"dimmableWithFade":{"status":{"dimValue":0.0,"fadeTime":2.0}},"dimUp":true,"dimDown":true,"scene":true,"sceneWithFade":{"status":{"fadeTime":2.0}},"gotoLastActive":{},"gotoLastActiveWithFade":{"status":{"fadeTime":2.0}},"daliCmd16":true,"fadeTime":{"status":2.0},"fadeRate":{"status":127},"saveToScene":true,"colorRGB":{"status":{"r":0.0,"g":0.0,"b":0.0}},"dimmableRGB":{"status":{"r":0.0,"g":0.0,"b":0.0,"dimmable":0.0}},"colorRGBWithFade":{"status":{"color":{"r":0.0,"g":0.0,"b":0.0},"fadeTime":2.0}},"colorWAF":{"status":{"w":0.0,"a":0.0,"f":0.0}},"dimmableWAF":{"status":{"w":0.0,"a":0.0,"f":0.0,"dimmable":0.0}},"colorWAFWithFade":{"status":{"color":{"w":0.0,"a":0.0,"f":0.0},"fadeTime":2.0}}},"groups":[0,1],"address":0,"line":0,"daliTypes":[8,50]}],"timeSignature":{"timestamp":1782893211.3428779,"counter":852}}

A bit more digging, this time through the Display 4 manual. It looks like the Lunatone Display 4 plus has access to an additional sensor widget that is missing on the basic version. This is probably why the page is missing and why it's erroring.