Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated ID "Lighting5/IT" results in invalid device HASS #5

Open
Sundown89 opened this issue Jul 12, 2018 · 4 comments
Open

Generated ID "Lighting5/IT" results in invalid device HASS #5

Sundown89 opened this issue Jul 12, 2018 · 4 comments

Comments

@Sundown89
Copy link

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.

@Sennevds
Copy link
Owner

hi, I don't have a Lightning 5 device but had the same problem with ID's that worked in previous versions of hass but won't recognize in the latest version(can't remember when this started).
I think something changed in the original library. Will see if I get some time to check out what's the problem

@robvanuden
Copy link

Have you ever found a solution for this?

@Sundown89
Copy link
Author

No, I did not. I in fact stopped using 433mhz devices and switched over to Zigbee (Xiaomi/IKEA) and wifi/mqtt (Sonoff).

@robvanuden
Copy link

robvanuden commented Feb 1, 2019

I found an ID which is working for IT/ProMax:
0a140f01000b5501010f60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants