News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

1wire support

Started by hari, January 19, 2011, 11:12:15 AM

Previous topic - Next topic

hari

thanks to possy we have working 1004 packages for owfs and the OneWire DCE device. 0810 will follow soon.

br Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

_if_

Hari, did you ever look into which event parameter is needed for 'respond events'?

thanx
IF

tschak909

you mean, what's required to get your custom event to show up in the wizard > Respond to Events?

-Thom

hari

the device emits temperature changed events

br hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

_if_

I can't choose "temperature changed" events in wizard > respond to event...should that be there?

hari

Quote from: Kezza on March 11, 2011, 04:45:19 AM
Any idea what this means?


01 03/11/11 16:41:59.189 OW_get error: 22, Invalid argument <0xb71a2b90>

an OW_get error 22 means that there is no sensor available. You need to properly attach a 1wire sensor to the interface.

br Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

Kezza

Hi Hari,

Reading through the code in svn and noticed it's looking for family code "28." for your temp sensors but mine is "10." http://owfs.sourceforge.net/family.html

Could this be why I'm getting the error?

For future devices, is this the only section of code that gets modified?.... just trying to learn how these template work.

Cheers,


hari

Quote from: Kezza on March 25, 2011, 10:09:14 PM
Hi Hari,

Reading through the code in svn and noticed it's looking for family code "28." for your temp sensors but mine is "10." http://owfs.sourceforge.net/family.html
ok, I will add them

Quote
Could this be why I'm getting the error?
no, the OW_get error means that owfs cannot see any devices

Quote
For future devices, is this the only section of code that gets modified?.... just trying to learn how these template work.
for reading out sensors, yes. We need a bit more code if we want to control devices, too.

br Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

hari

rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

twodogs

#114
I'd like to join this party and get my temp sensor working. After some initial problems with getting OWFS to install, I think I'm close. However, the 1wire device only lists ttyS0 and ttyS1 for ports and I have a USB temp sensor. Also, I don't see a way to create a multilevel sensor child.

John
[url="http://greenrenovation.wordpress.com/home-automation/"]http://greenrenovation.wordpress.com/home-automation/[/url]
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

Kezza


Thanks Hari,

Any idea why the log is not being created on my machine? This is on 1004 I had not problems on 810.

Whats the status with 810 packages?

Cheers,

hari

Quote from: twodogs on March 29, 2011, 05:27:14 AM
I'd like to join this party and get my temp sensor working. After some initial problems with getting OWFS to install, I think I'm close. However, the 1wire device only lists ttyS0 and ttyS1 for ports and I have a USB temp sensor. Also, I don't see a way to create a multilevel sensor child.

John
the child is created automatically.

only serial devices are supported right now (or devices with built in serial/usb adapter)
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

twodogs

#117
OK, but just so I don't make a mistake, I need to stop trying to use the DS9490R-A...



and buy a DS9097U-A...



Is that what everyone is using to connect their 1-wire network to the core?
[url="http://greenrenovation.wordpress.com/home-automation/"]http://greenrenovation.wordpress.com/home-automation/[/url]
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

Techstyle

I also have the DS9490R and have not been able to get it to work
Techstyle UK Ltd
[url=http://www.techstyleuk.co.uk]http://www.techstyleuk.co.uk[/url]

Techstyle US Inc.
[url=http://www.techstyleus.com]http://www.techstyleus.com[/url]

Kezza

hmm that might explain why mine has never worked on LMCE but flawless in windows.