arjanmels / RoboMowRC

Remote monitor and control for RoboMowRC with ESP32 based boards
16 stars 5 forks source link

Just curious if you will be developing this any more? #2

Open BertilJ opened 4 years ago

BertilJ commented 4 years ago

I'd be happy to support with testing if that is the case.

I've got a RS625 (2017 model).

xjustbmw commented 4 years ago

i am also interested

geelenbert commented 4 years ago

I’m also interested in this project.

Would love to integrate my robomow with home assistant

ChristofferG commented 4 years ago

I am interested as well! And have ordered the board and hope to be able to help a bit on the development.

Sprocket02 commented 4 years ago

I am interested as well!

xjustbmw commented 3 years ago

no updates on this ?

joostwestra commented 3 years ago

I would not mind spending some time on it. Does the current version compile for any of you? (I get multiple problems at the moment)

joostwestra commented 3 years ago

I have to code compiled, deployed, connected and authenticated to my RoboMow RX. I am receiving the relevant updates over mqtt. Does anyone know if control is already implemented? And if yes how to use it?

geelenbert commented 3 years ago

I want to get going on this also this summer. I've got an RS630 in mind i want tot connect it to.

What hardware/setup did you use @joostwestra ?

joostwestra commented 3 years ago

Currently using a full esp-wrover-kit, which is a bit of overkill. But you do need an esp32 with psram, otherwise it currently crashes (I tested that)

xjustbmw commented 3 years ago

Care to share the code with us?

promy commented 3 years ago

Quite some time ago i bought a TTGO T-Beam board board just to run this ;-) Its compiling, connecting and publishing to mqtt, but... (basically same questions as joostwestra ;-)

BSD31 commented 2 years ago

Hello. Is this project still under development? I am very interested. Thank you

Bonjour. Ce projet est-il encore en cours de développement ? Je suis très intéressé. Merci

joostwestra commented 2 years ago

I does not appear to be maintained anymore at all. I personally would not mind patches some small glitches. But as far as I can tel the project current does not implement sending any commands to the robot at all.

TheCutter commented 2 years ago

I'm working on my own MQTT-Robomow interface for some time now. I also use an ESP32 to connect to my RS615u and send him commands. Can't share any code yet, but will keep you updated!

geelenbert commented 2 years ago

@TheCutter thats interesting! What hardware platform are you using ? I'm interested in testing if you like.

TheCutter commented 2 years ago

I'm using an ESP-WROOM-32 Devboard. My plan is to start mowing from my Node-Red Installation via MQTT, based on time, weather and other properties.

promy commented 2 years ago

I would also be interested in this! would it be possible to get status updates as well? For logging how when it leaves and returns, of get a push message when there is a problem (stuck, something in the mowing deck,...)?

TheCutter commented 2 years ago

Yes sure. Current State is also planed. But it will be a polling update every x minutes with MQTT. At least that's my plan. :)

TheCutter commented 2 years ago

I created a new repository to discuss further ideas over here: https://github.com/TheCutter/RoboMow2MQTT/issues/1

MortenVinding commented 6 months ago

I stumbled upon this: https://www.skyynet.de/mowgli_connect.php

But it is all in german, so I made my own repo about it and also made a really dirty script to translate the german in the (binary) file. https://github.com/MortenVinding/Robomow-ESP32

Let me know if it's useful and if I should change anything.

ChristofferG commented 6 months ago

Cool, I will check what firmware my Robomow is running and hopefully give this a try!