openLuup: Ping Sensor

Anyone using the Ping Sensor? Try to install it using

luup.create_device (‘’, ‘’, “Ping Sensor”, “D_PingSensor.xml.lzo”)

Got no success.

Also try using the Add device and filling both xml filename!

You can’t use compressed files (.lzo) with openLuup, you need to have downloaded it uncompressed from Vera.

Ohhh I see!

And after that, is it better to use the Create Device web interface OR the lua create command ?

The Create Device web form is easiest, but does require all three boxes to be filled. It requests an action which uses the luup.create_device() call in the end anyway. Whatever your druthers…