Closed Klimbim1 closed 2 years ago
Sorry, I am just now seeing this, did you get this all squared away?
Sent from my iPhone
On Jan 17, 2022, at 10:07 AM, Klimbim1 @.***> wrote:
Closed #1.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.
Hi Craig, I wrongly wrote this into your repo but it affected this fork: https://github.com/derqurps/split-flap, sorry for the mishap ;) the website doesn't load from this fork when I hit the submit button... :(
Hey, I just installed your fork. I can see the esp in my wifi and as an port in Arduino IDE. But when I open the IP in the browser no website is loading. Do I need a port to open it? Thanks.
Hi! I actually don't have this set up with a web page, rather I use node-red to manage the activity for the split flap. This fork just leverages mqtt as the main transport .
Ah, alright. I have an instance of nod red running. Is it possible you share an example of node red flows showing how you use mqtt for the split-flap?
Yes absolutely, the flows.json should be able to be directly imported into node-red
You will also need a mqtt server running as well. (I use mosquito)
All the device config should be in the 01_config.ino file
After you import the flow into node-red you will need to make sure in install any nodes I use the following
Node-red-dashboard Node-red-contrib-moment Node-red-contrib-simple-gate Node-red-node-sqlite
Then you should be able to configure the mqtt nodes to point to your mqtt server, then browse to your node-red URL and append /ui to the end to see the dashboard that should allow you to register your device (I haven’t gotten around to much more functionality yet, let setting messages or having multiples of these work in tandem)
Let me know if you still have any issues
On Aug 7, 2022, at 12:28 PM, Ole @.***> wrote:
Ah, alright. I have an instance of nod red running. Is it possible you share an example of node red flows showing how you use mqtt for the split-flap?
— Reply to this email directly, view it on GitHub https://github.com/nctiggy/split-flap-mqtt/issues/1#issuecomment-1207470669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMT2UBVKDE3JXWFCW7MC3VYAE4ZANCNFSM5MFJLPFQ. You are receiving this because you commented.
Hi all, I haven't been able to use this MQTT at the end so if anyone does, let me know. pls!
If you would like help, I am more than willing. I think being able to live chat may be the quickest way work through any issues though. I am open to suggestions
Hey @nctiggy I would appreciate it. Maybe we all could use discord? Prusa Discord for example? At the moment I have set the Matt settings and I can see the updates from your example flow in mqtt explorer, but the display does nothing.
Update: is working now. My fault was that I have just 7 digits yet, but in the code I had 10. Changing it to 7 in the code fixed it.
Are you asking how to set up MQTT or how to get this pointing to mqtt. I am willing to help with either, some sort of live chat would probably be most efficient but I am open to anything
On Aug 8, 2022, at 12:57 PM, Klimbim1 @.***> wrote:
Hi all, I haven't been able to use this MQTT at the end so if anyone does, let me know. pls!
— Reply to this email directly, view it on GitHub https://github.com/nctiggy/split-flap-mqtt/issues/1#issuecomment-1208547855, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMT2RZ775D6M2QY4OEBZTVYFRBNANCNFSM5MFJLPFQ. You are receiving this because you commented.
Sorry wrong fork, please delete ;)