Search found 7 matches

by vaxr01
Monday 11 December 2017 22:04
Forum: Show your projects
Topic: CAN Bus gateway integration
Replies: 11
Views: 5083

Re: CAN Bus gateway integration

If you want to integrate a CAN device in Domoticz the best way is to do the same like the RFXcom or RFlink. You must create in first the hard driver of your gateway and Only after creates all the CAN layer you want (like CanOpen if you want...). This is what I've do with the USBtin CAN Gateway, hard ...
by vaxr01
Tuesday 31 October 2017 7:37
Forum: General Discussion
Topic: Introduce yourself
Replies: 547
Views: 173573

Re: Introduce yourself

[Name:] Xavier
[Country:] France
[Occupation:] Software developper (Embedded C / Java / C++)
[Hobbies:] Electronic, music, motorbike ...
[Choice for Domoticz:] easy to learn, user friendly, and more !
[My role here?] CAN Gateway integration with USBtin Gateway to manage many things :-)
by vaxr01
Thursday 10 August 2017 22:54
Forum: Show your projects
Topic: CAN Bus gateway integration
Replies: 11
Views: 5083

Re: CAN Bus gateway integration

Yes, exactly ! ( the USbtin must be recognized in /dev with ttyACMx (x = 0 if you have just the USBtin, but if you have over serial device it can be 1, 2, etc...). Personnaly I have link the ttyACM0 of my USBtin to ttyUSBtin ;-) this is more convenient !
by vaxr01
Wednesday 09 August 2017 20:34
Forum: Show your projects
Topic: CAN Bus gateway integration
Replies: 11
Views: 5083

Re: CAN Bus gateway integration

(oh, forgot the link) https://github.com/Reivax851/domoticz . I think you will quickly understand how it works !
PS: Actually I've not tested it on a windows server (only linux), if you do it'll be a good thing to give feedback.
by vaxr01
Monday 07 August 2017 19:32
Forum: Show your projects
Topic: CAN Bus gateway integration
Replies: 11
Views: 5083

Re: CAN Bus gateway integration

Ha ok ! So if you want to integrate it in domoticz like me you must write a hardware driver by following the short tutorial here :
https://www.domoticz.com/wiki/Developin ... are_plugin
I thinks it's the only way to do it.
I've started it here on my github but not finish (only the base).
by vaxr01
Monday 07 August 2017 8:52
Forum: Show your projects
Topic: CAN Bus gateway integration
Replies: 11
Views: 5083

Re: CAN Bus gateway integration

Hello ! The gateway is manage like a serial device, so I've write a driver which can connect the gateway by serial to domoticz. After it's just some kind of simple command to manage gateway, to change CAN baudrate, open the CAN, close the CAN, reset the gateway if problem,etc... But after that you ...
by vaxr01
Saturday 27 May 2017 16:17
Forum: Show your projects
Topic: CAN Bus gateway integration
Replies: 11
Views: 5083

CAN Bus gateway integration

Hello ! For more than a year I started to use Domoticz on a old laptop (Acer 5601 with broken screen) which is very sufficient to manage home automation and more. I connected many devices, like USB300 enocean, or RFlink and now I've decided to develop a hardware support for domoticz to add the ...