A custom integration for Home Assistant that enables communication with Neomow robotic lawn mowers.
- Integration with Neomow robotic lawn mowers
- Status monitoring
- Map parsing (in development)
- Customizable sensors and binary sensors
- Navigate to your Home Assistant custom components directory:
cd homeassistant/config/custom_components/- Clone this repository:
git clone https://github.com/pjevsen683/neomow-hass.gitNote: The config folder is located in the same directory as your configuration.yaml file.
Go to integrations and search for neomow and add it. then enter your serial number, and how often it should update. Later, i will make this more dynamic, e.g. when the battery is full dont poll anymore.
This integration is currently in early development stages. The following features are implemented:
- ✅ Status message parsing
- 🚧 Map parsing (in progress)
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
- Improve documentation
To add new sensors:
- Copy an existing sensor from either
sensorsorbinary_sensorsdirectory - Modify the sensor according to your needs
- Add the new sensor to the
__init__.pyfile in the corresponding folder
Use as you please.
For support, please open an issue on GitHub.