Hi,
If anyone can help to explan this error I would be gratefull.
I am getting in the logs a constant error related to triggering of different action by luup.call.action like below:
luup.call_action(SID_SecuritySensor1, SENSOR_ACTION_ARM, {newArmedValue = 0}, tonumber(id))
As a result action is triggered correctly but I a getting additional error like below:
01 01/20/18 18:40:44.115 sbrk JobHandler_LuaUPnP::HandleActionRequest Problem with getnameinfo <0x73b81520>[/b]
08 01/20/18 18:40:44.116 JobHandler_LuaUPnP::HandleActionRequest device: 239 service: urn:micasaverde-com:serviceId:SecuritySensor1 action: SetArmed <0x73b81520>
08 01/20/18 18:40:44.116 JobHandler_LuaUPnP::HandleActionRequest argument newArmedValue=0 <0x73b81520>
06 01/20/18 18:40:44.116 Device_Variable::m_szValue_set device: 239 service: urn:micasaverde-com:serviceId:SecuritySensor1 variable: Armed was: 0 now: 0 #hooks: 0 upnp: 0 skip: 0 v:0x113e238/NONE duplicate:1
What this error means?