Hi Folks,
I found that the interactive pyaci is setting wrong parameters if I try to set the heartbeat publication.
What I did:
Python:
cc.heartbeat_publication_set(0xfffe,0xdd,0xcc,0x64,0x0000,0x0000)
Response: ttyACM0.ConfigurationClient: Heartbeat publication state: dst: fffe, count: 128, period: 128s, features: {'relay': False, 'proxy': False, 'friend': False, 'lowPower': False}, subnet: 0
Internally this packet is then generated: "00feff08086400000000"
On the mesh device side I receive this:
"00FEFF08086400000000"
So the transfer was correct but the packet was build wrong. I think it should be like this according to the specification:
"00feffddcc6400000000"
So to me it looks like the CountLog and PeriodLog are not set properly.
Is there anything I got wrong maybe?
Thank you in advance for your help!
Bye
Andrej