Difference between revisions of "Troubleshooting unsorted"
Jump to navigation
Jump to search
m |
m |
||
| Line 48: | Line 48: | ||
# Turn on "Edit mode" in the app. | # Turn on "Edit mode" in the app. | ||
# Connect BT device from menu-> setup-> Bluetooth. | # Connect BT device from menu-> setup-> Bluetooth. | ||
| + | |||
| + | ==No modules in lt_setup after reset to factory defaults via web on the new (3.xx) lt_setup== | ||
| + | '''You need to be very carfuly. if any errors in the file system will not boot | ||
| + | and you will need to send the device to repair''' | ||
| + | Send command <code>bootrw</code>, then <code>bootro</code>. | ||
| + | Edit /boot/config.txt with data from another server, where all works correctly. | ||
Revision as of 11:20, 4 February 2022
Disk usage error
Check what folder is full:
cd /storage
du -h -d 1
If folder is /storage/history, then write in screen:
history delete old
This will delete history of connected devices.
Registering email with no verification
testemail@gmail.com.no-check if there is ".no-check" in the email address it will not send email for vefirication
Alice
https://dialogs.yandex.ru/store/skills/f636b340-larnitech
Upload backup from server A to server B
- Save backup on A;
- Download it;
- Switch module ID on server B to A's ID;
- Copy and save somewhere B server's sn from logic->hw;
- Install needed plugins;
- Switch server mode to 'Gateway';
- Upload backup to B and restore it;
- Switch sn="xxxxxxxx" on B in logic.xml to the sn from p.4;
- Switch back server mode to 'Default'
Find out password from LT_Setup
sqlite3 /home/settings/db/larnitech.db
select * from accounts;
Control valve-heating from script
sprintf(strCommand, "%03d:%03d0ts:%d",ID, SID, setpoint);
strCommand[7]=0;
setStatus(1000:102, &strCommand);
Bluetooth
- Connect the module.
- Find item in logic with type="json".
- Add sub-type="btunreg" json item.
- Turn on "Edit mode" in the app.
- Connect BT device from menu-> setup-> Bluetooth.
No modules in lt_setup after reset to factory defaults via web on the new (3.xx) lt_setup
You need to be very carfuly. if any errors in the file system will not boot
and you will need to send the device to repair
Send command bootrw, then bootro.
Edit /boot/config.txt with data from another server, where all works correctly.