[weewx-user] Re: Another database

2019-05-06 Thread Andrew Milner
I think you need to define your integers as signed integers to modbus 
rather than (I suspect) unsigned integers which you are probably using now

The 'error' will be within the modbus tcp setup/definitions


On Monday, 6 May 2019 18:49:14 UTC+3, rimas petronis wrote:
>
> red scans from "1000 to -1000" data, "1000 to 0" good, and -1 to -1000 
> shows 65536 o should read -1
>
>
> 2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>>
>> good day
>>
>> sorry my weak english translated with google
>> i really liked the program not only watching the weather but watching 
>> other devices i would like to connect to weewx data in another database
>>
>> database and other composition
>>
>> [image: image.png]
>>
>>
>> can be connected
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0623b70b-5e75-4f22-a7d7-e9d5eb70df93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-05-06 Thread rimas petronis
red scans from "1000 to -1000" data, "1000 to 0" good, and -1 to -1000 
shows 65536 o should read -1


2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3ba8f755-7386-4e09-8bdc-8106ce203b6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-05-06 Thread Andrew Milner
I do not understand your problem
The first values you said were type float, and you have printed them with 
the format %.2f - are these the correct values??

the values in red you have said are type integer, but you are printing them 
as type float
if they are integers the format should be %d ((integers do not have a 
decimal point)

What are the logged messages supposed to be showing??



On Monday, 6 May 2019 17:02:42 UTC+3, rimas petronis wrote:
>
>
> I'm asking for help
> For 3 weeks, I try to get along, but I don't succeed
>
> I've created another scrip for data scans
> one problem
> reads healthy numbers well
>   negatives (65250 must -286)
> I found a formula to calculate
> unable to get stuck (65250 -65536 = - 286)
> how to make correct numbers
> positive and negative
>
>
> May  6 16:38:27 rimaspetronis weewx[25649]: Vc: 248.60
> May  6 16:38:27 rimaspetronis weewx[25649]: Vab: 435.30
> May  6 16:38:27 rimaspetronis weewx[25649]: Vbc: 427.40
> May  6 16:38:27 rimaspetronis weewx[25649]: Vca: 438.40
> May  6 16:38:27 rimaspetronis weewx[25649]: Hz: 50.00
> May  6 16:38:27 rimaspetronis weewx[25649]: Kwa: 65437.00
> May  6 16:38:27 rimaspetronis weewx[25649]: Kwb: 65439.00
> May  6 16:38:27 rimaspetronis weewx[25649]: Kwc: 65422.00
>
>
>
> 2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>>
>> good day
>>
>> sorry my weak english translated with google
>> i really liked the program not only watching the weather but watching 
>> other devices i would like to connect to weewx data in another database
>>
>> database and other composition
>>
>> [image: image.png]
>>
>>
>> can be connected
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/33142ad6-800b-4db6-9b2f-e1e052ef32fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-05-06 Thread rimas petronis

I'm asking for help
For 3 weeks, I try to get along, but I don't succeed

I've created another scrip for data scans
one problem
reads healthy numbers well
  negatives (65250 must -286)
I found a formula to calculate
unable to get stuck (65250 -65536 = - 286)
how to make correct numbers
positive and negative


May  6 16:38:27 rimaspetronis weewx[25649]: Vc: 248.60
May  6 16:38:27 rimaspetronis weewx[25649]: Vab: 435.30
May  6 16:38:27 rimaspetronis weewx[25649]: Vbc: 427.40
May  6 16:38:27 rimaspetronis weewx[25649]: Vca: 438.40
May  6 16:38:27 rimaspetronis weewx[25649]: Hz: 50.00
May  6 16:38:27 rimaspetronis weewx[25649]: Kwa: 65437.00
May  6 16:38:27 rimaspetronis weewx[25649]: Kwb: 65439.00
May  6 16:38:27 rimaspetronis weewx[25649]: Kwc: 65422.00



2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/456cc7c9-fe9b-4b1c-bd30-dfe5ebeda804%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
import syslog
import weewx
from weewx.engine import StdService
from pymodbus.client.sync import ModbusTcpClient

class AddelectricData(StdService):
	def __init__(self, engine, config_dict):
		# Initialize Superclass
		super(AddelectricData, self).__init__(engine, config_dict)

		# Grab the configuration parameters for communication with the charge controller
		try:
			
			self.bind(weewx.NEW_ARCHIVE_RECORD, self.new_archive_packet)
		except KeyError as e:
			syslog.syslog(syslog.LOG_ERR, "Electric failed to configure")

	def new_archive_packet(self, event):
		client = ModbusTcpClient('192.168.1.199', port=502)
		try:
			client.connect()
			rr = client.read_holding_registers(7680, 30, unit=10)
			if rr is None:
client.close()
syslog.syslog(syslog.LOG_ERR, "Failed to connect to tristar")
			else:


# Voltage Related Statistics
Kwha = float(rr.registers[1]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Kwha: %.2f" % Kwha)
event.record['Kwha'] = Kwha

Kwhr = float(rr.registers[7]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Kwhr: %.2f" % Kwhr)
event.record['Kwhr'] = Kwhr

Aa = float(rr.registers[8]) / 100.00
syslog.syslog(syslog.LOG_DEBUG, "Aa: %.2f" % Aa) 
event.record['Aa'] = Aa

Ab = float(rr.registers[9]) / 100.00
syslog.syslog(syslog.LOG_DEBUG, "Ab: %.2f" % Ab) 
event.record['Ab'] = Ab

Ac = float(rr.registers[10]) / 100.00
syslog.syslog(syslog.LOG_DEBUG, "Ac: %.2f" % Ac) 
event.record['Ac'] = Ac

Va = float(rr.registers[11]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Va: %.2f" % Va) 
event.record['Va'] = Va

Vb = float(rr.registers[12]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Vb: %.2f" % Vb) 
event.record['Vb'] = Vb

Vc = float(rr.registers[13]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Vc: %.2f" % Vc) 
event.record['Vc'] = Vc

Vab = float(rr.registers[14]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Vab: %.2f" % Vab) 
event.record['Vab'] = Vab

Vbc = float(rr.registers[15]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Vbc: %.2f" % Vbc) 
event.record['Vbc'] = Vbc

Vca = float(rr.registers[16]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Vca: %.2f" % Vca) 
event.record['Vca'] = Vca

Hz = float(rr.registers[17]) / 10.00
syslog.syslog(syslog.LOG_DEBUG, "Hz: %.2f" % Hz) 
event.record['Hz'] = Hz

Kwa = int(rr.registers[22])
syslog.syslog(syslog.LOG_DEBUG, "Kwa: %.2f" % Kwa) 
event.record['Kwa'] = Kwa

Kwb = int(rr.registers[23])
syslog.syslog(syslog.LOG_DEBUG, "Kwb: %.2f" % Kwb) 
event.record['Kwb'] = Kwb

Kwc = int(rr.registers[24])
syslog.syslog(syslog.LOG_DEBUG, "Kwc: %.2f" % Kwc) 
event.record['Kwc'] = Kwc

Kw = int(rr.registers[25])
syslog.syslog(syslog.LOG_DEBUG, "Kw: %.2f" % Kw) 
event.record['Kw'] = Kw

client.close()
		except Exception as e:
			syslog.syslog(syslog.LOG_ERR, "Error processing record from electric: " + str(e))
			client.close()


[weewx-user] Re: Another database

2019-05-03 Thread rimas petronis

i want to create a weewx service


[image: 121.png]


i created a tester all ok
crawl i weewx don't get what i do
  what i do badly







2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

import weewx
from weewx.engine import StdService
from pymodbus.constants import Endian
from pymodbus.payload import BinaryPayloadDecoder
from pymodbus.client.sync import ModbusTcpClient

class AddElectricity(StdService):

def __init__(self, engine, config_dict):

  # Initialize my superclass first:
  super(AddElectricity, self).__init__(engine, config_dict)

  # Bind to any new archive record events:
  self.bind(weewx.NEW_ARCHIVE_RECORD, self.new_archive_record)


def new_archive_record(self, event):

client = ModbusTcpClient('192.168.1.199', port=502)
client.connect()


Ir12 = client.read_input_registers(7713, 1, unit=10)
Ir16 = client.read_input_registers(7705, 1, unit=10)


decoder12 = BinaryPayloadDecoder.fromRegisters(Ir12.registers, byteorder=Endian.Big, wordorder=Endian.Big)
decoder16 = BinaryPayloadDecoder.fromRegisters(Ir16.registers, byteorder=Endian.Big, wordorder=Endian.Big)

dekode12 = (decoder12.decode_16bit_int())
dekode16 = (decoder16.decode_16bit_int())

  event.record['battery_voltage'] = dekode12
  event.record['battery_sense_voltage'] = dekode16

client.close()
from pymodbus.constants import Endian
from pymodbus.payload import BinaryPayloadDecoder
from pymodbus.client.sync import ModbusTcpClient

client = ModbusTcpClient('192.168.1.199', port=502)
client.connect()


Ir12 = client.read_input_registers(7713, 1, unit=10)
Ir16 = client.read_input_registers(7705, 1, unit=10)


decoder12 = BinaryPayloadDecoder.fromRegisters(Ir12.registers, byteorder=Endian.Big, wordorder=Endian.Big)
decoder16 = BinaryPayloadDecoder.fromRegisters(Ir16.registers, byteorder=Endian.Big, wordorder=Endian.Big)

dekode12 = (decoder12.decode_16bit_int())
dekode16 = (decoder16.decode_16bit_int()) / 100.00

print dekode12
print dekode16

client.close()


[weewx-user] Re: Another database

2019-04-15 Thread gjr80
If I understand you correctly you have another database you want WeeWX to 
connect to. This database does not have a dateTime field that stores a Unix 
epoch timestamp, but rather it has a field that stores a UTC date-time in a 
-mm-dd HH:MM:SS format. The database does not have usUnits or interval 
fields. I assume you wish to be able to (as a minimum) use data from this 
database in WeeWX generated reports.

WeeWX will certainly be able to 'connect' to the database but unless you 
have a dateTime field that stores a Unix epoch timestamp you will be 
severely limited in what WeeWX can do with the data in the database. The 
reason being that almost all WeeWX report tags (eg $current, $day, $week 
etc) rely on there being a dateTime field (that holds a Unix epoch 
timestamp) that WeeWX can use in the underlying SQL queries that support 
the WeeWX tags. The lack of a usUnits field will certainly create issues 
with units whether you are converting units or not. The lack of an interval 
field is probably less of an issue but it will certainly create some 
limitations as well.

Your best approach might be to develop a WeeWX service that reads the 
relevant data from the external database, makes the necessary conversion 
from the UTC date-time field and determines a usUnits value and the saves 
these fields and the relevant data in a suitable WeeWX database. If the 
system that produces the external database has some means on interrogating 
it for the data you are interested in, and if your WeeWX machine can 
connect to it, another approach maybe to develop a WeeWX service to obtain 
the data of interest direct from the external system and save it to a WeeWX 
database. Ether way will take some effort, the first approach will require 
some SQL skills and the second, if possible, some basic skills like used in 
many of the WeeWX drivers.

Gary

On Monday, 15 April 2019 19:05:47 UTC+10, rimas petronis wrote:
>
>
> Unable to connect
> I use 4 databases for 'Using multiple bindings.'
>   I don't want to connect to
> this database is different
> date UTC instead of Unix time
> not usUnits, interval
> i think i can't create a '' schema ''
> have a suggestion on how to connect to this database
>
>
>
> 2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>>
>> good day
>>
>> sorry my weak english translated with google
>> i really liked the program not only watching the weather but watching 
>> other devices i would like to connect to weewx data in another database
>>
>> database and other composition
>>
>> [image: image.png]
>>
>>
>> can be connected
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-04-15 Thread rimas petronis

Unable to connect
I use 4 databases for 'Using multiple bindings.'
  I don't want to connect to
this database is different
date UTC instead of Unix time
not usUnits, interval
i think i can't create a '' schema ''
have a suggestion on how to connect to this database



2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-04-12 Thread rimas petronis

nepavyksta prijungti  
naudoju pagal instrukcija ''Using multiple bindings.'' 4 duomenu bazes
 prie kurios noriu prijungti nepavyksta 
sita duomenu baze  ira kitokias sudeties 
data   UTC o ne Unix time
nera  usUnits , interval
galvoju kad  nesugebu  sukurti ''schema''
turit pasiulimu kaip prijugti  sita duomenu baze



2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-03-27 Thread rimas petronis

According to sita instruction I tried but did not join
I created a new scheme
maybe wrongly created scheme

schema = [('D',  'INTEGER NOT NULL PRIMARY KEY'),
  ('T01','INTEGER'),
  ('T02','INTEGER'),
  ('T03','INTEGER'),
  ('T04','INTEGER'),






2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Another database

2019-03-27 Thread Thomas Keffer
Instructions for how to use more than one database are in the section *Using
multiple bindings
*. Did you
try that?

-tk

On Wed, Mar 27, 2019 at 12:55 AM rimas petronis  wrote:

> with weewx I have created 4 databases all ok
>   server installed scada heating system monitor and control
> compile data for MySQL I want to connect heating system data to weewx
> so I can monitor my weekly annual reports
>
>
>
> 2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>>
>> good day
>>
>> sorry my weak english translated with google
>> i really liked the program not only watching the weather but watching
>> other devices i would like to connect to weewx data in another database
>>
>> database and other composition
>>
>> [image: image.png]
>>
>>
>> can be connected
>>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-03-27 Thread rimas petronis
with weewx I have created 4 databases all ok
  server installed scada heating system monitor and control
compile data for MySQL I want to connect heating system data to weewx 
so I can monitor my weekly annual reports



2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Another database

2019-03-26 Thread Thomas Keffer
OK, and what is the problem?

On Tue, Mar 26, 2019 at 11:12 AM  wrote:

> Zahlreiche Datenbanken in WeeWX
>
> folge dem Link https://github.com/hes19073/hesweewx/blob/master/weewx.conf
>
> ich verwende 10 Datenbanken unter MySQL für Anzeigen unter
> www.wetter.hes61.de
>
>
> many databases in WeeWX
>
> follow the link  -->
> https://github.com/hes19073/hesweewx/blob/master/weewx.conf
>
> I use 10 databases "MySQL" and "SqLite"  by www.wetter.hes61.de
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Another database

2019-03-26 Thread hesfrrkr
Zahlreiche Datenbanken in WeeWX

folge dem Link https://github.com/hes19073/hesweewx/blob/master/weewx.conf

ich verwende 10 Datenbanken unter MySQL für Anzeigen unter 
www.wetter.hes61.de


many databases in WeeWX

follow the link  --> 
https://github.com/hes19073/hesweewx/blob/master/weewx.conf

I use 10 databases "MySQL" and "SqLite"  by www.wetter.hes61.de

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Another database

2019-03-26 Thread Thomas Keffer
phpmyadmin is an administrative tool, not a database. What is the database?

Why not write your question in your native language? Please avoid jargon
and idioms. Use full, natural sentences. There is probably someone here who
speaks it, or we can use Google translate.

-tk

On Tue, Mar 26, 2019 at 8:44 AM rimas petronis  wrote:

>
> database  phpmyadmin   local
>
> I can't find a way to connect
>
>
>
>
>
> 2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>>
>> good day
>>
>> sorry my weak english translated with google
>> i really liked the program not only watching the weather but watching
>> other devices i would like to connect to weewx data in another database
>>
>> database and other composition
>>
>> [image: image.png]
>>
>>
>> can be connected
>>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-03-26 Thread rimas petronis

database  phpmyadmin   local

I can't find a way to connect





2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Another database

2019-03-26 Thread Thomas Keffer
You will need to give us much more information before we can help you. To
start:

What kind of database?
is it remote, or local?
What is the problem when you connect?

-tk

On Tue, Mar 26, 2019 at 7:51 AM rimas petronis  wrote:

> Hello.
>
> help needed
> I'm trying to connect such a database to weewx
> after a long online search and the test failed
> maybe you have a suggestion or reference where to look
>
>
> 2019-03-19, an, 16:18 rimas petronis  rašė:
>
>> [image: duom baze..png]
>>
>>
>> 2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>>>
>>> good day
>>>
>>> sorry my weak english translated with google
>>> i really liked the program not only watching the weather but watching
>>> other devices i would like to connect to weewx data in another database
>>>
>>> database and other composition
>>>
>>> [image: image.png]
>>>
>>>
>>> can be connected
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to weewx-user+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Pagarbiai,
> Rimas Petronis
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Another database

2019-03-26 Thread rimas petronis
Hello.

help needed
I'm trying to connect such a database to weewx
after a long online search and the test failed
maybe you have a suggestion or reference where to look


2019-03-19, an, 16:18 rimas petronis  rašė:

> [image: duom baze..png]
>
>
> 2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>>
>> good day
>>
>> sorry my weak english translated with google
>> i really liked the program not only watching the weather but watching
>> other devices i would like to connect to weewx data in another database
>>
>> database and other composition
>>
>> [image: image.png]
>>
>>
>> can be connected
>>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Pagarbiai,
Rimas Petronis

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Another database

2019-03-19 Thread rimas petronis


[image: duom baze..png]


2019 m. kovas 19 d., antradienis 16:10:50 UTC+2, rimas petronis rašė:
>
> good day
>
> sorry my weak english translated with google
> i really liked the program not only watching the weather but watching 
> other devices i would like to connect to weewx data in another database
>
> database and other composition
>
> [image: image.png]
>
>
> can be connected
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.