Search found 9 matches

by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Buffer overflow tdtool with oregon wgr800 (windmeasure)
Replies: 2
Views: 9115

Buffer overflow tdtool with oregon wgr800 (windmeasure)

Newly purchased a weatherstation (oregon WMR88A) iot implement these sensors into my HomeAutomation project. The setup is a Raspberry PI with tellstick duo (newest firmware) with tellcore 2.1.2. Ran into trouble I can't figure out. The windsensor (WGR800) is causing buffer overflow (and terminates)....
by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: HomeAutomation
Topic: Parser - hvordan få lest verdiene fra wind og rain sensor
Replies: 16
Views: 17448

Parser - hvordan få lest verdiene fra wind og rain sensor

Hei. Har et fungerende oppsett med HA 3.0.1 (temp, hygro, 1-wire, nexa switcher, relay switcher, røykdetector) men gir meg ikke med det. Har nå en Oregon weatherstation (WMR88A med wind sensor WGR800 og rain sensor PCR800). Etter mye strul med TD tool (buffer owerflow WGR800 - men fikset etter kompi...
by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: HomeAutomation
Topic: Parser - hvordan få lest verdiene fra wind og rain sensor
Replies: 16
Views: 17448

Re: Parser - hvordan få lest verdiene fra wind og rain senso

Hei, og takk for svar. Vel, parseren virker fin-fint på alle andre "vanlige" sensorer. Får inn både temp og hygro (på de av mine som har dette). Ved å kjøre tdtool --list-sensors fås: type=sensor protocol=mandolyn model=temperaturehumidity id=11 temperature=16.0 humidity=96 time=2015-01-21...
by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: HomeAutomation
Topic: Parser - hvordan få lest verdiene fra wind og rain sensor
Replies: 16
Views: 17448

Re: Parser - hvordan få lest verdiene fra wind og rain senso

Flott å høre. Jeg ser frem til en eventuell fix/endring. Hadde vært virkelig supert å fått inn disse værdataene også.

Takk for gode svar sålang, og keep up the good work :D

A
by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Buffer overflow tdtool with oregon wgr800 (windmeasure)
Replies: 2
Views: 9115

Re: Buffer overflow tdtool with oregon wgr800 (windmeasure)

Thanks, but still the same buffer overflow after following the guidance given from " http://elinux.org/R-Pi_Tellstick_core ". Downloaded of course the 2.1.2 version. I'm a noob when it comes to unix/linux usage, and need to follow a guide of some sort. Stopped the telldusd service before i...
by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: HomeAutomation
Topic: Parser - hvordan få lest verdiene fra wind og rain sensor
Replies: 16
Views: 17448

Re: Parser - hvordan få lest verdiene fra wind og rain senso

Hi, and great effort so far! Sometimes, It can really be more than OK to stay home watching over the kida :-) I think we are almost there, but.. Looks like the parser have some problems giving an ID to other values than temp: My output running the parser (have shorten it down a bit but still a lot o...
by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: HomeAutomation
Topic: Parser - hvordan få lest verdiene fra wind og rain sensor
Replies: 16
Views: 17448

Re: Parser - hvordan få lest verdiene fra wind og rain senso

Success!! Did some "try and fail" and even learned some basic .php codes as well. Was a small syntax mistake in the last argument (that list up the other ID's when not a temperature sensor). Corrected $haId += $value["name"] with $haId .= $value["name"]; and bingo - eve...
by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: HomeAutomation
Topic: Parser - hvordan få lest verdiene fra wind og rain sensor
Replies: 16
Views: 17448

Re: Parser - hvordan få lest verdiene fra wind og rain senso

I'm also using a rPI (with telldus duo and HA of course). All the things are stored on the same SD card, so not that redundant solution (power failure might seriously corrupt the SD card) - but I do make a new image of my setup/data from time to time. The two oregon sensors (rain and wind) gives out...
by atlehaav
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Database with tested sensors/recievers
Replies: 62
Views: 85589

Re: Database with tested sensors/recievers

First post.. Received the smoke detector 2 days ago. Can confirm that I also have the same printdesign as previous posts, BUT with jumper connection on all (A0-7D0-7). I've succeeded to get tellstick comms with my board. Currently its set up to the "SERANO" protocol. As far as I can see on...