Log message : "Listening notifications in port 4059", but message "Notify service is starting" does not occur and notifications don't come.
Maybe the service is not so configured?
I use ipv6 HostName - ::1, NetworkType - 0, Interface - 0.
Hi
I have a small number of mixed meters, connecting on different tcp ports
How can I add multiple listeners to one reader?
I tried to make listener as array, it did not work?
Any Way out?
When trying to update a device using the DLMS.Director against the AMI, it seems that the director does not post the template id to the controller when updating a device. The TemplateId of the "UpdateDevice" is 0, but the Device.Id is not (!= newDevice).
This throws an exception because of the fk constraint on template.
Is there a timeout setting for closing a communication session with a device in AMI? It is necessary that after reading the data the communication session is not closed, or that it is possible to forcibly open a communication session without reading data from the device.
Hello!
Interesting to know if it is possible to work in parallel with devices using for example tcp network channel?
Are the tasks serve one after another or there is a way to work with several devices? (send request to the first, dont wait for the answer - due to possible long answers, ask another device, receiving the answer from the first and work with in).