lu_invoke

Hi,

I have tried to request the Temperature (as sample) using the data_request - but always get an error.

After that have tried with
http://[vera_ip]:3480/data_request?id=lu_invoke&DeviceNum=16

Will get:
urn:upnp-org:serviceId:TemperatureSensor1
GetApplication
SetApplication (NewApplication)
GetCurrentTemperature
GetName
SetName (NewName)

urn:micasaverde-com:serviceId:HaDevice1

Using the link for “GetCurrentTemperature” - will be generated:
http://[vera_ip]:3480/data_request?id=action&DeviceNum=16&serviceId=urn:upnp-org:serviceId:TemperatureSensor1&action=GetCurrentTemperature

with result:
ERROR: Device does not handle service/action

What is here wrong?

Thanks for your help,

Michael

Try :
http://ip_address:3480/data_request?id=variableget&DeviceNum=X&serviceId=urn:upnp-org:serviceId:TemperatureSensor1&Variable=CurrentTemperature

Great! It is working.
So the generated links in Vera interface are wrong…

can you tell me the values for
urn:micasaverde-com:serviceId:LightSensor1
urn:micasaverde-com:serviceId:HumiditySensor1
(light, humidity) etc. too? Is there any link where I could request it? Or documentation?

Thank You !

Michael

edit: - ok for me, found it in LuaUPnP.log … anyway would be nice to get an info about new parameters :wink:

Search is your friend. Have a look here for some documentation.

http://forum.micasaverde.com/index.php?topic=17300.0

  • Garrett