Device info
Device: Hubspace Low-Voltage Landscape Lighting Transformer
Where to buy: Home Depot (search "Hubspace landscape transformer")
What's needed
Outdoor low-voltage landscape lighting controller. May partially work already as an outlet/switch but likely has transformer-specific capabilities not yet mapped.
Possible HAP mappings depending on what the API exposes:
| Capability |
Expected HAP service |
Notes |
| Power on/off |
Switch or Outlet |
Basic toggle |
| Brightness/voltage |
Lightbulb with Brightness |
If transformer controls output level |
| Timer/schedule |
None in HAP |
Would need to be ignored or surfaced as duration |
Expected deviceClass: landscape-transformer or outdoor-plug (unconfirmed).
Notes
The only existing plugin with support (@aleclombardo/homebridge-hubspace) is 3 years unmaintained. A capability dump is needed before implementation can begin.
Capability dump
If you have this device, please run the dump script and paste the output:
curl -fsSL https://raw.githubusercontent.com/ctrlcmdshft/homebridge-hubspace-platform/main/scripts/dump-devices.js -o /tmp/hubspace-dump.js && node /tmp/hubspace-dump.js
Device info
Device: Hubspace Low-Voltage Landscape Lighting Transformer
Where to buy: Home Depot (search "Hubspace landscape transformer")
What's needed
Outdoor low-voltage landscape lighting controller. May partially work already as an outlet/switch but likely has transformer-specific capabilities not yet mapped.
Possible HAP mappings depending on what the API exposes:
SwitchorOutletLightbulbwithBrightnessExpected deviceClass:
landscape-transformeroroutdoor-plug(unconfirmed).Notes
The only existing plugin with support (
@aleclombardo/homebridge-hubspace) is 3 years unmaintained. A capability dump is needed before implementation can begin.Capability dump
If you have this device, please run the dump script and paste the output:
curl -fsSL https://raw.githubusercontent.com/ctrlcmdshft/homebridge-hubspace-platform/main/scripts/dump-devices.js -o /tmp/hubspace-dump.js && node /tmp/hubspace-dump.js