Giter VIP home page Giter VIP logo

Comments (10)

Apsysikal avatar Apsysikal commented on August 11, 2024

Hey Sebastian

Thank you for opening this issue here.

Your iPhone won't send any BACnet commands to the network. The BACnet commands are always executed from where the plugin is running aka. you homebridge device.
For this reason I would like to know if your homebridge device (a raspberrypi or similar) is able to connect to your BACnet device?

Best regards
Ben

from bachome.

raubuchs avatar raubuchs commented on August 11, 2024

Hi Ben
Could you give me a hint, how to check if the homebridge (a raspberry) is able to connect to my devices?
BR
Sebastian

from bachome.

raubuchs avatar raubuchs commented on August 11, 2024

Ok, I've now tested the connection with wireguard. The Homebridge Server isn't subscribing to the BACnet Objects. Also he is not sending messages over the network.

from bachome.

Apsysikal avatar Apsysikal commented on August 11, 2024

I'd suggest checking the logs. If you don't have a connection to the device(s) there are usually timeout errors output to the console. Do you use homebridge-ui?

Also: The plugin does not subscribe to changes (COV) but relies on polling to refresh values.

from bachome.

raubuchs avatar raubuchs commented on August 11, 2024

So in homebridge-ui there are no errors inside the logs.

from bachome.

Apsysikal avatar Apsysikal commented on August 11, 2024

I currently don‘t know what else could be the problem. I think homebridge-ui does not show logs in the ui by default, but I can't tell you how to fix that.
Could you provide your config.json contents? I can check for config-errors but currently I‘m not sure what could be the problem.

from bachome.

raubuchs avatar raubuchs commented on August 11, 2024

Sure
{ "bridge": { "name": "Homebridge E469", "username": "xx:xx:xx:xx:xx:xx", "port": 12345, "pin": "111-22-333", "advertiser": "avahi", "bind": [ "eth0" ] }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "name": "BAChome Dynamic Platform", "port": 47808, "switch": [ { "name": "Lichtband 1.1", "manufacturer": "A", "model": "Lichtband", "serial": "AYS-CXT-AFW", "ipAddress": "10.10.10.20", "stateObject": "BO:0" }, { "name": "Lichtband 1.2", "manufacturer": "A", "model": "Lichtband", "serial": "WQJ-WIO-VMU", "ipAddress": "10.10.10.20", "stateObject": "BO:1" }, { "name": "Lichtband 1.3", "manufacturer": "A", "model": "Lichtband", "serial": "NPC-WVS-BAL", "ipAddress": "10.10.10.20", "stateObject": "BO:2" }, { "name": "Lichtband 2.1", "manufacturer": "A", "model": "Lichtband", "serial": "WIL-JPR-YJK", "ipAddress": "10.10.10.20", "stateObject": "BO:5" }, { "name": "Lichtband 2.2", "manufacturer": "A", "model": "Lichtband", "serial": "OTR-FNX-HQN", "ipAddress": "10.10.10.20", "stateObject": "BO:6" }, { "name": "Lichtband 2.3", "manufacturer": "A", "model": "Lichtband", "serial": "IYD-DCE-XTX", "ipAddress": "10.10.10.20", "stateObject": "BO:7" } ], "platform": "bachome" } ] }

from bachome.

raubuchs avatar raubuchs commented on August 11, 2024

Sure { "bridge": { "name": "Homebridge E469", "username": "xx:xx:xx:xx:xx:xx", "port": 12345, "pin": "111-22-333", "advertiser": "avahi", "bind": [ "eth0" ] }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "name": "BAChome Dynamic Platform", "port": 47808, "switch": [ { "name": "Lichtband 1.1", "manufacturer": "A", "model": "Lichtband", "serial": "AYS-CXT-AFW", "ipAddress": "10.10.10.20", "stateObject": "BO:0" }, { "name": "Lichtband 1.2", "manufacturer": "A", "model": "Lichtband", "serial": "WQJ-WIO-VMU", "ipAddress": "10.10.10.20", "stateObject": "BO:1" }, { "name": "Lichtband 1.3", "manufacturer": "A", "model": "Lichtband", "serial": "NPC-WVS-BAL", "ipAddress": "10.10.10.20", "stateObject": "BO:2" }, { "name": "Lichtband 2.1", "manufacturer": "A", "model": "Lichtband", "serial": "WIL-JPR-YJK", "ipAddress": "10.10.10.20", "stateObject": "BO:5" }, { "name": "Lichtband 2.2", "manufacturer": "A", "model": "Lichtband", "serial": "OTR-FNX-HQN", "ipAddress": "10.10.10.20", "stateObject": "BO:6" }, { "name": "Lichtband 2.3", "manufacturer": "A", "model": "Lichtband", "serial": "IYD-DCE-XTX", "ipAddress": "10.10.10.20", "stateObject": "BO:7" } ], "platform": "bachome" } ] }

Hello
Is there something new about this?

from bachome.

raubuchs avatar raubuchs commented on August 11, 2024

Hello
I'm not sure what happened, but i've restarted the complete project and rebuild my complete homebridge installation including bachome and now everything works.
Perhaps there was an issue from the raspberry.
Really strange
But thanks for the investigations you have done.
BR
Seb

from bachome.

Apsysikal avatar Apsysikal commented on August 11, 2024

Your config looked ok, so I didn’t know what to do. Nice to hear it’s working now - Hope you enjoy.

from bachome.

Related Issues (18)

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.