Roomba980-Python icon indicating copy to clipboard operation
Roomba980-Python copied to clipboard

Please could you share a template of the config.ini

Open smartnakh opened this issue 7 years ago • 1 comments

smartnakh avatar Nov 04 '18 20:11 smartnakh

Here's mine:

[192.168.1.11]
blid = XXX
password = XXX
data = {u'cap': {u'binFullDetect': 1,
                  u'carpetBoost': 1,
                  u'eco': 1,
                  u'edge': 1,
                  u'langOta': 1,
                  u'maps': 1,
                  u'multiPass': 2,
                  u'ota': 2,
                  u'pose': 1,
                  u'pp': 1,
                  u'svcConf': 1},
         u'hostname': u'Roomba-XXX',
         u'ip': u'192.168.1.11',
         u'mac': u'xx:xx:xx:xx:xx:xx',
         u'nc': 0,
         u'proto': u'mqtt',
         u'robotname': u'Roomba',
         u'sku': u'R123456',
         u'sw': u'v2.4.6-3',
         u'ver': u'3'}

doits avatar Dec 28 '18 16:12 doits