Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

bad config? no schedule ahead #64

@iz3man

Description

@iz3man

I kindly ask someone to check my config, as i don't see any planned mowing activity in my schedule. Even though it's not raining and i set mowing to 7 days a week nothing happens.
Any ideas very welcome!

image

And this is my config.json file:

{
    "http": {
        "port": 3000
    },
    "landroid-s": {
        "enable": true,
        "email": "xxxxxxx",
        "pwd": "xxxxxxx",
        "dev_sel": 0
    },
    "mqtt": {
        "enable": true,
        "url": "xxxxxxxxxx@localhost",
        "topic": "landroid"
    },
    "logLevel": "info",
    "scheduler": {
        "enable": true,
        "cron": true,
        "weather": {
            "provider": "darksky",
            "apiKey": "219389ca143fa62xxxxxxxxx",
            "latitude": xxxxxxxx,
            "longitude": xxxxxxx
        },
        "db": "./scheduler.db",
        "earliestStart": 14,
        "latestStop": 20,
        "startEarly": true,
        "offDays": 0,
        "squareMeters": 60,
        "perHour": 15,
        "mowTime": 75,
        "chargeTime": 75,
        "daysForTotalCut": 7,
        "rainDelay": 180,
        "threshold": 30
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions