Search found 7 matches

by poleg
Thursday 09 January 2020 14:55
Forum: Temperature and Weather
Topic: Meteo station Davis Vantage Pro2
Replies: 0
Views: 613

Meteo station Davis Vantage Pro2

I have station Davis Vantage Pro2 that have sensors:
- outside temp
- outside hum
- barometer
- wind direction
- wind speed
- solar radiation
- UV
- inside temp
- inside hum
and
- extra outside temp2
- extra outside temp3
- extra outside temp4
Domoticz have hardware type Vantage Weather Station USB ...
by poleg
Thursday 09 January 2020 14:43
Forum: Temperature and Weather
Topic: There is not change unit for barometer device at setting
Replies: 8
Views: 1259

Re: There is not change unit for barometer device at setting

my finish script:
-- Conversion from hPa to mmHG

return
{
on =
{
devices =
{
17 -- change to "name" or idx of your barometer device
},
},

logging =
{
level = domoticz.LOG_DEBUG, -- set to LOG_ERROR when tested and OK
},

execute = function(dz, item)
_G.logMarker = _G ...
by poleg
Thursday 09 January 2020 14:08
Forum: Temperature and Weather
Topic: There is not change unit for barometer device at setting
Replies: 8
Views: 1259

Re: There is not change unit for barometer device at setting

Answer how add Dummy virtual sensor at V4.10717:
1. Select Dummy (Does nothing, use for virtual switches only)
2. Click Create Virtual Sensor and select Sensor Type: Custom Sensor
by poleg
Thursday 09 January 2020 13:40
Forum: Temperature and Weather
Topic: There is not change unit for barometer device at setting
Replies: 8
Views: 1259

Re: There is not change unit for barometer device at setting

if i add Dummy (Does nothing, use for virtual switches only) and add script at Setup-More Options-Events i see at Log:
2020-01-09 15:36:10.547 Status: dzVents: Info: Handling events for: "Temp Hum Baro", value: "18.2;44;1;985.8;3"
2020-01-09 15:36:10.547 Status: dzVents: Info: ------ Start internal ...
by poleg
Thursday 09 January 2020 11:26
Forum: Temperature and Weather
Topic: There is not change unit for barometer device at setting
Replies: 8
Views: 1259

Re: There is not change unit for barometer device at setting

i dont understand how i can add Dummy virtual sensor. At hardware type list i have Dummy (Does nothing, use for virtual switches only) only.
by poleg
Tuesday 07 January 2020 15:08
Forum: Temperature and Weather
Topic: There is not change unit for barometer device at setting
Replies: 8
Views: 1259

There is not change unit for barometer device at setting

I use Davis meteo station and get data from baro device. Domoticz shor baro at hPa. I check setting and dont see where i can change unit to mmHg.
baro sensor from Davis.JPG
baro sensor from Davis.JPG (9.08 KiB) Viewed 1214 times
by poleg
Friday 03 January 2020 22:47
Forum: Others
Topic: DMX controller plugin
Replies: 0
Views: 350

DMX controller plugin

i try create plugin for DMX controller. It use UDP protocol.
As basis i take Kodi plugin...
When i create connection i write:
self.StickConn = Domoticz.Connection(Name="StickConn", Transport="UDP/IP", Address=Parameters["Address"], Port=Parameters["Port"])
self.StickConn.Connect()

At log file i see ...