sidoh / esp8266_milight_hub

Replacement for a Milight/LimitlessLED hub hosted on an ESP8266
MIT License
931 stars 219 forks source link

FUT095 remote with FUT038 controllers, working remote, no responses #791

Open nh13 opened 1 year ago

nh13 commented 1 year ago

Related to https://github.com/sidoh/esp8266_milight_hub/issues/605. The physical remote works fine, but the hub does not turn on/off the lights (or any other controls).

The device ID when sniffing the FUT095 remote shows a decimal id, whereas the milight-hub shows a hexadecimal id. Could this be an issue?

Screen Shot 2023-04-09 at 4 09 11 PM

What is the model number of the device you're trying to control?

FUT095 remote, FUT038

What firmware version(s) have you tried?

{"firmware":"milight-hub","version":"1.10.8","ip_address":"10.0.7.101","reset_reason":"Power on","variant":"nodemcuv2","free_heap":16896,"arduino_version":"2_4_2","queue_stats":{"length":0,"dropped_packets":0}}

Which ESP8266 board are you using? (nodemcu, d1_mini, etc.)

Pre-made hub here

Which radio type are you using? (RGBW, RGB+CCT, etc.)

RGBW

Have you tried controlling the device with a physical remote?

Yes, FUT095 and works great

Output of http://milight-hub.local/about and http://milight-hub.local/settings

/about

{"firmware":"milight-hub","version":"1.10.8","ip_address":"10.0.7.101","reset_reason":"Power on","variant":"nodemcuv2","free_heap":15512,"arduino_version":"2_4_2","queue_stats":{"length":0,"dropped_packets":0}}

/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,"mqtt_debounce_delay":500,"mqtt_retain":true,"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":"milight-hub","rf24_power_level":"MAX","rf24_listen_channel":"LOW","wifi_static_ip":"","wifi_static_ip_gateway":"","wifi_static_ip_netmask":"","packet_repeats_per_loop":10,"home_assistant_discovery_prefix":"","wifi_mode":"n","default_transition_period":500,"rf24_channels":["LOW","MID","HIGH"],"device_ids":[1326],"gateway_configs":[],"group_state_fields":["state","brightness","computed_color","mode","color_temp","bulb_mode"],"group_id_aliases":{"Kids Playroom Cove":["rgbw",1326,1]}}
Linkenelis commented 1 year ago

Did pairing work OK? ID from remote is the same, only decimal. So I guess not paired with the hub. delete this device ID 0x52E in the webpage and put 0x1 (0x1 and 1 are the same :-) Then try pairing => power off the bulb(not with remote, but realy disconnect) power on and click on +Pair

remotes and wall switches have high device ID numbers. Keep the numbers in the hub low, so they are always different. image