Virtual Devices

I’m trying to create virtual devices that implement common service classes (eg. urn:upnp-org:serviceId:TemperatureSetpoint1_Heat) but have custom luup code handle all events. ie. a virtual radiator device that controls all physical radiator valves. While this is working nicely in the web-ui, I’m having trouble getting anything to work in AutHomation (which is awesome btw ;-). Always just have the device displayed as a question mark.

Now what bit of information do i need to tweak that AutHomation displays my device as a simple heater, blind, dimmable light … ? Do I need to implement a certain list of services (in the I_*.xml file) , have the correct device type, … or isn’t this possible without changes to AutHomation?