[SOLVED] "Command":"Unknown" wat's the right mqtt full topic for sonoff 4ch

I can’t command a sonoff 4ch.

Sonoff 4CH Module

relay1

Program Version 6.6.0(sonoff)
Build Date & Time 2019-11-06T08:04:36
Core/SDK Version 2_5_2/2.2.1(cfd48f3)
Uptime 0T04:33:46
Flash write Count 49 at 0xFB000
Boot Count 15
Restart Reason Software/System restart
Friendly Name 1 relay1
Friendly Name 2 relay2
Friendly Name 3 relay3
Friendly Name 4 relay4
AP2 SSId (RSSI) dpa-sanpetru-p (94%)
Hostname Sonoff_4CH_R2_lumini_1-3511
IP Address 192.168.12.51
Gateway 192.168.12.1
Subnet Mask 255.255.255.0
DNS Server 192.168.12.1
MAC Address 84:0D:8E:57:CD:B7
MQTT Host 192.168.12.44
MQTT Port 1883
MQTT User DVES_USER
MQTT Client DVES_57CDB7
MQTT Topic Sonoff_4CH_R2_lumini_1
MQTT Group Topic sonoffs
MQTT Full Topic cmnd/Sonoff_4CH_R2_lumini_1/
MQTT Fallback Topic cmnd/DVES_57CDB7_fb/
Emulation None
mDNS Discovery Disabled
ESP Chip Id 5754295
Flash Chip Id 0x144051
Flash Size 1024kB
Program Flash Size 1024kB
Program Size 577kB
Free Program Space 360kB
Free Memory 25kB

MQTT.fx:
cmnd/Sonoff_4CH_R2_lumini_1/power1 ON

stat/Sonoff_4CH_R2_lumini_1/RESULT:
{“Command”:“Unknown”}

what am I missing?

Seems like we are using an identical topic config, so here are my (currently fine working) topics.
This is still the v1 mqtt binding, but that should not maky any difference when the topics are the problem.

POWER

cmnd/Sonoff_4CH_R2_lumini_1/POWER1 ON
Should work

1 Like

stat/Sonoff_4CH_R2_lumini_1/RESULT
{“Command”:“Unknown”}

Odd
Try using a shorter topic
Try also the fallback topic

my mistake: I entered “ON” on the topic line in mqtt.fx
now I both used a shorter topic and entered in the righ place and it works

thanks

1 Like

Please tick the solution post, thanks