-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
Description
Issue description
The Sniffer tab does not display any output for the remote I have tried - B8, and only channels 1-5 appear to be captured and sent to MQTT.
MiLight hub is successfully controlling lighting groups I have manually setup, both from MiLight hub directly and Home Assistant.
As a side query: How can I map the buttons on the remote into Home Assistant as separate to the groups I have manually setup?
What I have tried
- nRF24 radio
- I have tried all RF settings - low, mid, high
- I have tried Listen Repeats at 3 and 9
What is the model number of the device you're trying to control?
B8 wall remote (https://miboxer.com/product/8-zone-smart-panel-remote)
What firmware version(s) have you tried?
"1.13.1-beta2"
Which ESP8266 board are you using? (nodemcu, d1_mini, etc.)
"nodemcuv2"
Which radio type are you using? (RGBW, RGB+CCT, etc.)
RGB+CCT
Have you tried controlling the device with a physical remote?
This is a remote, it works with the lights directly.
Output of http://milight-hub.local/about and http://milight-hub.local/settings
/about
firmware "milight-hub"
version "1.13.1-beta2"
ip_address "Y.Y.Y.Y"
reset_reason "External System"
variant "nodemcuv2"
free_heap 15400
arduino_version "3.1.2"
free_stack 1140
flash_used 11044
flash_total 957314
flash_pct_free 98
mqtt
configured true
connected true
status "Connected"
queue_stats
length 0
dropped_packets 0
/settings
<div class="toolbar"><div class="devtools-separator"></div><div class="devtools-searchbox"><input class="searchBox devtools-filterinput" placeholder="Filter JSON" value=""></div></div><div class="panelContent" id="json-scrolling-panel" tabindex="0">
|
-- | --
admin_username | ""
admin_password | ""
ce_pin | 16
csn_pin | 15
reset_pin | 0
led_pin | -2
radio_interface_type | "nRF24"
packet_repeats | 10
http_repeat_factor | 5
auto_restart_period | 0
mqtt_server | "X.X.X.X:1883"
mqtt_username | " "
mqtt_password | ""
mqtt_topic_pattern | "milight/commands/:device_id/:device_type/:group_id"
mqtt_update_topic_pattern | ""
mqtt_state_topic_pattern | "milight/state/:device_id/:device_type/:group_id"
mqtt_client_status_topic | "milight/client_status"
simple_mqtt_client_status | true
discovery_port | 48899
listen_repeats | 9
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 | "HIGH"
wifi_static_ip | ""
wifi_static_ip_gateway | ""
wifi_static_ip_netmask | ""
packet_repeats_per_loop | 10
home_assistant_discovery_prefix | "homeassistant/"
wifi_mode | "g"
default_transition_period | 500
rf24_channels |
0 | "LOW"
1 | "MID"
2 | "HIGH"
device_ids |
0 | 26265
1 | 26953
2 | 26985
3 | 38550
gateway_configs | []
group_state_fields |
0 | "state"
1 | "brightness"
2 | "computed_color"
3 | "mode"
4 | "color_temp"
5 | "color_mode"
ignored_listen_protocols | []
</div>