GithubHelp home page GithubHelp logo

Comments (4)

nchlsgh1 avatar nchlsgh1 commented on June 18, 2024

Just occurred again this time with debugger on

Pressing ATO Off in Homeplug generates 2 requests 1 for status first then 1 for actual command
The duplicates are my echo on

new client
GET /?ATOStatus HTTP/1.1
host: 192.168.0.130
Connection: close

Complete String
GET /?ATOStatus HTTP/1.1
host: 192.168.0.130
Connection: close

Normal Closure
new client
GET /?ATOOFF HTTP/1.1
host: 192.168.0.130
Connection: close

Complete String
GET /?ATOOFF HTTP/1.1
host: 192.168.0.130
Connection: close

Normal Closure

Pressing DRAIN On in Homeplug generates 2 requests 1 for status first then 1 for actual command

new client
GET /?DrainStatus HTTP/1.1
host: 192.168.0.130
Connection: close

Complete String
GET /?DrainStatus HTTP/1.1
host: 192.168.0.130
Connection: close

Normal Closure
new client
GET /?DRAINON HTTP/1.1
host: 192.168.0.130
Connection: close

Complete String
GET /?DRAINON HTTP/1.1
host: 192.168.0.130
Connection: close

Normal Closure
new client
GET /?DrainStatus HTTP/1.1
host: 192.168.0.130
ConnNormal Closure
*At this point the ethernet shield hangs and no longer accepts web commands

from homebridge-http-switch.

nchlsgh1 avatar nchlsgh1 commented on June 18, 2024

Something strange is going on with the Arduino.. I suspect it's the ethernet shield itself once I saturate the connection.. Closing the issue for now

from homebridge-http-switch.

nchlsgh1 avatar nchlsgh1 commented on June 18, 2024

Definitely an issue with my own code for the freezing portion which has now been fixed... but it's interesting to see that on command occasionally I see 2 GET request coming in but not all the time. Would this be due to how HomeKit works where it wants to definitely check the status first before committing to the command (When the app is opened it does a Status GET already)?

On single OFF command
new client
GET /?ATOStatus HTTP/1.1
GET Request Received
Normal Closure

new client
GET /?ATOOFF HTTP/1.1
GET Request Received
Normal Closure

On single ON command
new client
GET /?ATOStatus HTTP/1.1
GET Request Received
Normal Closure

new client
GET /?ATOON HTTP/1.1
GET Request Received
Normal Closure

from homebridge-http-switch.

Supereg avatar Supereg commented on June 18, 2024

Seems like your Arduino can't really handle concurrent request.
Cause HomeKit decides which requests it makes. homebridge-http-switch does only forward those requests which it gets from a HomeKit controller.
Good lick solving your issue 😃

from homebridge-http-switch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.