Alecto WS 5500 weather station
Moderator: leecollings
-
- Posts: 9
- Joined: Saturday 22 April 2023 11:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Alecto WS 5500 weather station
Is there a way to share the plugin.py file of Xorfor? I presume this code doesn’t contain errors and I also presume that this code will create devices with English names?
-
- Posts: 9
- Joined: Saturday 22 April 2023 11:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Alecto WS 5500 weather station
This is not necessary anymore, in the history of this project in git, I see the latest version of Xorfor.popo wrote:Is there a way to share the plugin.py file of Xorfor? I presume this code doesn’t contain errors and I also presume that this code will create devices with English names?
Verzonden vanaf mijn iPad met Tapatalk
-
- Posts: 537
- Joined: Monday 20 March 2023 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Somewhere in NL
- Contact:
Re: Alecto WS 5500 weather station
Still wondering how you use Weather Underground as backup?
You send PWS data to the Domoticz Xorfor plugin, but how do you send that data to WU?
Logic will get you from A to B. Imagination will take you everywhere.
-
- Posts: 9
- Joined: Saturday 22 April 2023 11:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Alecto WS 5500 weather station
That was also my question, but Huis1 explained me that you can use the app WS-View (I use WSView Plus) to send the data of your PWS to WU (tab Wunderground) AND that you can use the tab Customized to send the data also to Domoticz . This is working fine!Kedi wrote:Still wondering how you use Weather Underground as backup?
You send PWS data to the Domoticz Xorfor plugin, but how do you send that data to WU?
Verzonden vanaf mijn iPad met Tapatalk
-
- Posts: 537
- Joined: Monday 20 March 2023 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Somewhere in NL
- Contact:
Re: Alecto WS 5500 weather station
Oke, Tnx.
Logic will get you from A to B. Imagination will take you everywhere.
-
- Posts: 53
- Joined: Tuesday 11 August 2015 14:20
- Target OS: NAS (Synology & others)
- Domoticz version: 2.2903
- Location: The Netherlands
- Contact:
Re: Alecto WS 5500 weather station
Since yesterday I have this error for the PWS plugin:
Anyone else having this too? I have already deleted the hardware and created it again, but no success.
There was a rain fall of -1800 mm yesterday and it looks like that triggered this error, but I can't find a fix to get it workin again so the weather data is being updated in Domoticz again.
Code: Select all
2023-09-06 12:09:32.241 Error: weer: Call to function 'onMessage' failed, exception details:
2023-09-06 12:09:32.241 Error: weer: Traceback (most recent call last):
2023-09-06 12:09:32.241 Error: weer: File "/opt/domoticz/userdata/plugins/Domoticz-PWS-Plugin-master/plugin.py", line 411, in onMessage
2023-09-06 12:09:32.242 Error: weer: _plugin.onMessage(Connection, Data)
2023-09-06 12:09:32.242 Error: weer: File "/opt/domoticz/userdata/plugins/Domoticz-PWS-Plugin-master/plugin.py", line 243, in onMessage
2023-09-06 12:09:32.242 Error: weer: self.raincounter = float(old_values[1]) - dailyrainmm
2023-09-06 12:09:32.242 Error: weer: TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
There was a rain fall of -1800 mm yesterday and it looks like that triggered this error, but I can't find a fix to get it workin again so the weather data is being updated in Domoticz again.
-
- Posts: 53
- Joined: Tuesday 11 August 2015 14:20
- Target OS: NAS (Synology & others)
- Domoticz version: 2.2903
- Location: The Netherlands
- Contact:
Re: Alecto WS 5500 weather station
Okay, nevermind.... The recharable batteries of the weather station died... After replacing them, all is working again.jberinga wrote: ↑Wednesday 06 September 2023 12:21 Since yesterday I have this error for the PWS plugin:Anyone else having this too? I have already deleted the hardware and created it again, but no success.Code: Select all
2023-09-06 12:09:32.241 Error: weer: Call to function 'onMessage' failed, exception details: 2023-09-06 12:09:32.241 Error: weer: Traceback (most recent call last): 2023-09-06 12:09:32.241 Error: weer: File "/opt/domoticz/userdata/plugins/Domoticz-PWS-Plugin-master/plugin.py", line 411, in onMessage 2023-09-06 12:09:32.242 Error: weer: _plugin.onMessage(Connection, Data) 2023-09-06 12:09:32.242 Error: weer: File "/opt/domoticz/userdata/plugins/Domoticz-PWS-Plugin-master/plugin.py", line 243, in onMessage 2023-09-06 12:09:32.242 Error: weer: self.raincounter = float(old_values[1]) - dailyrainmm 2023-09-06 12:09:32.242 Error: weer: TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
There was a rain fall of -1800 mm yesterday and it looks like that triggered this error, but I can't find a fix to get it workin again so the weather data is being updated in Domoticz again.
-
- Posts: 42
- Joined: Thursday 14 September 2023 19:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 16341
- Location: Stockholm
- Contact:
Re: Alecto WS 5500 weather station
Hello,
How can I get access to a working PWS plugin for Domoticz as mentionned in this post. I can not use the clone command, getting errors on password validation.
I am new to github so bare with me for not understanding
Thank you in advance
How can I get access to a working PWS plugin for Domoticz as mentionned in this post. I can not use the clone command, getting errors on password validation.
I am new to github so bare with me for not understanding
Thank you in advance
Re: Alecto WS 5500 weather station
Did you follow the instructions? Did you get the PWS plugin and the WS-view app?fjuppe wrote:Hello,
How can I get access to a working PWS plugin for Domoticz as mentionned in this post. I can not use the clone command, getting errors on password validation.
I am new to github so bare with me for not understanding
Thank you in advance
Verstuurd vanaf mijn LE2113 met Tapatalk
-
- Posts: 42
- Joined: Thursday 14 September 2023 19:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 16341
- Location: Stockholm
- Contact:
Re: Alecto WS 5500 weather station
Yes, I folloeed the instructions. But I can not clone the plugin since I dont know how to log into github to get the plug in file. I understand my password on github is not accepted but need some token instead… that is where I am stuck….
Re: Alecto WS 5500 weather station
I don't think that you must login to GitHub to get the installation file.fjuppe wrote:Yes, I folloeed the instructions. But I can not clone the plugin since I dont know how to log into github to get the plug in file. I understand my password on github is not accepted but need some token instead… that is where I am stuck….
You can find it here;
https://github.com/kovariktomas/Domoticz-PWS-Plugin
When you do need to login to GitHub make an account on GitHub and search the www to get the plugin to work in Linux.
Ik Googled al my Raspberry pi knowledge
Verstuurd vanaf mijn LE2113 met Tapatalk
-
- Posts: 42
- Joined: Thursday 14 September 2023 19:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 16341
- Location: Stockholm
- Contact:
Re: Alecto WS 5500 weather station
When I follow the instruction for installation and use the ”clone” command, it asks for a user name and password. I have an account on Github but the password must be a token, not my password on Github.
Is there only one .py file to put in the domoticz/plugin folder? I think I can get it there. Do I need any command in Linux to get it working or only restart Domoticz and the plugin would show up?
Thanks a lot for your help!
I am new to this….
Is there only one .py file to put in the domoticz/plugin folder? I think I can get it there. Do I need any command in Linux to get it working or only restart Domoticz and the plugin would show up?
Thanks a lot for your help!
I am new to this….
Re: Alecto WS 5500 weather station
sorry, I don't know. I can't remember that I must use an username and/or password.fjuppe wrote:When I follow the instruction for installation and use the ”clone” command, it asks for a user name and password. I have an account on Github but the password must be a token, not my password on Github.
Is there only one .py file to put in the domoticz/plugin folder? I think I can get it there. Do I need any command in Linux to get it working or only restart Domoticz and the plugin would show up?
Thanks a lot for your help!
I am new to this….
Verstuurd vanaf mijn LE2113 met Tapatalk
-
- Posts: 537
- Joined: Monday 20 March 2023 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Somewhere in NL
- Contact:
Re: Alecto WS 5500 weather station
You do not have to login to GitHub. Just use in the /home/pi/domoticz/plugins directory
And all the files will be "cloned"
If for some reason that does not work for you then use:
or
and unzip that file in the /home/pi/domoticz/plugins/Domoticz-PWS-Plugin directory.
And yes you only need the plugin.py file.
Code: Select all
git clone https://github.com/kovariktomas/Domoticz-PWS-Plugin.git
If for some reason that does not work for you then use:
Code: Select all
wget https://github.com/kovariktomas/Domoticz-PWS-Plugin/archive/refs/heads/master.zip
Code: Select all
curl -s https://github.com/kovariktomas/Domoticz-PWS-Plugin/archive/refs/heads/master.zip
And yes you only need the plugin.py file.
Logic will get you from A to B. Imagination will take you everywhere.
-
- Posts: 42
- Joined: Thursday 14 September 2023 19:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 16341
- Location: Stockholm
- Contact:
Re: Alecto WS 5500 weather station
OK, your suggestions fixed my problem.
I now have the plugin working in Domoticz.
Just translated the .py file into Swedish and now only waiting for my weather station to arrive.
Thank you to all!
I now have the plugin working in Domoticz.
Just translated the .py file into Swedish and now only waiting for my weather station to arrive.
Thank you to all!
-
- Posts: 42
- Joined: Thursday 14 September 2023 19:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 16341
- Location: Stockholm
- Contact:
Re: Alecto WS 5500 weather station
Hello,
Now I have set up my weather station (Ventus W830W, should be the same as WS-5500). The plugin is working but I have a few problems that I am asking for help for. all devices are created correctly. The Baro device says Absolute pressure but weather displays shows Relative pressure and this I can not change...
All values are transferred to WU correctly, Rain and Baro also.
1. I have and entry in the Domoticz logfile every time the plugin is run:
2. The Rain, rainrate and Baro values are not transferred to Domoticz devices. Maybe depending on above error ??
Any ideas?
Any help is much appreciated, but remember, I am not so familiar with Linux commands
BR
Now I have set up my weather station (Ventus W830W, should be the same as WS-5500). The plugin is working but I have a few problems that I am asking for help for. all devices are created correctly. The Baro device says Absolute pressure but weather displays shows Relative pressure and this I can not change...
All values are transferred to WU correctly, Rain and Baro also.
1. I have and entry in the Domoticz logfile every time the plugin is run:
Code: Select all
2023-10-18 09:09:04.157 Error: W830: Call to function 'onMessage' failed, exception details:
2023-10-18 09:09:04.157 Error: W830: Traceback (most recent call last):
2023-10-18 09:09:04.157 Error: W830: File "/domoticz/plugins/Domoticz-PWS-Plugin/plugin.py", line 432, in onMessage
2023-10-18 09:09:04.157 Error: W830: _plugin.onMessage(Connection, Data)
2023-10-18 09:09:04.157 Error: W830: File "/domoticz/plugins/Domoticz-PWS-Plugin/plugin.py", line 352, in onMessage
2023-10-18 09:09:04.157 Error: W830: "{} ({}): {}: [{},{},{},{},{}]".format(Connection.Address, softwaretype, protocol, rainmm, dailyrainmm, weeklyraininmm, monthlyraininmm, yearlyraininmm),
2023-10-18 09:09:04.157 Error: W830: UnboundLocalError: local variable 'softwaretype' referenced before assignment
Any ideas?
Any help is much appreciated, but remember, I am not so familiar with Linux commands
BR
-
- Posts: 537
- Joined: Monday 20 March 2023 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Somewhere in NL
- Contact:
Re: Alecto WS 5500 weather station
I use the plugin from https://github.com/Xorfor
It is not available anymore because the user switch to HA.
You could ask him for the source or search in history.
It is not available anymore because the user switch to HA.
You could ask him for the source or search in history.
Logic will get you from A to B. Imagination will take you everywhere.
Who is online
Users browsing this forum: No registered users and 1 guest