-
Notifications
You must be signed in to change notification settings - Fork 61
Description
I love the concept, and tried to get it to install on a new raspberry pi.
But I ran into some issues, some of which may be due to changes in the ionic framework beta versions.
Git clone instruction should it not be : https://github.com/denschu/home.pi.git ?
Which then changes the cd directory...
The gulp install failed complaining of missing "gulp-util" which I had to install separately.
publish-config.sh requires mosquitto_pub to be installed (sudo apt-get install mosquito-clients ).
I can then start the webserver and get to the login screen where I can enter my MQTT details. But on successfully logging in I just get a blank screen.
The MQTT server shows a subscription to /#
The webbrowser console log last entry is: Successfully logged in
I'm using your publish-config.sh but with my details for the mosquitto_pub command line which all check out. I can point a MQTT node in node-red at the MQTT topic and can read the config.
Any ideas?