Skip to content

Alexa endpoint for a wash machine bot. The bot detects if the wash machine ist running based on the power consumption of the wash machine.

License

Notifications You must be signed in to change notification settings

TheGOTO/alexa-wash-bot

Repository files navigation

alexa-wash-bot

Alexa endpoint for a wash machine bot. The bot detects if the wash machine ist running based on the power consumption of the wash machine.

used sqllite queries: create table waschmaschine_tae(id integer primary key AUTOINCREMENT, dt datetime default current_timestamp, tae INTEGER NOT NULL); create table trockner_tae(id integer primary key AUTOINCREMENT, dt datetime default current_timestamp, tae INTEGER NOT NULL);

About

Alexa endpoint for a wash machine bot. The bot detects if the wash machine ist running based on the power consumption of the wash machine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published