Changes

no edit summary
Line 1: Line 1: −
==Disk usage error==
  −
Check what folder is full:
  −
<syntaxhighlight lang="bash">
  −
cd /storage
  −
du -h -d 1
  −
</syntaxhighlight>
  −
If folder is <code>/storage/history</code>, then write in screen:
  −
<syntaxhighlight lang="c">
  −
history delete old
  −
</syntaxhighlight>
  −
This will delete history of connected devices.
  −
   
==Registering email with no verification==
 
==Registering email with no verification==
 
testemail@gmail.com.no-check
 
testemail@gmail.com.no-check
if there is ".no-check" in the email address it will not send email for vefirication
+
if there is ".no-check" in the email address it will not send email for vefirication
    
==Alice==
 
==Alice==
Line 19: Line 7:     
==Upload backup from server A to server B==
 
==Upload backup from server A to server B==
# Save backup on A;
+
# Save backup on server A;
 
# Download it;
 
# Download it;
 
# Switch module ID on server B to A's ID;
 
# Switch module ID on server B to A's ID;
Line 29: Line 17:  
# Switch back server mode to 'Default'
 
# Switch back server mode to 'Default'
   −
==Find out password from LT_Setup==
+
==Control valve-heating from script==
<syntaxhighlight lang="bash">
+
<syntaxhighlight lang="C">
sqlite3 /home/settings/db/larnitech.db
+
sprintf(strCommand, "%03d:%03d0ts:%d",ID, SID, setpoint);
select * from accounts;
+
strCommand[7]=0;
 +
setStatus(1000:102, &strCommand);
 
</syntaxhighlight>
 
</syntaxhighlight>
   −
==Console doesn't work (or even server doesn't work, for example, with errors "onThreadCrash 6", "unknown: Treads")==
+
==Bluetooth==
#End screen session: <code>crtl+c</code> in the screen.
+
# Connect the module.
#Run new session: <code>screen -c /home/sh2/screen.run</code>
+
# Find item in logic with type="json".
#Connect screen with console: <code>screen -r ID</code>, where ID - session ID (<code>screen -ls</code>)
+
# Add sub-type="btunreg" json item.
#Do "Full restart"
+
# Turn on "Edit mode" in the app.
 +
# Connect BT device from menu-> setup-> Bluetooth.
editor, Interface administrators, Administrators, translation-admin, translator
9,706

edits