FHEM und X10 - Problem

Begonnen von Guest, 30 August 2011, 11:15:52

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

Hi,

ich habe ein Problem mit meinem X10 Setup.

Gegeben sind

CM11 an /dev/ttyUSBport1
AM12 Modul

(Weiter unten ist auch noche meine fhem.cfg dran)
Alles andere ist Standard.

Das Problem:
------------------
Ich kann vom Web-Frontend die Lampe nicht schalten, weil dort einfach
die Links zu "on" und "off" fehlen.
Ein Testweise konfigurierte Lampe als FS20 Modul (ich habe gar kein
FS20 Sytem) zeigt, das dort die Links dann zu sehen sind.
Ist das ein Bug oder mache ich was falsch?
Wenn ich oben in der Commandline "set Lampe on" eingebe, schaltet
alles. Also funktional ist das Setup! Es fehlt nur der Link im Web,
damit ich auch vom Browser aus schalten kann.

Danke

  Jan








#
# pgm2 / autocreate configfile. Take a look at the other examples for
more.
#
attr global logfile /var/log/fhem/fhem-%Y-%m.log
attr global modpath /usr/share/fhem                  # where our FHEM
directory is
attr global port 7072                  # our TCP/IP port (localhost
only)
attr global statefile /var/log/fhem/fhem.save   # where to save the
state of the devices
attr global verbose 3                  # "normal" verbosity (min 1,
max 5)

#define CUL CUL /dev/ttyACM0 1234
#define FHZ FHZ /dev/USB0

define WEB FHEMWEB 8083 global

define WEBphone FHEMWEB 8084 global
attr WEBphone smallscreen

define WEBtablet FHEMWEB 8085 global
attr WEBtablet touchpad

# Fake logfile, to access the global log
define Logfile FileLog /var/log/fhem/fhem-%Y-%m.log fakelog

define autocreate autocreate
attr autocreate autosave
attr autocreate device_room %TYPE
attr autocreate filelog /var/log/fhem/%NAME-%Y.log
attr autocreate weblink
attr autocreate weblink_room Plots




define x10if CM11 /dev/ttyUSBport1

define Lampe X10 am12 A 2
attr Lampe model am12
attr Lampe room Wohnzimmer

#testweise
define lamp1 FS20 1234 56
attr lamp1 model fs20st
attr lamp1 room Wohnzimmer

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

rudolfkoenig

                                                   

> ich habe ein Problem mit meinem X10 Setup.

Ist das die aktuelle CVS Version? Unlaengst wurde da was gefixed.

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guest

Originally posted by: <email address deleted>

Hi,

fhem-5.1.tar.gz vom 26. August.
Ist das die latest?

Grüße

  Jan

On Aug 30, 11:19 am, Rudolf Koenig wrote:
> > ich habe ein Problem mit meinem X10 Setup.
>
> Ist das die aktuelle CVS Version? Unlaengst wurde da was gefixed.

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Guest

Originally posted by: <email address deleted>

Hi,

ein "fhemupdate" als command auf der Web-Gui (oberes Eingabefeld) und
ein anschließender Neustart des Prozesses hat das Problem gelöst.

Danke

  Jan

On Aug 30, 11:23 am, ich wrote:
> Hi,
>
> fhem-5.1.tar.gz vom 26. August.
> Ist das die latest?
>
> Grüße
>
>   Jan
>
> On Aug 30, 11:19 am, Rudolf Koenig wrote:
>
>
>
>
>
>
>
> > > ich habe ein Problem mit meinem X10 Setup.
>
> > Ist das die aktuelle CVS Version? Unlaengst wurde da was gefixed.

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com