-
Notifications
You must be signed in to change notification settings - Fork 229
Description
Hi there,
- I have run through the troubleshooting guide.
- I'm using a NodeMCU board (Lolin v3)
- I'm using those RF Modules : https://www.amazon.fr/gp/product/B06XJN417D/ref=ppx_yo_dt_b_asin_title_o04_s00?ie=UTF8&psc=1
- I'm using the last version of the firmware : 1.10.0-rc.1 (nodemcuv2) and also tried dev-7
- For RC-1 I used the binary (using update firmware from UI), for dev-7 I built it myself and also tried the binary
- I'm trying to control FUT104 bulb
- I tried using RGB+CCT and FUT089/B8 remote type
/settings
{
"admin_username":"",
"admin_password":"",
"ce_pin":4,
"csn_pin":15,
"reset_pin":0,
"led_pin":-2,
"radio_interface_type":"nRF24",
"packet_repeats":50,
"http_repeat_factor":1,
"auto_restart_period":0,
"mqtt_server":"",
"mqtt_username":"",
"mqtt_password":"",
"mqtt_topic_pattern":"",
"mqtt_update_topic_pattern":"",
"mqtt_state_topic_pattern":"",
"mqtt_client_status_topic":"",
"simple_mqtt_client_status":false,
"discovery_port":48899,
"listen_repeats":3,
"state_flush_interval":10000,
"mqtt_state_rate_limit":500,
"packet_repeat_throttle_sensitivity":0,
"packet_repeat_throttle_threshold":200,
"packet_repeat_minimum":3,
"enable_automatic_mode_switching":false,
"led_mode_wifi_config":"Fast toggle",
"led_mode_wifi_failed":"On",
"led_mode_operating":"Slow blip",
"led_mode_packet":"Flicker",
"led_mode_packet_count":3,
"hostname":"lolin2",
"rf24_power_level":"MAX",
"rf24_listen_channel":"MID",
"wifi_static_ip":"",
"wifi_static_ip_gateway":"",
"wifi_static_ip_netmask":"",
"packet_repeats_per_loop":10,
"home_assistant_discovery_prefix":"",
"wifi_mode":"n",
"rf24_channels":[
"MID"
],
"device_ids":[
9830,
13107,
17476
],
"gateway_configs":[
],
"group_state_fields":[
"state",
"brightness",
"mode",
"color_temp",
"bulb_mode",
"computed_color"
],
"group_id_aliases":{
}
}
/about
{
"firmware":"milight-hub",
"version":"1.10.0-rc.1",
"ip_address":"192.168.1.92",
"reset_reason":"Software/System restart",
"variant":"nodemcuv2",
"free_heap":18864,
"arduino_version":"2_4_2",
"queue_stats":{
"length":0,
"dropped_packets":0
}
}
The problem is : I can't pair the bulb. What I'm doing : power of the bulb, power it on, pressing "Pair" button (within 5 seconds) on UI after picking a random Device ID (also tried with the real one : 0x2666) & a Group.
I successfully paired my bulb with a FUT089 remote I bought for debug purpose. The instructions for pairing are : "Turn off the power, then turn on again after 5 seconds, press "|" 3 times within 3 seconds". This works fine.
I observed (by sniffing) that the remote sends 3 packets (press "|" 3 times) for pairing while Milight-hub sends 5.
I've bought everything for debug purpose :
- I have a remote FUT089 (working)
- I should receive an iBox today (hope I won't have to connect it to my network).
- I have everything double or triple (NodeMCU, NRF and so on)
I can make all the test you need.
I think I missed something evident or I might have misunderstood something on the UI.
Hope anyone could help me.