Topic-icon Raspi4PHC

Mehr
06 Dez 2015 09:20 - 06 Dez 2015 09:26 #16 von Holliwyoming
Holliwyoming antwortete auf Raspi4PHC
Hello Jo

Thank You for your help

It works

Holger
Letzte Änderung: 06 Dez 2015 09:26 von Holliwyoming.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 10:30 #17 von andruba
andruba antwortete auf Raspi4PHC
Hallo Holger,
eventuell kannst du mir auch weiterhelfen..

Ich habe die Dateien auch bei mir auf dem Raspi installiert und muss jetzt bestimmt die Ip des Nport5110 RS232=IP irgendwo pflegen.
Wo mach ich das?
Müssen sonst noch irgendwelche Dinge beachtet werden?

Danke und schöne Grüße
Andreas

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 11:06 #18 von Holliwyoming
Holliwyoming antwortete auf Raspi4PHC
Hallo Andreas

Ich bin auch ganz bei den Anfängen
Mein Steuermodul kann nur RS 232, ich habe ein USB2RS232 Kabel an meinen Pi
Versuche das jetzt mal ans laufen zu bekommen.
Mir ging es Erstmal darum den Web Server zum laufen zu bekommen.

Gruss Holger

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 13:16 #19 von Holliwyoming
Holliwyoming antwortete auf Raspi4PHC
Hallo
So ganz verstehe ich die zusammenhänge noch nicht
Kann mir jemand das nochmal genau erklären
xwrc läuft Bei Aufruf der IP Adresse im Webbrowser unter Port 8080 öffnet sich die default Seite von Josimon
ser2net hat den Eintrag in der conf für meinen USB2SERIEL Adapter (4001:telnet:600: /dev/ttyUSB0:9600 8DATABITS NONE 1STOPBIT BANNER)
was muss ich jetzt tun um zumindest mal ein Status aus PHC auszulesen

Gruss Holger

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 15:42 #20 von simonjo
simonjo antwortete auf Raspi4PHC
Holger,

xWRC cannot use a serial port !!! So you need an RS232-to-IP convertor.

When using the NPort 5110 you need following settings:
1) Serial port settings
19200 baud, 8 databits, 1 stopbit,, no parity, no flowcontrol, disable FIFO, RS232

2) Operating settings:
Operation mode: TCP Server mode
TCP alive check: 7
Inactivity time: 0
Max connection: 1..
Packing length: 0
delimiter 1: C1 + enable
delimiter process: do nothing
Force transmit: 0
Local TCP port: 10000



When starting xWRC you add following params:
--remaddr <address-of-nport> --remport <local-tcp-port-of-nport>



Jo

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 19:44 #21 von andruba
andruba antwortete auf Raspi4PHC
Hello there,
I do not come to the web interface ( by me 192.168.178.106:8080 ) .
Do I need to edit a file before?
Or what I may have done wrong ?
Anhänge:

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 20:10 #22 von simonjo
simonjo antwortete auf Raspi4PHC
I may have given wrong instructions by writing --remaddr because it should be -remaddr. I am working on a new framework and there it is different.

You should start xWRC as follows:

cd xwrc/bin
./xwrc.raspi -httpport 8080 -httpaddr 192.168.178.106 -remaddr <ip-addr-of-convertor> -remport <ip-port-of-convertor>


In another terminal window check that xWRC is listening on port 8080 by doing
netstat -an | grep 8080


Now you should see a line like this:
pi@raspberrypi:/sources/xdvpt/xwrc/linux$ netstat -an | grep 8080
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN


This verifies that xWRC is listening

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 20:37 #23 von andruba
andruba antwortete auf Raspi4PHC
I think i write it right, but it become a failed
Anhänge:

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 20:56 #24 von simonjo
simonjo antwortete auf Raspi4PHC
Dont use the < and > brackets, these are used to indicate that you need to replace an item with a value.

So enter:

./xwrc.raspi -httpport 8080 -httpaddr 192.168.178.106 -remaddr 192.168.178.108 -remport 10000


Verify that -remport 10000 matches the settings on your RS232-to-IP convertor

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
06 Dez 2015 21:06 #25 von andruba
andruba antwortete auf Raspi4PHC
sorry that I did not understand it . :sick:



what are the next steps? Now can I appeal mymodule?
Anhänge:

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
07 Dez 2015 21:58 #26 von simonjo
simonjo antwortete auf Raspi4PHC
I see soms inconsistencies in the packages I made available.

Give me some time to refresh all package contents and make a small presentation how to use xWRC.


mvg, Jo
Folgende Benutzer bedankten sich: ansgar75, andruba

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
09 Dez 2015 21:08 #27 von simonjo
simonjo antwortete auf Raspi4PHC
Ok, I composed new packages that are up-to-date and created a small getting started presentation.

Just download xwrc.3.3.0.9.data.zip and xwrc.3.3.0.9.core.zip, these contain all files for installation.

Then follow xWRC-GettingStarted.pdf on how to install and use xWRC. This also includes explanation on how to create HTML links to control your PHC system.


Jo
Anhänge:
Folgende Benutzer bedankten sich: ansgar75

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
09 Dez 2015 23:32 - 09 Dez 2015 23:50 #28 von andruba
andruba antwortete auf Raspi4PHC
Hello Jo,
Thanks a lot for your help.
I 've followed your instructions and it works . Great!!
I will first of all test now , how do I configure openhab with the HTML commands .

Thanks again for your help!

When I once such an extent that it is functioning properly , then I 'll be happy to offer the rest of the community in German .

best regards
Andreas
Letzte Änderung: 09 Dez 2015 23:50 von andruba.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • ansgar75
  • ansgar75s Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Stay hungry, stay foolish! - Steve Jobs
Mehr
15 Dez 2015 22:53 #29 von ansgar75
ansgar75 antwortete auf Raspi4PHC

Ok, I composed new packages that are up-to-date and created a small getting started presentation.


Hello Jo,

Thank you for your great work and support.
I would like to run the xWRC on Linux in a Virtual Machine (existing Ubuntu VM). Is there a specific compilation necessary?

Ansgar

Peha PHC V3 seit 2017 (vorher V2 seit 2009) im Neubau - MCC - JRM - EMD - AMD - DIM - UIM - FUI - Module
IP-Symcon Smarthome Software auf Intel NUC mit Ubuntu 20.04LTS (Einbindung von PHC tlw. über Webinterface der V3)

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
15 Dez 2015 23:38 #30 von simonjo
simonjo antwortete auf Raspi4PHC
Ansgar,

I guess you want to use a Windows PC to run a Linux VM on it, then I will need to add the x86 Linux version, let me look into it.


Jo
Folgende Benutzer bedankten sich: ansgar75

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Powered by Kunena Forum