Search found 13 matches

by hasselhoffer
Tuesday 07 November 2023 20:44
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

Hi @FireWizard, You were right about wrong value in the interval length node. I had changed one of the milliseconds to seconds and forgot to re-set it. I also found out that I managed to add another string from the sensor input to the function node. I have corrected these two errors. and Now I'm ...
by hasselhoffer
Monday 06 November 2023 7:00
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

Hi @FireWizard,

I added the modified node.

Now I don't get only zeros, I get values ​​that change but also warnings?
node 20231106.jpg
node 20231106.jpg (64.93 KiB) Viewed 2151 times
Best regards
Markus
by hasselhoffer
Thursday 02 November 2023 19:17
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

Hello @FireWizard I implemented your solution with no problem. It seems to be some kind of issue though. I get the same value when it's raining as when it's not raining {"command":"udevice","idx":26,"svalue":"0;0","Battery":100} nodes1.jpg nodes.jpg I wonder what's wrong.
by hasselhoffer
Tuesday 31 October 2023 20:57
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

Hi @FireWizard,
The value 1311.3 is in mm.
The update interval of the sensor seem to be close to one message each minute.
The same value is repeated until it rains, then the accumulated value starts to rise.

Regards
Markus
by hasselhoffer
Monday 30 October 2023 22:27
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

I am very grateful for all the help I have received. However, I have another question regarding one of my oyher weather sensors. my rain gauge only reports accumulated value. can I convert this to mm/hr? this is what the rain gauge reports. {"RAIN":1311.3,"BAT":"OK"} If I let a RFlink device be ...
by hasselhoffer
Friday 20 October 2023 18:55
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

Hey @FireWizard, Your solution works great! Regarding the battery status, as far as I can understand there are only two levels (3 if you count a dead battery). OK and LOW is what I can see from what is coming out of the RFLink gateway. Thank you very much for your help, I have not solved this myself.
by hasselhoffer
Friday 20 October 2023 6:09
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

Hi @FireWizard,
Yes, your assumption is correct.

Regards
Markus
by hasselhoffer
Thursday 19 October 2023 22:24
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

This is the un altered data:
{"WINDIR":0,"WINGS":4.3,"WINSP":4.6,"BAT":"OK"}
by hasselhoffer
Thursday 19 October 2023 22:03
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Re: Issue with data from WGR800

Hi @FireWizard,
That's correct. It is an old wind sensor.
This sensor does not have temperature, humidity and barometer values to send.
Regards
Markus
by hasselhoffer
Thursday 19 October 2023 20:25
Forum: ESP8266
Topic: Issue with data from WGR800
Replies: 21
Views: 3830

Issue with data from WGR800

I have a problem with data from an Oregon Scientific WGR800 (433 MHz) not being accepted by Domoticz. The sensor data is received by RFlink which is then sent over MQTT via an esp8266. The MQTT data is altered by Node-RED. Error message presented in Domoticz: 023-10-19 20:05:53.813 Status: Warning ...
by hasselhoffer
Thursday 25 November 2021 23:08
Forum: ESP8266
Topic: sensor data from RFLink over MQTT to domoticz
Replies: 5
Views: 3028

Re: sensor data from RFLink over MQTT to domoticz

Hi @FireWizard
Many thanks.
It works like a charm now, and I'm checking out both the user guide and the videos.
I think it is well spent time.

Regards
Markus
by hasselhoffer
Wednesday 24 November 2021 23:50
Forum: ESP8266
Topic: sensor data from RFLink over MQTT to domoticz
Replies: 5
Views: 3028

Re: sensor data from RFLink over MQTT to domoticz

Hi @FireWizard I'm very grateful for all the help I get! I have now tested the flow you created for me. when I use the inject node you created my virtual sensor is updated in domoticz. domoticz sensor 1.PNG When i hook up the flow with mqtt data in I seem to get som kind of error after data has ...
by hasselhoffer
Tuesday 23 November 2021 23:35
Forum: ESP8266
Topic: sensor data from RFLink over MQTT to domoticz
Replies: 5
Views: 3028

sensor data from RFLink over MQTT to domoticz

I have a setup with a RFLink gateway connected to an esp8266 that sends sensor values over mqtt to my mqtt broker. The problem is that the mqtt messages sent by the esp8266 is not in correct format for Domoticz. I have installed node red to have the posibility to change the format of the messages ...