Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku #4

Open
bnevers opened this issue Mar 8, 2015 · 5 comments
Open

Heroku #4

bnevers opened this issue Mar 8, 2015 · 5 comments

Comments

@bnevers
Copy link

bnevers commented Mar 8, 2015

Can this code be applied using Heroku to enable access beyond the local network?

@marcoschwartz
Copy link
Contributor

That won't work, as it really works within a local WiFi network. To deploy the same project on Heroku you need to look at other ways of communication like MQTT or WebSockets :)

@bnevers
Copy link
Author

bnevers commented Mar 8, 2015

Thanks! I just came across a few of your other articles. Do you recommend dweet and freeboard to try and connect temp monitoring to cloud with uno and cc3000? Or something else? Your articles and code have been great!

Brandon

Sent from my iPhone

On Mar 8, 2015, at 4:45 AM, marcoschwartz [email protected] wrote:

That won't work, as it really works within a local WiFi network. To deploy the same project on Heroku you need to look at other ways of communication like MQTT or WebSockets :)


Reply to this email directly or view it on GitHub.

@marcoschwartz
Copy link
Contributor

If you just need to monitor data, yes I would recommend the Dweet + Freeboard solution. It's just if you need to act on your home remotely (for example switch a lamp on) that you need to look at MQTT or WebSockets :)

@bnevers
Copy link
Author

bnevers commented Mar 16, 2015

I'm just circling back from your response a week ago. First - thank you for
the advice! I'm building a remote bbq monitor and would like to hook up a
fan or servo to control temp so do want the 'push' functionality. I spent
some time and came up with a solution (I think) involving ThingFabric/MQTT
as a 3rd party app to Heroku so I can broadcast the data to an app, graph
it, log it, etc. I have an early version up in working so the technology
seems to be functioning. But, if you have other ideas/suggestions I'm open.
This is all new to me and it seems like new solutions and applications are
developed every day (for better or worse!).

Brandon

On Sun, Mar 8, 2015 at 11:47 AM, marcoschwartz [email protected]
wrote:

If you just need to monitor data, yes I would recommend the Dweet +
Freeboard solution. It's just if you need to act on your home remotely (for
example switch a lamp on) that you need to look at MQTT or WebSockets :)


Reply to this email directly or view it on GitHub
#4 (comment)
.

@marcoschwartz
Copy link
Contributor

You're welcome! For a hosted MQTT-like platform also have a look at PubNub. And totally agree with the huge numbers of solutions out there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants