Tools for Velbus Home Automation (domotique)

Aller au contenu | Aller au menu | Aller à la recherche

dimanche, juillet 17 2016

Enhanced VelbusCmd version 1.9

What's new ?

First, the displayed help has been enhanced : new commands, better explanation for parameters, file usage...

Second, added new commands like error-count (this counter exist in each module and now could be displayed), timer (for countdown on relays : you can start a relay for X seconds and then it stop automaticaly).

I've defined some similar words for each commands but feel free to add new word for the next version, by posting a comment below :)

	Data.s "TIME-SET TIMESET SYNCHRONIZATION SYNCHRONISATION"
	Data.s "UP BLIND-UP MONTER-VOLET OUVRIR OUVRIR-VOLET"
	Data.s "STOP BLIND-STOP HALT ARRETER"
	Data.s "DOWN BLIND-DOWN FERMER-VOLET DESCENDRE DESCENDRE-VOLET"
	Data.s "ON ALLUMER RELAY-ON ALLUMER-RELAIS RELAY-ON SWITCH-ON"
	Data.s "OFF ETEINDRE RELAY-OFF ETEINDRE-RELAIS SWITCH-OFF"
	Data.s "PULSE IMPULSE SHORT CLICK PRESS LONGPRESS SIMULATE BUTTON"
	Data.s "BLINK CLIGNOTER ON-OFF"
	Data.s "TIMER START RELAY-START RELAY-TIMER ACTIVER LANCER COUNTDOWN"
	Data.s "DIM-UP DIM-ON DIMMER-UP SLOW-ON DIM"
	Data.s "PAUSE DELAY WAIT ATTENDRE"
	Data.s "STATUS ETAT INFOS INFORMATION"
	Data.s "RAW BRUT DIRECT PACKET FRAME"
	Data.s "CLEAR-TEMP RESET-TEMP"	
	; -- With Feedback (> 1.3) --
	Data.s "TEMP SENSOR"
	Data.s "GET-ERROR ERROR ERROR-COUNT ERREUR"

Download : VelbusCmd (Executable)

lundi, juillet 11 2016

VelbusCmd en version 1.8

VelbusCmd est un programme qui s'exécute en mode console (donc en ligne de commande) et permet de lancer des commandes sur le bus Velbus (via le serveur PB_Velbus-server par exemple).

La syntaxe nécessite de saisir l'adresse IP du serveur et le port TCP. Exemple : velbuscmd.exe server:192.168.1.1 port:8080 Ensuite, il est possible de mettre plusieurs commandes. Chaque commande utilise en paramètre le ou les modules sur lesquels il faut agir. L'adresse est en hexadecimal (précédé du symbole $ ) et certains modules ayant plusieurs parties (par exemple un VMB4RY aura 4 relais, un VMB2BL aura 2 volets, ...) il faut ajouter la partie à commander, précédée d'un tiret '-'

En clair : velbuscmd.exe server:192.168.1.1 port:8080 blind-up:$E4-2 signifie monter le volet N°2 du module $E4.

Une aide affiche les principales commandes et il est même possible d'envoyer des commandes personnalisées (en mode hexadécimal, voir la documentation Velbus sur le protocole). VelbusCmd 1.8 Téléchargement : VelbusCmd (Executable)

jeudi, juillet 7 2016

PB_Velbus-server 3.21

This version is the last running on my server for now. I'll enhance it in few weeks (add an option to show delay between message, direct analyzer...) but I will discuss about that later. PB_Velbus-server 3.05 PB_Velbus-server 3.21 (EXE)

Welcome on the Velbus blog from Golfy

As my provider has failed, I'm using the free services of my personal provider : Free.

I'll put here all my usable tools, ans especially, PB_Velbus-Server : it run on Windows and is able to distribute Velbus frame through Ethernet. Other tools are less usefull but you can use VelbusCmd to send commands to your Velbus modules. Veltron would be a kind of visual command system but need to be used with VNC tool to be acceded through an iPad or Android tablet.

For now, I'm trying to create a good structure (folders, account, blog, ...) so, be patient :)

Golfy