Skip to content

homeassistant-projects/hass-gocoax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goCoax MoCA for Home Assistant (COMING SOON)

NOT YET IMPLEMENTED - SKELETON ONLY - FEEL FREE TO CONTRIBUTE

goCoax Logo

Sensors for monitoring goCoax MoCA adapters and the associated mesh networks.

beta_badge release_badge release_date hacs_badge License

Buy Me A Coffee Donate

Models Supported

Manufacturer Model MoCA Speed Ethernet Port Supported Known Working Firmware
goCoax MA2500D 2.5 2.5 GbE YES 2.0.11
goCoax MA2500C 2.5 2.5 GbE YES 3.0.5
goCoax WF-803M 2.5 1.0 GbE YES 1.0.12
Frontier FCA252 2.5 1.0 GbE YES
Frontier WF-803T / FCA251 2.5 1.0 GbE YES

NOTE: To ensure sensor data is properly read from the adapters is recommended that you update the goCoax to the LATEST FIRMWARE offered by goCoax Support, or one of the firmwares listed in the above table. However, upgrading firmware MAY reset settings on the adapter.

Installation

Make sure Home Assistant Community Store (HACS) is installed. This integration is part of the default HACS store (though can also be added manually using repository: rsnodgrass/hass-gocoax)

Configuration

The goCoax MoCA unit IP address must be accessible from the Home Assistant host. Either set a static IP on the goCoax admin panel or using static DHCP assignment.

sensor:
  - platform: gocoax
    username: admin
    password: gocoax
    host: 192.168.1.12

Example Lovelace UI

Sensors Supported

Future

  • Link Status (up/down)

  • MAC address (unique_id for sensors, d[0] from http://192.168.254.254/ms/1/0x103/GET)

  • Ethernet Tx/Rx status (good packets, bad packets, dropped packets)

  • Adapter Name from selected list

Contributions Wanted

  • config_flow for adding host IPs + username/password
  • parsing PHY Rates table for the entire mesh network (to get inter-MoCA adapter speeds) from /phyRates.html

See Also

About

goCoax MoCA for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages