homebridge-dafang icon indicating copy to clipboard operation
homebridge-dafang copied to clipboard

what to do after fang-hack is installed?

Open zjxlsgh opened this issue 5 years ago • 3 comments

i have the xiaofang 1s with arm chip fang-hack is successfully installed and rtsp stream works (checked with vlc)

now what do i do?

i just cant figure out how to install mqtt, im very new to all this linux commands. if i understand it correctly, ill be installing mqtt on my raspberry pi(thats where my homebridge is installed), and my xiaofang cam is good as it is now?

zjxlsgh avatar Sep 20 '19 06:09 zjxlsgh

Did you get anywhere with this? My next step is the MQTT stuff and I'm a bit stuck

Mark1102 avatar Oct 24 '19 15:10 Mark1102

Check this out https://github.com/sahilchaddha/homebridge-dafang/blob/master/Setup_MQTT.md Let me know if you face any other issue

sahilchaddha avatar Oct 26 '19 05:10 sahilchaddha

https://iot4beginners.com/mosquitto-mqtt-broker-on-raspberry-pi/

Hint: if you want the broadest compatibility with MQTT configs in various plugins, create a password file as described in the article, but also put "allow_anonymous true" in /etc/mosquitto/mosquitto.conf. This will allow both authenticated and anonymous connections.

jlg89 avatar Sep 22 '20 21:09 jlg89