Changes between Version 8 and Version 9 of TipAndDoc/monitor


Ignore:
Timestamp:
Oct 25, 2015 10:22:07 PM (8 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/monitor

    v8 v9  
    7878 * [http://www.fujitsu.com/jp/group/bsc/services/f-plug/downloads/message.html F-PLUG メッセージ一覧 : 富士通ビー・エス・シー] 本サイトではF-PLUG制御用メッセージに関する情報を提供いたします。 
    7979 
    80  * [http://obdnmagazine.blogspot.jp/2013/03/tested-f-plug-ax3a6.html OBDNマガジン: (.tested) 富士通ビー・エス・シー F-PLUG (AX3)(A6)] 
    81   * github:goto2048/fplug_for_linux 
    82  * [http://www.bravotouring.com/~yano/diary/it/20140616fplug4linux.htm YANO's digital garage - fplug_for_linux] 
    83  
    8480 * Windows 10からユーティリティを用いて接続する場合、事前にファームウェアバージョン 1300 にアップデートが必要 http://www.fujitsu.com/jp/group/bsc/services/f-plug/downloads/ 
    8581  * [[Image(F-PLUG115-update.png,33%)]] 
     82 
     83 === Linux === 
     84 * github:goto2048/fplug_for_linux 
     85  * [http://obdnmagazine.blogspot.jp/2013/03/tested-f-plug-ax3a6.html OBDNマガジン: (.tested) 富士通ビー・エス・シー F-PLUG (AX3)(A6)] 
     86  * [http://www.bravotouring.com/~yano/diary/it/20140616fplug4linux.htm YANO's digital garage - fplug_for_linux] 
     87   * $ sudo ./fpstatus -with /dev/rfcomm0 
     88{{{ 
     89FP_WATT=21.4;FP_ILLUM=83;FP_TEMP=25.0;FP_HUMID=33; 
     90}}} 
     91 
     92 * github:hasegaw/pyfplug 
     93  * pyfplug2.py 
     94{{{#!diff 
     95--- pyfplug.py  2015-10-25 17:45:30.577000467 +0900 
     96+++ pyfplug2.py 2015-10-25 18:05:20.859804410 +0900 
     97@@ -355,7 +355,7 @@ 
     98         self.sfile.flush() 
     99  
     100 def test_fplug_dev(): 
     101-    dev = FPlugDevice('/dev/rfcomm0', debug = True) 
     102+    dev = FPlugDevice('/dev/rfcomm0', debug = False) 
     103     # print "init:", dev.plug_init() 
     104      
     105  
     106}}} 
     107  * $ sudo python2 pyfplug2.py 
     108{{{ 
     109on: 1 
     110off: 0 
     111set_datetime: True 
     112TMP: 25.0 degree C 
     113HUM: 33 % 
     114ILL: 84 
     115PWR: 21.4 W 
     116ACC: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 22] 
     117HIST PWR: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 22] 
     118HIST MISC: [(None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (None, None, None), (26.0, 33, 83), (26.0, 33, 82)] 
     119}}} 
     120  * $ sudo python2 fplugctl init 
     121   * 履歴を初期化(ACC, HIST *が0に戻る)