How do I scan HEX code?
See original GitHub issueHi! How do I scan HEX code with my RM 3 Pro ? Here is my config.json : ` { “bridge”:{ “name”:“Homebridge”, “username”:“CD:22:3D:E3:CE:30”, “port”:51826, “pin”:“031-45-156” }, “description”:“Homebridge”, “accessories”:[
], “platforms”:[ { “platform”:“BroadlinkRM”, “name”:“Broadlink RM”, “hideScanFrequencyButton”: false, “scanFrequency”: true, “hideLearnButton”: false, “accessories”:[ { “name”:“TV On/Off”, “type”:“switch”, “data”:{ “on”:“2600500000012…”, “off”:“2600500000012…” } } ] } ] }
`
When I lear code in my IOS app I don`t see nothing in homebridge console. Please help me
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
How to Find the Hex Value of Any Color on Your Screen
Hover the mouse over any pixel; you'll see both the hex and RGB values. Click on a pixel to copy its hex value...
Read more >How to Get the Hex Code of a Color on Your Computer Screen
1. Open Digital Color Meter on your Mac. This tool, which comes with macOS, can identify the color value of any color on...
Read more >Color Picker From Image (RGB HEX CMYK) Online - Ginifab
This is an image color picker that can help us find the color on the image, support HTML HEX code, RGB color code...
Read more >Color Code Picker – RGB, HEX, HSL – Grab the color palette ...
Extract and find the desired color you are looking for. Additionally with this simple web color picker tool you can upload another picture...
Read more >How to Get a Color Hex Code From Image or Video - Kapwing
Step 2: Use the Eyedropper Tool to Find Your Hex Code ... After your image or GIF is in the Studio, scan it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you have only one RM pro, you can delete (“host”:“your ip address”)
I use this plugin and config as intruction. When I restart homebridge, log shows: Error: The requested platform “BroadlinkRM” was not registered by any plugin. (I did install this plugin) Anyone could help me,please?