omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Simple alarm device / home automation using a Raspberry Pi and Pythonista on the iPad

    Pythonista
    7
    9
    7465
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • faust
      faust last edited by

      Hi guys
      just wanna share a little project I worked on the last weekend.
      Its a simple GUI written with Pythonista to control a Raspberry Pi which detects whether someone opened the door or not. I can also switch a light on and off and order pictures or a short video from a webcam which is connected to the Raspberry.

      Here is the video:
      http://www.youtube.com/watch?v=vxRKI7wPpRs

      1 Reply Last reply Reply Quote 0
      • tmhrtly173
        tmhrtly173 last edited by

        Ahh, I love it! Awesome work. How are you communicating between the pi & pythonista? Presumably there's some software running on the pi, what language is it in?

        1 Reply Last reply Reply Quote 0
        • eliskan175
          eliskan175 last edited by

          I too am curious. You have an amazing program and now I'm interested in using Pi for my experiments. Can you provide an example of how you interact with Raspberry Pi?

          1 Reply Last reply Reply Quote 0
          • Zoyt230
            Zoyt230 last edited by

            I've been looking Tito doing something exactly like this. This post is part of the reason I bought Pythonista. If you should share the code in Pythonista, on the Pi, and your hardware, that would be amazing. Thanks a lot!

            1 Reply Last reply Reply Quote 0
            • ccc
              ccc last edited by

              Between my Raspberry Pi and my Mac, I have been using the Python library 'mosquitto' (http://mosquitto.org) to make MQ Telemetry Transport (MQTT http://mqtt.org) connections. Mosquitto works like a charm for messaging to/from the Raspberry Pi: simple,lightweight, guaranteed in-order delivery for sensors and other devices with low CPU/memory/bandwidth/battery that may have intermittent connectivity.

              Would it be possible to get the mosquitto client working under Pythonista??

              1 Reply Last reply Reply Quote 0
              • ccc
                ccc last edited by

                Answered my own question: https://gist.github.com/cclauss/5123668

                1 Reply Last reply Reply Quote 0
                • rustywild245
                  rustywild245 last edited by

                  I'm interesting in your code, where i can get it?

                  1 Reply Last reply Reply Quote 0
                  • xenishere
                    xenishere last edited by

                    hi sir.. i have sent a private message to you.. hope you will reply. :) thank you so much

                    1 Reply Last reply Reply Quote 0
                    • xenishere
                      xenishere last edited by

                      what's the use of the alarm? can someone reply to my question? please :(

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Powered by NodeBB Forums | Contributors