Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
enloE

enlo

@enlo
About
Posts
11
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 💬 Building a Raspberry Pi Gateway
    enloE enlo

    @ccy that correction to the detect_machine function was necessary on my Rpi 3 too (I took the latest version from master). I got it working with that addition.
    Soooo I guess that would be worth adding to the code / opening an issue on github, wouldn't it?

    Announcements

  • Mys Interposer NRF/Arduino Pro Mini
    enloE enlo

    I ordered a batch from PCBs.io
    With the permission of the orginal author, I could enable sharing it there, which should reduce the price...

    OpenHardware.io binary switches temperature ds18b20 contest2016 mysensors

  • Monitoring a wood boiler heating system
    enloE enlo

    @korttoma Thanks for your explanation!
    I am thinking about integrating a heat sensor too but I am not confident enough to manipulate the chimney - yet :)

    My Project

  • Monitoring a wood boiler heating system
    enloE enlo

    @korttoma just being curious: how did you install that smoke sensor? drill an hole into the chimney?

    My Project

  • MySensors Gatway dimmers & Home assistant
    enloE enlo

    You should get rid of whiteLed (replace it with currentWhiteLevel). There is no need for two state variables for the same thing. I think they can even run out of sync, when the button is pressed while the message is processed.

    However, I am not really sure if they are responsible for your issue.

    Hardware

  • MySensors Gatway dimmers & Home assistant
    enloE enlo

    what is currentWhiteLevel? The state variable seems to be whiteLed, right?
    currentWhiteLevel is not initalized before the loop starts and is not necessarily == whiteLed when fadeWhiteToLevel starts

    Hardware

  • Driveway Alarm / Vehicle detection
    enloE enlo

    If you did not yet buy that chip: According to SparkFun, that sensor is retired. But they do suggest alternatives.
    I am not sure if that's SparkFuns definition or Honeywell

    Hardware

  • How to give Input/Feedback to mysensors.org pages
    enloE enlo

    Thanks, I will do that!

    General Discussion

  • How to give Input/Feedback to mysensors.org pages
    enloE enlo

    While readying the pages here on mysensors.org, I sometimes spot something that I think is a bit misleading or even the occasional typo.

    I know how to contribute to the code, but how and where should I report stuff related to the website? Is it possible to somehow contribute to existing pages?

    General Discussion

  • 💬 Insulated Whole House Fan
    enloE enlo

    @petewill wow, your screen case looks amazing! Is that acryl glass? Did you build that yourself too?

    OpenHardware.io mysensors whole house fan

  • Hacking a Neato Robotics BotVac Connected
    enloE enlo

    This is the code I found in the app. there is also a selfsigned certificate, which probably matches the robot.
    So the reason why you can't make out anything useful in the traffic: It's SSL encrypted.

                HttpsURLConnection httpsURLConnection3 = (HttpsURLConnection) new URL(str2).openConnection();
                try {
                    if ("neatoProduction".contains("vorwerk")) {
                        httpsURLConnection3.setSSLSocketFactory(C0751h.m5821a(0));
                    }
                    httpsURLConnection3.setConnectTimeout(60000);
                    httpsURLConnection3.setReadTimeout(60000);
                    if (str.equals("GET") || str.equals("DELETE")) {
                        httpsURLConnection3.setDoOutput(false);
                    } else {
                        httpsURLConnection3.setDoOutput(true);
                    }
                    httpsURLConnection3.setRequestMethod(str);
                    String a = C0742a.m5803a(NeatoApplication.m5360a(), "ACCESS_TOKEN");
                    if (a != null) {
                        httpsURLConnection3.setRequestProperty("Authorization", "Token token=" + a);
                    }
                    httpsURLConnection3.setRequestProperty("Accept", "application/vnd.neato.beehive.v1+json");
                    httpsURLConnection3.setRequestProperty("Content-type", "application/json");
                    httpsURLConnection3.setRequestProperty("X-Agent", C0765b.m5864f());```
    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular