Search found 7 matches
- Monday 12 March 2018 16:56
- Forum: Temperature and Weather
- Topic: Unclear about rain measurement
- Replies: 0
- Views: 926
Unclear about rain measurement
Just a quick question. I have a WH3080, which only sends rain totals. Looking at the data coming from the rainmeter, I see values like 451.2. In other words, I do not have a current rain rate coming from the outside unit... So I'm sending an svalue of "0;451.2" to Domoticz (as described in de JSON ...
- Thursday 08 March 2018 14:55
- Forum: Other questions and discussions
- Topic: Solved: Domoticz Lux JSON not working
- Replies: 2
- Views: 834
Re: Domoticz Lux JSON not working
Thanks,
That was it !
For now, I solved by changing the javascript to :
and send this to Domoticz via MQTT.
When I have time I will rewrite the code to reflect the full object.
Thanks again!
Hans
That was it !
For now, I solved by changing the javascript to :
Code: Select all
var lux='' + msg.payload.lux + '';
When I have time I will rewrite the code to reflect the full object.
Thanks again!
Hans
- Thursday 08 March 2018 13:57
- Forum: Other questions and discussions
- Topic: Solved: Domoticz Lux JSON not working
- Replies: 2
- Views: 834
Solved: Domoticz Lux JSON not working
Hi, I own a WH3080 weather station which also transmits data about LUX/UV-index. I receive this data using an RTL_433, send it to a Mosquitto MQTT server where I parse the data coming from the WH3080. The WH3080 sends 3 types of messages, with msg_type 0, 1 or 2. One of these messages looks like ...
- Tuesday 06 March 2018 11:57
- Forum: Other questions and discussions
- Topic: Solved: Need help with nodered, please
- Replies: 2
- Views: 844
Solved: Need help with nodered, please
Hi, I just need a kick in the right direction.... Although my question does not pertain to the functionality of Domoticz itself, I still would like to ask the question here, because I feel that it is closely related... What I'm trying to achieve is this: I have a WH3080 weather staion, and its data ...
- Sunday 06 August 2017 22:01
- Forum: Other questions and discussions
- Topic: Solved Not getting SBFspot to work...
- Replies: 1
- Views: 996
SOLVED Not getting SBFspot to work...
All of a sudden it started working....
Restarted everything, let it run for a while, and eventually I got data.
Hurray, but don't know what happened
Restarted everything, let it run for a while, and eventually I got data.
Hurray, but don't know what happened

- Wednesday 02 August 2017 11:10
- Forum: Other questions and discussions
- Topic: Solved Not getting SBFspot to work...
- Replies: 1
- Views: 996
Solved Not getting SBFspot to work...
Hi, Having read through all posts here regarding SBFspot, I am not nearer to any solution to my problem. This is my situation: Domoticz: 3.8185 SBFspot: V3.3.1 SBFspot runs on a Cubietruck (ARM), which is the same machine as where Domoticz runs on. SBFspot runs from cron every 5 minutes, and seems ...
- Friday 21 July 2017 10:17
- Forum: Other questions and discussions
- Topic: Verisure alarm status
- Replies: 0
- Views: 990
Verisure alarm status
Hi, I'm new to domoticz, but was already successful in monitoring my P1 smart meter, Nefit thermostat and most of the things that can be monitored from Verisure's MyPage website. The only thing I cannot get to work is the alarm status. I used the script in this thread https://www.domoticz.com/forum ...