![]() |
home assistant RC 2022.6 mqtt config update for configuration.yaml - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-HxB series Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=2) +--- Thread: home assistant RC 2022.6 mqtt config update for configuration.yaml (/showthread.php?tid=1998) |
RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - Aliman - 03-01-2023 Can H32B pro use the new yam.l file that you provide in here? Thanks Regards, Aliman RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - admin - 03-01-2023 sure, you can see sample config at here: https://www.kincony.com/kc868-h32b-integrate-home-assistant-by-mqtt.html RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - Aliman - 03-01-2023 (03-01-2023, 04:00 AM)admin Wrote: sure, you can see sample config at here: https://www.kincony.com/kc868-h32b-integrate-home-assistant-by-mqtt.html thank you for the fast respone. regards, Aliman RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - admin - 03-01-2023 you are welcome. RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - Alex1987sar - 04-08-2023 hello I use kc868-h32 via TCP\IP and this manual https://www.kincony.com/home-assistant-relay-module.html there is a problem whis a code how to solve it? HA says: nvalid config for [mqtt]: The 'broker' option near /config/configuration.yaml:19 has been removed, please remove it from your configuration for dictionary value @ data['mqtt']. Got {'broker': '127.0.0.1', 'port': 1883, 'discovery': True, 'discovery_prefix': 'homeassistant'}. (See /config/configuration.yaml, line 19). RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - admin - 04-09-2023 if you are using KC868-H32 old controller, it's not support MQTT. you can take a photo of your controller whole box. let me have a look. RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - engmohades - 04-09-2023 HELLO I'm in the same problem i used H32BS RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - admin - 04-09-2023 just remove the mqtt broker lines in configure.yaml file will be work fine. RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - engmohades - 04-09-2023 Now it works fine, thank you I removed the following broker: 192.168.1.42 port: 1883 username: xxxxxx password: xxxxxxxx RE: home assistant RC 2022.6 mqtt config update for configuration.yaml - admin - 04-09-2023 ok |