donavanbecker / homebridge-rainbird

The Homebridge RainBird plugin allows you to access your RainBird Controller from HomeKit with Homebridge.
ISC License
20 stars 0 forks source link

Accessories will not load #534

Closed crashjnq closed 19 hours ago

crashjnq commented 1 month ago

Describe Your Problem

I've installed the plugin and configured it, but nothing pulls into homebridge

Relevant log output

[7/19/2024, 5:06:05 PM] [RainBird] Initializing RainBird platform...
[7/19/2024, 5:06:05 PM] Loading 19 accessories...
[7/19/2024, 5:13:40 PM] [RainBird] Initializing RainBird platform...
[7/19/2024, 5:13:40 PM] Loading 19 accessories...

Config for homebridge-rainbird

"name": "RainBird",
    "devices": [
        {
            "ipaddress": 
            "password": 
            "external": false,
            "showRainSensor": true,
            "showValveSensor": true,
            "showProgramASwitch": true,
            "showProgramBSwitch": true,
            "showStopIrrigationSwitch": true,
            "showZoneValve": true,
            "includeZones": "1,2,3,4,5,6,7,8,9",
            "showDelayIrrigationSwitch": true,
            "syncTime": true,
            "refreshRate": 120,
            "logging": "standard"
        }
    ],
    "platform": "RainBird"
}

Screenshots

No response

Device & Model

EMS-TM2

Node.js Version

v18.18.8

NPM Version

v10.8.2

Homebridge Version

v1.8.3

Homebridge Rainbird Plugin Version

v2.0.3

Homebridge Config UI X Plugin Version

v4.56.4

Operating System

macOS

github-actions[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

donavanbecker commented 3 weeks ago

Can you try the latest beta:

npm version

Click here to find out how to install Beta

rvniekerk commented 1 day ago

I have the same problem. Installed the plugin last week running from my MacBook with no issues. Transferred the server to my Raspberry Pi this week and can't get it going - all my other plugins works fine.

It pulls the bridge into Homekit with no issues, but none of the accessories are pulled in. Also not into the Homebridge accessories page.

Would love to use this if I can figure out how to get it going again.

donavanbecker commented 1 day ago

I have the same problem. Installed the plugin last week running from my MacBook with no issues. Transferred the server to my Raspberry Pi this week and can't get it going - all my other plugins works fine.

It pulls the bridge into Homekit with no issues, but none of the accessories are pulled in. Also not into the Homebridge accessories page.

Would love to use this if I can figure out how to get it going again.

Please open your own issue as this is probably not the same issue you are having.

rvniekerk commented 21 hours ago

I have the same problem. Installed the plugin last week running from my MacBook with no issues. Transferred the server to my Raspberry Pi this week and can't get it going - all my other plugins works fine.

It pulls the bridge into Homekit with no issues, but none of the accessories are pulled in. Also not into the Homebridge accessories page.

Would love to use this if I can figure out how to get it going again.

Please open your own issue as this is probably not the same issue you are having.

Ok sure - but got mine resolved in the end.