NickWaterton / Roomba980-Python

Python program and library to control iRobot Roomba 980 Vacuum Cleaner
MIT License
384 stars 108 forks source link

Please could you share a template of the config.ini #41

Open smartnakh opened 6 years ago

doits commented 5 years ago

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'}