Die Suche ergab 22 Treffer

von vonfritz
Samstag 30. Mai 2020, 10:45
Forum: Automatisierung
Thema: iSpindel - Aufbau und Betrieb
Antworten: 3698
Zugriffe: 737438

Re: iSpindel - Aufbau und Betrieb

Gibt es die kleine Petling Variante bereits irgendwo fertig zum kaufen? Mir fehlt leider gerade die Zeit für viel Löten. Bzw. Ist der kleine Petling eher dicht? Ja, ich kann Ihn (Filippo) fragen ob er auch nach Deutschland versendet oder kannst ihn selber fragen wenn duTelegram benutzt: https://t.m...
von vonfritz
Montag 6. Januar 2020, 09:50
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

pi@mcmellow-pi:~ $ python2 /usr/local/bin/iSpindle.py Spindledata available Try to send status email Time is not between 05:45:00 and 06:15:00 (<type 'exceptions.KeyError'>, 'sendmail.py', 506) 6450943 Hello Sorry, but there is something wrong. It should not try to send status email if it's disable...
von vonfritz
Sonntag 5. Januar 2020, 17:18
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

vonfritz, sorry for my ignorance. But how do I disable sendemail? Check the whole Settings table. Hello From the settings page Section: Email web5.jpg If you want there is a ready image for raspberry made by Stephan. Maybe it works better for you: https://www.dropbox.com/s/5s49fk2ku675w19/Raspi-iSp...
von vonfritz
Sonntag 5. Januar 2020, 09:01
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Thank you vonfritz. Your commands and screenshot are different from mine on my RPi. This is my General settings screen. SettingGeneral.png No DENSITYSCALE and SHOWSUMMARY fields on my screen. Your file iSpindle.py is in .... /iSpindel-TCP-Server/iSpindle.py Sorry for confusing you with my version. ...
von vonfritz
Samstag 4. Januar 2020, 20:00
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

This is the contents of the config_default.ini [GENERAL] DEBUG = 1 HOST = 0.0.0..r PORT = 9501 [MYSQL] SQL = 1 SQL_HOST = 127.0.0.1 SQL_DB = iSpindle SQL_TABLE = Data SQL_USER = iSpindle SQL_PASSWORD = ohyeah SQL_PORT = 3306 [CSV] CSV = 1 OUTPATH = /home/pi/iSpindel/ DELIMITER = ; NEWLINE = \r\n DA...
von vonfritz
Freitag 3. Januar 2020, 16:24
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Still the issue of no CSV output. Who can point me in the right direction? :thumbsup :thumbsup Hello check your outpath. the folder must exist and at the end of the path you have to add a slash, if not it doesn't work! And only the new data after enabling csv are written in the .csv file. ciao
von vonfritz
Donnerstag 2. Januar 2020, 18:44
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Die Schnittstelle, die hier gezeigt wird. . . . . ist das eine Standard Sache von allen Ispindel, Tilt usw. . . . . ich habe das nicht selbst getestet und würde gerne Feedback von anderen bekommen. Hallo Was meinst du genau mit "Schnitstelle" ? Lese den ersten Beitrag von @Tozzi https://h...
von vonfritz
Donnerstag 2. Januar 2020, 14:54
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Thanks vonfritz. I made an error. The code displayed is used in iSpindle_default.ini Not in iSpindel_Config.ini just to avoid this mistake. Changes are made with a Putty session and nano. Executed this command during install so the apache is installed sudo apt-get install apache2 mysql-server mysql...
von vonfritz
Donnerstag 2. Januar 2020, 13:38
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

[MYSQL] SQL = 1 SQL_HOST = 127.0.0.1 SQL_DB = iSpindle SQL_TABLE = Data SQL_USER = iSpindle SQL_PASSWORD = ohyeah SQL_PORT = 3306 [CSV] CSV = 1 OUTPATH = /home/pi/iSpindel/ DELIMITER = ; NEWLINE = \r\n DATETIME = 1 And I am not be able to see and screen inmy browser using http://RPi/iSpindle/ For y...
von vonfritz
Mittwoch 1. Januar 2020, 10:50
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

