-
I've just received and installed a couple of Faikin units. All seems to work well when using the web UI. I'm trying to get them to accept an external room temperature reading via MQTT but it seems the messages I'm sending are being ignored. I'm publishing the following, where
This is based on this comment on #26 (NB I'm not sure what I'm doing wrong? Both units are on the latest firmware and both show the same behaviour so I'm sure it's a PEBKAC situation. And the home screen (I'd expect the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Err, not Ah, hang on. You changed the prefix. The system does not match a prefix with a |
Beta Was this translation helpful? Give feedback.
-
I am hijacking this thread because its somehow related: I am setting the 'env' temperature via MQTT from HA, but only pushing the value when it changes. I notice that the "Env" value disappears from the Faikin WebControl page after a while (maybe 10 min?) - is there a timeout set for the Env value? Not necessarily a bug, but actually a good fallback - just wanted to know to change my automation accordingly. Thanks! |
Beta Was this translation helpful? Give feedback.
Err, not
faikin/command/davefaikin/control
justcommand/davefaikin/control
Ah, hang on. You changed the prefix.
The system does not match a prefix with a
/
in it, I thought I had documented that. It splits up at/
and then looks to see if the bit before the first\
matches the prefix you have set, so that won't work!