sahilchaddha / homebridge-dafang

Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
MIT License
204 stars 34 forks source link

what to do after fang-hack is installed? #37

Open zjxlsgh opened 4 years ago

zjxlsgh commented 4 years ago

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?

Mark1102 commented 4 years ago

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

sahilchaddha commented 4 years ago

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

jlg89 commented 3 years ago

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.