Project

General

Profile

Actions

Bug #8

closed

Missing support for DAVITOR legacy devices.

Added by David Fredriksson about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
09/04/2022
Due date:
% Done:

0%

Estimated time:
Reported Version:

Description

On gateway SLITE when browsing device (DT-13) 373 (Ytterbelysning) on net 3003

The DAVITOR USER properties 516 - 617 are missing in the definition-files.

//DAVITOR AB Propretary
bacqlCode = new PropertyIdentifier(512);
bacqlScriptState = new PropertyIdentifier(513);
bacqlScriptStateRequest = new PropertyIdentifier(514);

Also the schedule object cant be browsed.
The components can be read or written but nit browsed.

Controller.readProperty(373,schedule,instance_0,weeklySchedule);

Controller.readProperty(373,schedule,instance_0,objectName);
Controller.readProperty(373,schedule,instance_0,priorityForWriting);
Controller.readProperty(373,schedule,instance_0,effectivePeriod);


{    "endDate":
    {
        "nameOfMonth":"UNSPECIFIED",
        "dayOfWeek":"UNSPECIFIED",
        "month":-1,
        "year":2032,
        "day":255
    },
    "startDate":
    {
        "nameOfMonth":"UNSPECIFIED",
        "dayOfWeek":"UNSPECIFIED",
        "month":-1,
        "year":2020,
        "day":255
    }
}

What does month:-1 mean?

Controller.readProperty(373,schedule,instance_0,listOfObjectPropertyReferences);->
[ {"objectInstance":0,"property":85,"objectType":4}, {"objectInstance":0,"property":0,"objectType":0}, {"objectInstance":0,"property":0,"objectType":0}
]
property 85 is present value
object type 4 is Binary Output.

Controller.readProperty(373,schedule,instance_0,outOfService);
Controller.readProperty(373,schedule,instance_0,presentValue);

Actions #1

Updated by Torbjorn Carlqvist Admin about 2 years ago

  • Target version set to 3.0.16
  • Reported Version set to 3.0.15
Actions #2

Updated by Torbjorn Carlqvist Admin almost 2 years ago

  • Status changed from New to Resolved
  • Assignee set to Torbjorn Carlqvist Admin
Actions #3

Updated by Torbjorn Carlqvist Admin almost 2 years ago

  • Status changed from Resolved to Closed

This was fixed.

Actions

Also available in: Atom PDF