Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

WISER LINK EER31600

SpaceLogic KNX Forum

Schneider Electric SpaceLogic KNX forum to get support and share knowledge including selection, installation and troubleshooting for spaceLYnk, Wiser for KNX, eConfigure KNX, SpaceLogic KNX Hybrid module and other topics.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure Building
  • Light and Room Control
  • SpaceLogic KNX Forum
  • WISER LINK EER31600
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Thomas_Rohde
Sisko Thomas_Rohde Sisko
123
Erwin-vd-Zwart
Sisko Erwin-vd-Zwart Sisko
54
Heribert_Dölger
Lt. Commander Heribert_Dölger Lt. Commander
30
FZetina
Lt. Commander FZetina Lt. Commander
27
View All
Related Products
product field
SpaceLogic KNX - 4ʺ Touch Unit
product field
KNX Push Button Dynamic Labeling, universal
product field
Wiser for KNX : logic controller

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to SpaceLogic KNX Forum
domotiqa
Lt. Commander domotiqa
Lt. Commander

Posted: ‎2018-07-11 12:06 AM . Last Modified: ‎2024-07-14 11:50 PM

0 Likes
3
830
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-07-11 12:06 AM

WISER LINK EER31600

Hello,

Looks like exist an application note to connect WISER LINK EER31600 or EER31800 + EER39000 5ti to Homelynk/Spacelynk.

Do you have more information ?

Smarthome & Smartbuilding Expert
  • Thumbnail of SpaceLogic KNX - 4ʺ Touch Unit
    SpaceLogic KNX - 4ʺ Touch Unit
  • Thumbnail of KNX Push Button Dynamic Labeling, universal
    KNX Push Button Dynamic Labeling, universal
  • Thumbnail of Wiser for KNX : logic controller
    Wiser for KNX : logic controller
View products (3)
Tags (4)
  • Tags:
  • homelynk
  • knx
  • spacelynk
  • wiser link
Reply
  • All forum topics
  • Previous Topic
  • Next Topic
Replies 3
esteve_budia
Lieutenant esteve_budia Lieutenant
Lieutenant

Posted: ‎2018-09-14 12:28 AM

0 Likes
2
820
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-09-14 12:28 AM

Hope it would be .. maybe via API?

Reply
domotiqa
Lt. Commander domotiqa
Lt. Commander

Posted: ‎2018-09-16 10:47 PM

0 Likes
1
818
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-09-16 10:47 PM

looks like these scripts are working but for old version. Not the new one Smiley Frustrated

Smarthome & Smartbuilding Expert
Reply
domotiqa
Lt. Commander domotiqa
Lt. Commander

Posted: ‎2018-09-16 10:48 PM . Last Modified: ‎2018-09-16 10:49 PM

0 Likes
0
817
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-09-16 10:48 PM

nb_compt = 6
DEBUG = true

require('user.WiserLinkIP')

--[[ Description du nom des usages

Hot_Water = Eau Chaude Sanitaire
Cooling = Refroidissement
Heating = Chauffage
Sockets = Prises
Others = Autres
Electricity_Meter = Total issu du TIC

]]--


ADD_IP="192.168.1.11" -- Adresse IP du module Wiser Link IP
PORT=80 --Précision d'un numero de port si NAT sinon laisser 80

LOGIN="admin"--Login
PASS="admin"--Mot de passe 

if not my_wiser then
  my_wiser=WiserLinkIP.new(ADD_IP..":"..PORT,LOGIN,PASS)
end


-- Récupération des données depuis le module Wiser Link IP
-- Le rafraichissment est basé sur le temps de cycle du présent script

my_wiser:fetchDatas()

--Rafraichissment des valeurs sur KNX/IP
--log(my_wiser)

-- UPDATE KNX VARIABLES
-- Energies
grp.update('6/0/1', my_wiser.Energy_Heating) 	--Chauffage
grp.update('6/0/2', my_wiser.Energy_Sockets) 	--Prises
grp.update('6/0/3', my_wiser.Energy_Electricity_Meter) --Total
grp.update('6/0/4', my_wiser.Energy_Hot_Water) 	--Eau Chaude
grp.update('6/0/5', my_wiser.Energy_Others) 	--Autre
grp.update('6/0/6', my_wiser.Energy_Cooling) 	--Eau Froide


-- Puissances
--grp.update('6/1/0',my_wiser.Power_Sockets)
--grp.update('8/2/2',my_wiser.Power_Hot_Water)
--grp.update('8/2/3',my_wiser.Power_Heating)
--grp.update('8/2/4',my_wiser.Power_Cooling)
--grp.update('8/2/5',my_wiser.Power_Electricity_Meter)
--grp.update('8/2/6',my_wiser.Power_Others)








-- ******************************************** -- -- SCHNEIDER ELECTRIC -- -- -- -- Author : Valentin THOMAS -- -- Version : 1.0 -- -- Update Date : 17/10/2017 -- -- Name : WISER_LINK.lua -- -- -- -- ******************************************** -- WISER_LINK = function () local self = {script={}} local debug = false local history = false local json = require('json') local http = require("socket.http") -- ------------------------------------------------------------------- --- This function -- @param (none) -- -- @return (none) function round(nb) i,f=math.modf(nb) return i+(math.ceil(f/0.0625)*0.0625) end -- ------------------------------------------------------------------- --- This function -- @param (none) -- -- @return (none) function self.getData(_ip, _login, _password) local wiser_data = {} local datas, http_code, header, err = http.request("http://".._login..":".._password.."@".._ip.."/vesta/UsageMeter") --Si le code HTTP de la réponse est 200 if http_code == 200 then if not datas then error('Cannot fetch data at : '..ip_address) else local datas=json.decode(datas) for index,usage in pairs (datas.UsageMeterList)do usage_name=string.gsub(usage.Type," ","_")--Remplacement de l'espace par un underscore wiser_data["Power_"..usage_name]=round(usage.Power) wiser_data["Energy_"..usage_name]=round(usage.EnergyConsumed) end end else msg=string.format("Error in HTTP request, code:%s, Message:%s",http_code,err) error(msg) log(msg) alert(msg) end end -- ------------------------------------------------------------------- --- This function -- @param (none) -- -- @return (none) function self.script.event(event, _params) end -- ------------------------------------------------------------------- --- This function -- @param (none) -- -- @return (none) function self.script.cycle( _params ) end -- ------------------------------------------------------------------- --- This function -- @param (none) -- -- @return (none) function self.script.scheduler( _params ) end return self end class_var = WISER_LINK() return class_var -- CODE POUR SCRIPTS CLIENT --[[ WISER_LINK = require('user.WISER_LINK') params = { tag_name = 'record', -- tag to add to each knx object to record records_delay = 1, -- delay between 2 records in minutes records_limit = 50000, -- limit of the sql table (adviced 50 000 - 10% de la mémoire) export_delay = 60, -- delay between 2 exports on usb key in minutes export_value_separator = ';', -- name of the export file on the usb key export_line_separator = '\r\n', -- name of the export file on the usb key export_file_name = 'log.csv' -- name of the export file on the usb key } ]]--

 

Smarthome & Smartbuilding Expert
Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of