Difference between revisions of "Simple EVSE"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
# [https://www.reichelt.de/index.html?ARTICLE=148095 5 Volt Netzteil Hutschiene] https://cdn-reichelt.de/bilder/web/artikel_ws/D400/DR_15_01.jpg
 
# [https://www.reichelt.de/index.html?ARTICLE=148095 5 Volt Netzteil Hutschiene] https://cdn-reichelt.de/bilder/web/artikel_ws/D400/DR_15_01.jpg
 
# [http://bg-etech.de/os/product_info.php/products_id/429 Stromzähler]<img src='http://www.bg-etech.de/_shop/WG10/DRS155DE_web1.jpg' width='200px'>
 
# [http://bg-etech.de/os/product_info.php/products_id/429 Stromzähler]<img src='http://www.bg-etech.de/_shop/WG10/DRS155DE_web1.jpg' width='200px'>
# TTL - Uart / USB Converter
+
# [https://www.amazon.de/Demarkt-Adapter-RS232-PL2303HX-Konverter/dp/B013GBXZTM TTL - Uart / USB Converter]
# RS232 - USB / USB Converter
+
# [https://www.amazon.de/CSL-Seriell-Adapterkabel-Konverter-u/dp/B072M4NB5C RS232 - USB / USB Converter]
  
 
= Manuals =
 
= Manuals =
Line 22: Line 22:
 
https://github.com/ed-chemnitz/qmodbus/
 
https://github.com/ed-chemnitz/qmodbus/
 
== Installation ==
 
== Installation ==
 +
=== Prerequisites ===
 +
<source lang='bash'>
 +
sudo apt-get install qt4-dev-tools
 +
</source>
 +
If you have no superuser rights prepend <nowiki>sudo</nowiki> before the commands below or type
 +
<source lang='bash'>
 +
sudo -s
 +
</source>
 +
before you start
 +
==== Debug tools ====
 +
<source lang='bash'>
 +
sudo apt-get install x11-apps
 +
</source>
 +
 +
=== qmodbus installations ===
 
<source lang='bash'>
 
<source lang='bash'>
 
cd /usr/local/src
 
cd /usr/local/src
Line 28: Line 43:
 
make
 
make
 
</source>
 
</source>
 +
 
== Start ==
 
== Start ==
 
<source lang='bash'>
 
<source lang='bash'>
 
ssh -Y <computer with QModBus>
 
ssh -Y <computer with QModBus>
 
cd /usr/local/scr/qmodbus
 
cd /usr/local/scr/qmodbus
QModBus&
+
./QModBus&
 
</source>
 
</source>
 +
 
== Example result ==
 
== Example result ==
 
[[File:registers2017-07-18.png|400px]]
 
[[File:registers2017-07-18.png|400px]]
= Software =
+
 
 +
= Volkszähler =
 +
* https://wiki.volkszaehler.org/
 +
 
 +
== S0 Pulse auslesen ==
 +
* https://wiki.volkszaehler.org/hardware/controllers/s0-an-rs232
 +
 
 +
= EVSE Software =
 
To get this software simply contact us via http://web.bitplan.com/kontakt/
 
To get this software simply contact us via http://web.bitplan.com/kontakt/
 
== Usage ==
 
== Usage ==

Latest revision as of 12:33, 7 October 2017