Hi,
When I transmit an ON command with RFXmngr with random ID/unit my IT(ProMax) plug switches on correctly when in learning mode. After this I'm able to switch on/off using RFXmngr. However, when I use these ID/unit codes to generate an ID for HASS, HASS won't accept it. "Invalid device" is the error.
ID: 01 01
Unit code: A
Level: 1
Tried:
python generateId.py -t Lighting5 -s ProMax -p 257,A (decimal)
Result: 0a140f00011A0000
python generateId.py -t Lighting5 -s ProMax -p 257,1 (decimal)
Result: 0a140f0001110000
python generateId.py -t Lighting5 -s ProMax -p 0101,A (hex)
Result: 0a140f0000101A0000
python generateId.py -t Lighting5 -s ProMax -p 0101,1 (hex)
Result: 0a140f000010110000
Tried with several random ID/unit codes.
Can you tell me if this is a problem with the generator of within HASS? Running 0.72.1.
Hi,
When I transmit an ON command with RFXmngr with random ID/unit my IT(ProMax) plug switches on correctly when in learning mode. After this I'm able to switch on/off using RFXmngr. However, when I use these ID/unit codes to generate an ID for HASS, HASS won't accept it. "Invalid device" is the error.
ID: 01 01
Unit code: A
Level: 1
Tried:
python generateId.py -t Lighting5 -s ProMax -p 257,A(decimal)Result: 0a140f00011A0000
python generateId.py -t Lighting5 -s ProMax -p 257,1(decimal)Result: 0a140f0001110000
python generateId.py -t Lighting5 -s ProMax -p 0101,A(hex)Result: 0a140f0000101A0000
python generateId.py -t Lighting5 -s ProMax -p 0101,1(hex)Result: 0a140f000010110000
Tried with several random ID/unit codes.
Can you tell me if this is a problem with the generator of within HASS? Running 0.72.1.