esp8266_milight_hub
esp8266_milight_hub copied to clipboard
Level_up or brightness_up don't work. No command to increment or decrement works.
Product (bulb): FUT105 Firmware: 1.13.0 Board: nodemcuv2 Radio type: FUT089 and RGBW Remote: FUT092 Output of /about:
json{"firmware":"milight-hub","version":"1.13.0","ip_address":"192.168.1.27","reset_reason":"Software/System restart","variant":"nodemcuv2","free_heap":15408,"arduino_version":"3.1.2","free_stack":1844,"flash_used":32379,"flash_total":957314,"flash_pct_free":96,"mqtt":{"configured":true,"connected":true,"status":"Connected"},"queue_stats":{"length":0,"dropped_packets":0}}
Output of /settings:
json{"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":2,"auto_restart_period":10,"mqtt_server":"homebridge","mqtt_username":"","mqtt_password":"","mqtt_topic_pattern":"cmnd/milighthub/CommonMiLightHub/:hex_device_id/:device_type/:group_id","mqtt_update_topic_pattern":"updates/milighthub/CommonMiLightHub/:hex_device_id/:device_type/:group_id","mqtt_state_topic_pattern":"status/milighthub/CommonMiLightHub/:hex_device_id/:device_type/:group_id","mqtt_client_status_topic":"status/milighthub/CommonMiLightHub/status","simple_mqtt_client_status":false,"discovery_port":0,"listen_repeats":0,"state_flush_interval":0,"mqtt_state_rate_limit":0,"mqtt_debounce_delay":200,"mqtt_retain":false,"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":"Fast blip","led_mode_operating":"Off","led_mode_packet":"Flicker","led_mode_packet_count":3,"hostname":"CommonMilightHub","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":20,"rf24_channels":["LOW","MID","HIGH"],"device_ids":[1,2],"gateway_configs":[[1,35360,6],[2,35361,6],[3,35362,6]],"group_state_fields":["state","brightness","color_temp","status","level","hue","saturation","bulb_mode","device_id","group_id","device_type","kelvin","computed_color"]}
I have tried controlling the brightness of fut089 remotes and rgbw remotes using the up and down commands. I have tried with both mqtt and http. In both cases, commands such as "night_mode" work, but "level_up" or "brightness_up" (and all other incremental commands) doesn't work. There is no message in return to these commands in the "status" topic, whereas for commands like "night_mode" or "toggle", the command works and the "status" topic also generates a new "status" message.