pi@mcmellow-pi:~ $ ps -ax | grep iSpindle 14458 pts/0 S+ 0:00 grep --color=auto iSpindle I see only 1 line instead of 2. pi@mcmellow-pi:~ $ sudo service ispindle-srv status ● ispindle-srv.service - LSB: iSpindle-genericTCP server and relay Loaded: loaded (/etc/init.d/ispindle-srv; generated; vendor...
von vonfritz
Dienstag 31. Dezember 2019, 18:25
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Hello See: https://github.com/DottoreTozzi/iSpindel-TCP-Server/issues/39 I hope it will help you a little more to install correctly the software, unfortunately the documentation in English is not updated. ciao Thanks very much vonfritz. Checked and double checked steps mentioned in issue #39. Samba...
von vonfritz
Montag 30. Dezember 2019, 23:06
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Hallo zusammen Google Übersetzer ist mein Freund. Ich kann kein Deutsch schreiben und ein wenig lesen. Ich habe versucht, den iSpindel TCP Server auf einem vorhandenen Raspberry Pi 3B zu installieren. Leider kann ich nichts über http: //192.168.xxx.yyy/iSpindle/ sichtbar machen. Meine iSpindel ist ...
von vonfritz
Montag 16. Dezember 2019, 06:56
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Den ersten Teil verstehe ich noch nicht so ganz. Wenn ich bei mir z.B. jetzt 3 Tage eingestellt habe, dann sehe ich keine Daten mehr und kann die Historie ändern. Dann wird die index page z.B. mit http://xxx.xxx.xx.xx/index.php?days=15 geladen und ich sehe dann Spindeln, die in den letzten 15 Tagen...
von vonfritz
Sonntag 15. Dezember 2019, 16:37
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Was mir nicht gefällt , wenn in den letzten 7 Tagen keine Daten in der Datenbank gespeichert sind, kann man die Tage von der Weboberfläche nicht erhöhen. das "Tage-zurück" Fenster ist nicht sichtbar. Im Anhang mal eine Änderung der Index datei. Wenn das mit der Historie so ok ist, dann mu...
von vonfritz
Samstag 14. Dezember 2019, 23:52
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Soweit funktioniert mit den Neuerungen bei mir alles auf meinem lokalen TCP Server. Ich habe die Änderungen jetzt mal in mein Repo gestellt. Die Tabellen Settings und Strings müssen neu in der DB erzeugt werden. (Settings.sql und Strings.sql nach leeren der Tabellen importieren). Da kann man später...
von vonfritz
Donnerstag 17. Oktober 2019, 21:53
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Mich freut, dass offensichtlich auch die Möglichkeit der Implementierung anderer Sprachen genutzt wird :-) Mich auch. Da wäre ein Pull Request was Feines, damit das Rad nicht zweimal erfunden werden muss... gerne. :Bigsmile Übrigens, im git sind MySQL_Update_1-4.sql duplikate d.h. die sind schon im...
von vonfritz
Dienstag 15. Oktober 2019, 14:41
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Hallo
DevceName kommt mit dem MySQL_Update_8.sql mit rein hat zwar einen kleinen Fehler (newline) sollte aber trotzdem gehen.
Beim Port (TCP Port) sollte eigentlich 9501 stehen. Schau doch mal nach was bei dir steht.
shot-2019-10-15_14-29-17.jpg
ciao
von vonfritz
Samstag 6. Juli 2019, 16:14
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Danke, phpmyadmin ist schon auf der SD installiert. Die Export-Funktion hab ich auch schon gefunden :thumbsup Aber aus reiner Neugierde und um das ganze besser zu verstehen: Wo werden vom Script iSpindle.py die iSpindle-Daten abgelegt, auf die phpmyadmin zugreift? Gruß Erwin Die DB befindet sich in...
von vonfritz
Sonntag 30. Juni 2019, 12:48
Forum: Automatisierung
Thema: HOWTO: iSpindel RasPySpindel Server Image (Vorinstalliert)
Antworten: 135
Zugriffe: 31183

Re: HOWTO: iSpindel RasPySpindel Server Image (Vorinstalliert)

Hallo Vielleicht wäre es nicht schlecht eine Prüfsumme für das image ...... MD5SUM f26db01b8e9e57b075eacc870417a9ba Raspi-iSpindel-2.0.zip SHA1SUM 2e1d99c6b662195ce7c08173298f5a71362f4b51 Raspi-iSpindel-2.0.zip Für das entpackte image: MD5SUM 4286bb710d4f51ba21064b9416772f19 Raspi-iSpindel-2.0.img C...
von vonfritz
Freitag 26. April 2019, 19:41
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Hallo zusammen, tatsächlich hat die Kalibrierung nicht gepasst. Meine andere Frage ist: Wie benenne ich die Sude? und wie kann ich über den Raspi auf die Konfiguration der Spindel zugreifen? Das soll doch (teils) funktionieren, oder? Wenn du den Fork von Alex benutzt, kannst du den Sudnamen via Web...
von vonfritz
Sonntag 24. Februar 2019, 11:34
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

Hallo zusammen Nur so nebenbei, bei mir läuft es auf einem nicht Raspberry (olinuxinomicro). Einem nicht Rasbian Betriebssystem (Archlinuxarm). Einem nicht pi user (alarm) und einem nicht Apache Webserver (lighttpd). Das iSpindle.py script läuft bei mir nur als systemd service.Dazu habe ich ein eige...
von vonfritz
Freitag 22. Februar 2019, 19:40
Forum: Automatisierung
Thema: iSpindel - Lokaler Server - iSpindle.py
Antworten: 870
Zugriffe: 404314

Re: iSpindel - Lokaler Server - iSpindle.py

JackFrost hat geschrieben: Freitag 22. Februar 2019, 17:38 WIe ist die URL vom Fork vom Alex, ich will den Server eh auf meinem Gentoo aufsetzen, da kann ich gleich die Version testen.

Gruß JackFrost
https://github.com/avollkopf/iSpindel-TCP-Server