FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13367 questions

15892 answers

25716 comments

50438 members

0 votes
156 views 0 comments
by

Hi, just wanted to add a device to an RMS-Account, but it failes with the following error message:

  •  Device with serial 111059XXXX from entry number 1 already exists.
The device was linked to another account from a colleague, but the account (and the colleague) is no longer accessible. Is there a soultion for this problem?

1 Answer

0 votes
by

Hello,

You can unregister your device from RMS, by connecting to your device via SSH protocol, e.g. using "Putty" application for Windows:

  • SSH login: root
  • SSH password: <your device's password> 

and using the following SSH command:

uci set rms_connect_mqtt.rms_connect_mqtt.remove_from_system=1 && uci commit && /etc/init.d/rms_connect restart

Best answer