FHEM cannot write on the bus (via EIBD)

Begonnen von @lex99, 16 November 2015, 22:44:15

Vorheriges Thema - Nächstes Thema

@lex99

Zitat von: Andi291 am 25 November 2015, 08:40:31
I do not think, it has any effect, but please try placing the TUL Statement at the beginning of the file (after the WEB-part, before the device part). Replacing the IP with localhost works as well:

define tul TUL eibd:localhost 15.15.222

Crazy.  This worked ! (I did not change anything else)
So the problem arose when I changed the TUL from one server to the other, I deleted the TUL and recreated it (from the webinterface) with another IP, the system wrote the new TUL config at the end of the fhem.cfg file.  And that is what messed up everything (probably a suggestion for improvement here  ::) )

Zitat
BUT...your main Problem are the device definitions - RTFM  :P

Example:

Garbage:
define 0_CuisineEvier EIB 010f 01db
Should be (please replace DPT1 with the correct Datapoint-type):
define 0_CuisineEvier EIB 010f 01db
attr 0_CuisineEvier IODev tul
attr 0_CuisineEvier model dpt1


All this Information is written in the logs as warning! Please use the logfile in the future for failure Analysis!

I have never edited the fhem.cfg file myself.  All this has been done by the webinterface, and a lot of errors have appeared when I updated fhem a few weeks ago (just after my TUL communication problem appeared).

Anyway, now that it works I'll have a look at all this.

THANKS AGAIN !

Andi291

You are welcome!

Would you mind closing the thread?