Giter VIP home page Giter VIP logo

Comments (5)

sfeakes avatar sfeakes commented on September 26, 2024

Can you post aqualinkd.conf please

You may also find Homebridge-aqualinkd easier to configure that homekit2mqtt. Check documentation / wiki. Both require Mqtt though so it may not solve your problem.

Iā€™m assuming you have MQTT running on 192.168.1.107. Is that correct?

from aqualinkd.

alanfromtoronto avatar alanfromtoronto commented on September 26, 2024

Thanks in advance

192.168.1.107 is the aqualind
192.168.1.196 is the homebridge

aqualinkd.conf.txt

from aqualinkd.

sfeakes avatar sfeakes commented on September 26, 2024

Here is at least one problem, you're pointing to two different MQTT servers.

Aqualinkd is configured to
mqtt_address = 192.168.1.196:1883

Homekit's mqtt is
"mqtt": {
"host": "192.168.1.107",
"port": 1883,
"topic": "aqualinkd"
},

They need to be the same MQTT server. I would assume you need to change 192.168.1.107 to 192.168.1.196. But that's a guess, both configurations should be pointing to your MQTT server, (the machine running mosquito).

In Homebridge, you have two IP's to configure.

"platforms": [
{
"platform": "aqualinkd",
"name": "aqualinkd",
"server": "192.168.1.107", <- This is aqualinkd machine
"port": "80",
"mqtt": {
"host": "192.168.1.107", <- This is MQTT server
"port": 1883,
"topic": "aqualinkd"
},
"excludedDevices": []
},

from aqualinkd.

alanfromtoronto avatar alanfromtoronto commented on September 26, 2024

Yes that fixed it!

from aqualinkd.

sfeakes avatar sfeakes commented on September 26, 2024

Great, glad that worked.

from aqualinkd.

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.