would be easier if you join us on Discord: Discord
The error you have, should be resolved in the 1.0.2 beta
Regarding username/password: this is when you use REST. in fact MQTT is limited in possibilities, so I have added the REST sensors/actions to be complete and get all out of Robonect
The geertmeersman / robonect integration is awesome but the API would not update unless mowing.
Read that MQTT is prefered but I have no experience with that.
I understand MQTT Integration and Mosquitto broker needs to be installed, but how to configure them for Robonect integration??
I think I have the MQTT configered proberly with a user account and the host (core-mosquitto), but how and where to put the subscribed topics and all that?
Anyone up for a step-by-step for the MQTT part of the integration?
Is it possible to make an error notification with an exact description of the error that just happened and send it to a mobile phone? I can’t figure it out.
I currently have “mower in error state” notification.
alias: Mower in Fault mode, send IOS notification
description: ""
trigger:
- platform: state
entity_id:
- sensor.automower_status
to: Fault
condition: []
action:
- service: notify.mobile_app_iphone
data:
title: Automower
message: Is in Fault state!
enabled: true
mode: single