RE: How to create TCP client for 454
you can check my python code at github.com/.../myhomepy , in particular the layer1 code
View ArticleRE: How to scan the bus network of f454 manually using tcp client?
it's implemented in my codegithub.com/.../myhomepysee the Scanner object in github.com/.../myOpenLayer2.py
View ArticleRE: How to scan the bus network of f454 manually using tcp client?
*#1*0## --> You get the feedback of all the light present on the bus.Lorenzo
View ArticleRE: How to scan the bus network of f454 manually using tcp client?
Thank you sxpertle and BT_Lorenzo for the support!
View ArticleRE: How to scan the bus network of f454 manually using tcp client?
Hi BT_Lorenzo,It is possible to configure the devices through TCP client. if it is possible could you guide me...
View ArticleRE: How to scan the bus network of f454 manually using tcp client?
Hello Thangarasu ,yes, using MyHomeSuite.Lorenzo
View ArticleRE: How to scan the bus network of f454 manually using tcp client?
By using MyHome Suite we can configure, instead of MyHome Suite it is possible to configure through TCP client (java) .
View ArticleRE: How to scan the bus network of f454 manually using tcp client?
will be. I'm not finished yet ;-)
View ArticleRE: How to scan the bus network of f454 manually using tcp client?
Hello Thangarasu ,the answer is no, you have to use standard software.Any other way doesn't guarantee a reliable solution.Lorenzo
View ArticleHow to scan the bus network of f454 manually using tcp client?
Hi,I have successfully established the communication with webserver f454 for sending the ON/OFF commands of lights and also monitor command through my own tcp client(java).My problem is, i need to get...
View ArticleRE: Gateway F455 Problem
Hi, are you able to reach it from remote by its web pages? In order to do it I don't remember if you need to Open port 80 or 443.Regards
View ArticleGateway F455 Problem
hi all I have the problem that I remote not on the gateway come. In the router, the port was released 20000 and still I can not reach it from the outside. Internally everything works perfectly and all...
View ArticleRE: How to scan the bus network of F454 and get the configured devices names...
Hello Vaasu.G.Willsthe name of the device is written by you using MHSuite, and remains in the .plan file on your PC.The devices knows only their configuration ( A.PL.Mode) and they don't know where...
View ArticleRE: How to scan the bus network of F454 and get the configured devices names...
you won't be able to get the names of the devices, those aren't stored anywhere but in the .plant file.scanning for configured light devices is done with *#1001*0*13#1##
View ArticleHow to scan the bus network of F454 and get the configured devices names and...
Hi community,I need to get the configured devices Names and IDs. For example, on of the device i have configured is BT-F418 which is a dimmer with one load. The configuration software scans the bus of...
View ArticleRE: It is possible to get the device type...
you need to scan the systemsee the scanner object in github.com/.../myOpenLayer2.pythe first packet sent by a device after the select_device call contains the device type.for example I get...
View ArticleRE: It is possible to get the device type...
for scanning the system is there any command...?can you share the command doc.
View ArticleRE: It is possible to get the device type...
that's not in the manual, that's reverse engineered. it's all in the scanner object
View ArticleIt is possible to get the device type...
Hi,By using this command (*#1*0##) i am able to get the device list from F454 server successfully.TCP client => *#1*0##F454=> *1*0*34## *1*0*33##here i want to know the device is...
View ArticleRE: Is it possible to install whole system without web server(f454) ?
Hi, the F454 is not an essential tool. In this case you can configure everything by jumpers (physical configuration).It is an optional and if you want you can decide to use it only for gateway for the...
View Article