-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query #18
Comments
With you versions I can use to monitor and also attach a rocon u1 without issues or incompatibilities? Thanks |
spanni/pyHPSU is based on the code of zanac/pyHPSU, but is under active development. |
Thanks, Connected rocon 1 and keeping connected with pyhpsu and all is working!!! Now I'm using latest Zanac version, and I have chcked that this version Spanni26 is newer and with more features, I can use same versions with smae commands used in Zanac or I need to make some changes? I'm searching how to obtain ambien temperatures from rocon u1 but I can't fins where is stored in Zanac or spanni version, any suggestion how to get insider temperature from rocon u1? Thanks |
As said: this repo hier (spanni26) is based on zanacs pyHPSU. But he can't develop his version anymore cause a lack of time. So we forked his version and developed it further. What temperature do you wan't to read? The temperature in the house? Do you have a sensor installed for that? |
Hi,
Right, in this case I'll try to migrate to your version, any suggestion or
only replace with same actual config?
I want to read in house temperature from rocon u1, I have this temperature
on rocon u1 lcd display but I don't know where to obtain this with pyhpsu
and receive in emoncms... I Also have installed rocon ot 1 (external
temperature) and this is correctly displayed from pyhpsu
Thanks
Missatge de Spanni26 <[email protected]> del dia dg., 12 de maig
2019 a les 9:37:
… As said: this repo hier (spanni26) is based on zanacs pyHPSU. But he can't
develop his version anymore cause a lack of time. So we forked his version
and developed it further.
So Zanacs version is dead (sorry zanac). But all of his work is here in
the spanni26 fork.
What temperature do you wan't to read? The temperature in the house? Do
you have a sensor installed for that?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZYXWJBM7HGAM5YZMVTPU7CLLANCNFSM4HF3GP3A>
.
|
Hello, I've never seen a rocon U1. Is the temperature always shown on the display or dou you have to select it? |
Hi,
Is is always shown on the display with external rocon ot1, both
temperatures are showed always
If you need I can help to find this in our environment, if you give me
detail I can try to help
Thanks
Missatge de Spanni26 <[email protected]> del dia dg., 12 de maig
2019 a les 10:31:
… Hello,
I've never seen a rocon U1. Is the temperature always shown on the display
or dou you have to select it?
We have to find it in a can dump.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZ3RQ3IPZIAXHRHPKXLPU7IU7ANCNFSM4HF3GP3A>
.
|
Is the temperature also shown on the HPSU display? |
Is shown on rocon u1 lcd display, always on main menu with rocon ot1
external temperatures, both temp on main lcd display
Thanks
El dl., 13 de maig 2019, 09:37, Spanni26 <[email protected]> va
escriure:
… Is the temperature also shown on the HPSU display?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZZLBLFYQ346LUHT2W3PVELELANCNFSM4HF3GP3A>
.
|
Is the room temperature shown on the Display of the HPSU or can it be displayed there? Otherwise its hard to find the can code |
Perhaps it's: |
Possibly :) But whats the can code? |
$ /home/stefan/can_progs/can_scan can0 680 180.0011 value: 8000 (RAUMISTTEMP not available) Which makes sense, as I don't have the rocon u1 device. |
If someone could lend me U1 I can test it... |
I have 2 of them in use :) Belgium close to German border. |
I need it here :) |
Or... you need somebody to run some commands on the canbus connected to a system which has a u1 |
Its a timing problem....you have to run a candump right at that moment you call the room temperature directly at the HPSU :) |
Or just ask for the value using can_scan can0 680 180.0011 |
can_scan never worked for me. Can you do a "candump can0" and call your can_scan? |
can0 69D [7] C1 0E FA 01 99 00 00 but I don't have a u1 device. |
Hi,
I have a u1, if anybody give details about required information and how to
obtain I can try to get
Thanks
Missatge de svde <[email protected]> del dia dt., 14 de maig 2019 a
les 13:34:
… can0 69D [7] C1 0E FA 01 99 00 00
can0 680 [7] 31 00 FA 00 11 00 00
can0 180 [7] D2 00 FA 00 11 80 00
can0 69D [7] C1 0F FA 01 99 00 00
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ3GHB3VF3PWYRB5VUTPVKPVPA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVLGD6A#issuecomment-492200440>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZ4EG6DCUNT5WQX24PTPVKPVPANCNFSM4HF3GP3A>
.
|
Ok. I've added a command "t_room". Btw: Thanks svde :) |
Hi,
It seems that is not working correctly comparing with ot1 external temp, an
example
root@emonpi:/local/pyHPSU# pyHPSU.py -c t_outdoor_ot1
[{'name': 't_outdoor_ot1', 'resp': '16.80', 'timestamp':
1557948828.651261}] --> Correct
root@emonpi:/local/pyHPSU# pyHPSU.py -c t_room
[{'name': 't_room', 'resp': '-3276.80', 'timestamp': 1557948841.112846}]
--> incorrect value, must be 24.2
If you need I can help if you give details about what do you need
Thanks!
Missatge de Spanni26 <[email protected]> del dia dc., 15 de maig
2019 a les 7:50:
… Ok. I've added a command "t_room".
To test it you have to pull the repo and call install.sh
If someone with an rocon U1 could test it please :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ6NJU3PZMHK446DQG3PVOQD5A5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVNSSOI#issuecomment-492513593>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZ6XFLOC66BUIM2D6ZTPVOQD5ANCNFSM4HF3GP3A>
.
|
I still need the same: The Can-Code and the information, if the room-temp is displayed directly at the HPSU. |
@relft : please do the following: |
Hi,
Attached file
Missatge de Spanni26 <[email protected]> del dia dj., 16 de maig
2019 a les 14:27:
… @relft <https://github.com/relft> : please do the following:
on you unix machine do:
Make sure you installed the program "candump" (on debian it's contained in
"can-utils")
"timout 300 candump can0 > /tmp/candump_relft" and post the file
/tmp/candump_relft
Please send us also the temperature showed at your U1
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ63P2447QHCFSQXG5DPVVHKTA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVRUU2I#issuecomment-493046377>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZZKJGG6MFWNVXAERJ3PVVHKTANCNFSM4HF3GP3A>
.
|
Is the room temperature writable so I can write it with my own thermostat?
Von meinem iPhone gesendet
… Am 16.05.2019 um 13:18 schrieb Spanni26 ***@***.***>:
I still need the same: The Can-Code and the information, if the room-temp is displayed directly at the HPSU.
We only talk directly to the controller from the HPSU. If the Controller doesn't know the room temp...we can't ask him about :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Do you can read?
Missatge de hackepeterOli <[email protected]> del dia dj., 16 de
maig 2019 a les 17:55:
… Is the room temperature writable so I can write it with my own thermostat?
Von meinem iPhone gesendet
> Am 16.05.2019 um 13:18 schrieb Spanni26 ***@***.***>:
>
> I still need the same: The Can-Code and the information, if the
room-temp is displayed directly at the HPSU.
> We only talk directly to the controller from the HPSU. If the Controller
doesn't know the room temp...we can't ask him about :)
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ6JBVCFJ5KWKXSNNQ3PVV7WTA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVSIHRQ#issuecomment-493126598>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZYUJDQG2OH75H4DQQ3PVV7WTANCNFSM4HF3GP3A>
.
|
Hmmm, where is that file @relft ? |
Ok, got the Log. |
I changed the command for t_room to query the 400....please test it. But write down the major configuration values from your HPSU...just to be save :) |
Only one u1
El vie., 17 may. 2019 7:31, Spanni26 <[email protected]> escribió:
… Ok, got the Log.
@relft <https://github.com/relft> How many U1 do you have? I have 2 can
IDs found in the log which I can't find in my home installation...6A8 and
400
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ4KWVDIS3ATEKUMI4DPVY7HPA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVTYXCI#issuecomment-493325193>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZ4UZOJ76DWCPGNR43LPVY7HPANCNFSM4HF3GP3A>
.
|
Hi
Sorry, but i don't understand this
But write down the major configuration values from your HPSU...just to be
save :)
Can you give details what you need? Test or not to test?
El vie., 17 may. 2019 7:48, Spanni26 <[email protected]> escribió:
… I changed the command for t_room to query the 400....please test it. But
write down the major configuration values from your HPSU...just to be save
:)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ7MHPSMV6VGFRSTOK3PVZBMHA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVTZSCA#issuecomment-493328648>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZZA2WCKNIZWYF3S4ELPVZBMHANCNFSM4HF3GP3A>
.
|
You can test it....theres always a risk to reset the HPSU when testing values....so take a paper and a pencil :) |
Also in this case, when you try to read and bot writing ?
El vie., 17 may. 2019 8:18, Spanni26 <[email protected]> escribió:
… You can test it....theres always a risk to reset the HPSU when testing
values....so take a paper and a pencil :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ24J2T3277ONF2RF23PVZE5DA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVT3EOQ#issuecomment-493335098>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZ2RRKFZ7USKWKBXVDTPVZE5DANCNFSM4HF3GP3A>
.
|
Hmm, no. When you try to write some unknown value. But In your case there is no problem cause you are just reading.... |
Hi,
Great job seems that is working!
# pyHPSU.py -c t_outdoor_ot1
[{'name': 't_outdoor_ot1', 'resp': '15.60', 'timestamp': 1558112181.062608}]
# pyHPSU.py -c t_room
[{'resp': '23.10', 'name': 't_room', 'timestamp': 1558112186.986957}]
Now I'll try to migrate my zanac environment to spanni26 versions, I can
keep all historical data, config and replace pyhpsu zanac binaries by
spanni26, wihtout losing any data (and historical data) or configuration,
or it is best to make a new fresh install environment?
If it is possible I like to keeps all previous data, if this keeps same
source and vars for data that is obtained from hpsu
Thanks
Missatge de Spanni26 <[email protected]> del dia dv., 17 de maig
2019 a les 11:06:
… Hmm, no. When you try to write some unknown value. But In your case there
is no problem cause you are just reading....
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ4EAP65ZJ7ZCRHGK6DPVZYQDA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVUGN2I#issuecomment-493381353>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZZGEXMSPLXEVCNDIUDPVZYQDANCNFSM4HF3GP3A>
.
|
Hi Trying to migrate to spanni26 from zanac I have problems to configure emconcms [node] trying with spanni26 in pyhpsu.conf added: and I receive this error: pyHPSU.py -d PYCAN -c t_hs -o EMONCMSwarning - command t_hs defined as commandline option but not in emoncms Any suggestion about where is the error, I have ried adding node_HPSU508 =.. and then error is pyHPSU.py -d PYCAN -c t_hs -o EMONCMSwarning - command t_hs defined as commandline option but not in emoncms Searching and example of configuration like this https://github.com/zanac/pyHPSU/blob/f056924ad16dd4bdc4900ecbc7db20b7f04d896d/etc/pyHPSU/EMONCMS.ini but I can't find Any suggestion? |
with zanac versions command used is but with spanni26 versions is not working, seems that -u (upload) has been removed and I can't find a clear information how to configure data to emoncms, anybody knows if this is working or how can I solve the issue? Thanks |
Do you have something like this in your pyhpsu.conf? [EMONCMS] |
Right, tried multiple configurations with this: [EMONCMS] tried comment node_HPSU508, and enabled node_1 without success... also tried with and without apikey ... I have chcked code and comapring with zanac -u upload was removed and with zanac was needed Why -u upload options was removed can be readded like was configured with zanac versions, this was working correctly with previous versions, Can contain any incompatibility or not with your version? Thanks |
Try pyHPSU.py -?
Gesendet mit BlueMail
Am 18. Mai 2019, 08:34, um 08:34, relft <[email protected]> schrieb:
…Right, tried multiple configurations with this:
[EMONCMS]
URL = http://ip/emoncms
#APIKEY = key
node_HPSU508 = t_hs
##node_1 = t_hs
tried comment node_HPSU508, and enabled node_1 without success... also
tried with and without apikey ... I have chcked code and comapring with
zanac -u upload was removed and with zanac was needed
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#18 (comment)
|
News here? |
No sucess... I ll try to make a fresh install with latest version emonc 10
and test, but now my availability is restricted...
Any example or any user is working with emoncms and spanni26 version? Any
configuration example?
Thanks
El dt., 21 de maig 2019, 08:14, Spanni26 <[email protected]> va
escriure:
… News here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ3IXUBISDALZHJ3XRDPWOHLLA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV23Q6Q#issuecomment-494254202>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZ2CDPCPNANG6Z4HPD3PWOHLLANCNFSM4HF3GP3A>
.
|
How do you call the pyHPSU from the Spanni repo?
Gesendet mit BlueMail
Am 21. Mai 2019, 18:54, um 18:54, relft <[email protected]> schrieb:
…No sucess... I ll try to make a fresh install with latest version emonc
10
and test, but now my availability is restricted...
Any example or any user is working with emoncms and spanni26 version?
Any
configuration example?
Thanks
El dt., 21 de maig 2019, 08:14, Spanni26 ***@***.***> va
escriure:
> News here?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
>
<#18?email_source=notifications&email_token=AL2SQZ3IXUBISDALZHJ3XRDPWOHLLA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV23Q6Q#issuecomment-494254202>,
> or mute the thread
>
<https://github.com/notifications/unsubscribe-auth/AL2SQZ2CDPCPNANG6Z4HPD3PWOHLLANCNFSM4HF3GP3A>
> .
>
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#18 (comment)
|
Hi,
using an script as a cron job every 15 seconds with this:
sudo /usr/share/pyHPSU/bin/pyHPSU.py -d PYCAN -c t_hs -c t_hc -c flow_rate
-c t_return -c mode -c t_ext -c t_hc_set -c bpv -c posmix -c t_dhw -c
t_dhw_set -c t_v1 -c t_dhw1 -c t_vbh -c t_r1 -c tliq2 -c tdhw2 -c ehs -c
qboh -c qchhp -c qch -c qwp -c qdhw -c pump -c ta2 -c t_outdoor_ot1 -c
t_dhw_setpoint1 -c hyst_hp -c t_room1_setpoint -c t_room2_setpoint -c
t_room3_setpoint -c t_room -c t_hs_set -c water_pressure -c t_hc -c
t_hc_set -c status_pump -c runtime_comp -c runtime_pump -c qsc -c mode_01
-c tvbh2 -c tr2 -c quiet -c ext -c rt -c v1 -c heat_slope -c t_flow_cooling
-o EMONCMS -g /var/log/pyHPSU_pican2.log -v 1
same command with zanac is:
sudo /usr/share/pyHPSU/bin/pyHPSU.py -d PYCAN -c t_hs -c t_hc -c flow_rate
-c t_return -c mode -c t_ext -c t_hc_set -c bpv -c posmix -c t_dhw -c
t_dhw_set -c t_v1 -c t_dhw1 -c t_vbh -c t_r1 -c tliq2 -c tdhw2 -c ehs -c
qboh -c qchhp -c qch -c qwp -c qdhw -c pump -c ta2 -c t_outdoor_ot1 -c
t_dhw_setpoint1 -c hyst_hp -c t_room1_setpoint -c t_room2_setpoint -c
t_room3_setpoint -c t_room -c t_hs_set -c water_pressure -c t_hc -c
t_hc_set -c status_pump -c runtime_comp -c runtime_pump -c qsc -c mode_01
-c tvbh2 -c tr2 -c quiet -c ext -c rt -c v1 -c heat_slope -c t_flow_cooling
-o CLOUD -u EMONCMS -g /var/log/pyHPSU_pican2.log -v 1
I have checked and seems taht cloud options was removed an emoncms also
removed to be usable... in my tests...
Missatge de Spanni26 <[email protected]> del dia dt., 21 de maig
2019 a les 21:54:
… How do you call the pyHPSU from the Spanni repo?
Gesendet mit BlueMail
Am 21. Mai 2019, 18:54, um 18:54, relft ***@***.***>
schrieb:
>No sucess... I ll try to make a fresh install with latest version emonc
>10
>and test, but now my availability is restricted...
>Any example or any user is working with emoncms and spanni26 version?
>Any
>configuration example?
>
>Thanks
>
>El dt., 21 de maig 2019, 08:14, Spanni26 ***@***.***> va
>escriure:
>
>> News here?
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>>
><
#18?email_source=notifications&email_token=AL2SQZ3IXUBISDALZHJ3XRDPWOHLLA5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV23Q6Q#issuecomment-494254202
>,
>> or mute the thread
>>
><
https://github.com/notifications/unsubscribe-auth/AL2SQZ2CDPCPNANG6Z4HPD3PWOHLLANCNFSM4HF3GP3A
>
>> .
>>
>
>
>--
>You are receiving this because you commented.
>Reply to this email directly or view it on GitHub:
>#18 (comment)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ75Z7ZVI2OXDNU3LL3PWRHQ7A5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV475AQ#issuecomment-494534274>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZ366PR5PTGRSPQXKB3PWRHQ7ANCNFSM4HF3GP3A>
.
|
can you show us your pyhpsu.conf? |
Will try EMONCMS tomorrow... |
Hi,
Now I ahve upgraded emoncms from 9.9.5 to 10.0.2, and next action will be
try if now works... I'll try to report
One question, I suspect that can be a conflict with having both systems
installed on same raspberry (different paths) zanac and spanni26, do you
know if can exista file or files that can generate some conflict?
Thanks
Missatge de Spanni26 <[email protected]> del dia dc., 22 de maig
2019 a les 18:18:
… can you show us your pyhpsu.conf?
I removed the cloud option to make it more clear that there is a plugin
for each method of sharing the data.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AL2SQZ5ZIONDB5N4VIW3TOTPWVW35A5CNFSM4HF3GP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV7SSEA#issuecomment-494872848>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL2SQZ3BAD3JTHBOOOOMKKLPWVW35ANCNFSM4HF3GP3A>
.
|
Simply delete the directory with the zanac_hpsu to be save. But it shouldn't conflict with the spanni_pyHPSU |
Hi, i recently getting more and more "communication error" displayed on the control panel unit and i have to set the whole system back to "config: active". I only read values via CAN and don't write anything. I think that "pyHPSU/CAN BUS" uses the same CAN-Endpoint as the control panel. greets |
config:active? Where can you set this? I get Comm error when there are a lot of messages on the bus, so if I'm querying a lot of values at once. |
The Display at the Rotex Unit shows a "Communication Error" and the whole System has to be reconfigured. There is a Option "Config inactive / active" and you need Supervisor Rights to set it to "active" again. After that the Unit will reload the last saved settings and restart. |
Which error is it? E91? |
No, the display doesn't show an error number. Only "Communication Failure". It seems like after setting |
Hi,
I'm using https://github.com/zanac/pyHPSU with latest versions of june 2018 and rote HPSU 508 , and I have detected some issue, not working daemon (as workaround using a script + sleep) and also receiving some errors like
2019-04-14 07:52:26,515 - ERROR - RECV:bytearray(b'b\x10\xfa\n\x0c\x00/')
2019-04-14 07:52:26,516 - ERROR - msg not sync, timeout
2019-04-14 07:52:28,520 - ERROR - SEND:[49, 0, 3, 0, 0, 0, 0]
2019-04-14 07:52:28,521 - ERROR - RECV:bytearray(b'2\x10\x0e\x01\x87\x00\x00')
2019-04-14 07:52:28,522 - ERROR - SEND:[49, 0, 3, 0, 0, 0, 0]
2019-04-14 07:52:28,522 - ERROR - RECV:bytearray(b' \nR\x01\x00\x00\x00')
2019-04-14 07:52:28,524 - ERROR - SEND:[49, 0, 3, 0, 0, 0, 0]
2019-04-14 07:52:28,524 - ERROR - RECV:bytearray(b' \nV\x00\x00\x00\x00')
2019-04-14 07:52:28,525 - ERROR - SEND:[49, 0, 3, 0, 0, 0, 0]
2019-04-14 07:52:28,526 - ERROR - RECV:bytearray(b' \nW\x00\x00\x00\x00')
2019-04-14 07:52:28,527 - ERROR - SEND:[49, 0, 3, 0, 0, 0, 0]
My question is related with your version, is the same than zanac. can I use without compatibility issues? what are the differences?
Thanks
The text was updated successfully, but these errors were encountered: