# Zevvy > Symcon documentation · English · generated on 2026-09-26 > Index: https://www.symcon.de/en/llms.txt Source: https://www.symcon.de/en/service/documentation/module-reference/devices/zevvy/ _Requires Symcon >= 7.0_ This module sends the data of selected variables to a Zevvy account, which then appears under "Settings" -> "Device list" with the ID of the variable. ### functional scope - Sending the values ### Setting up the instances in IP-Symcon The 'Zevvy' module can be found under 'Add instance' using the quick filter. - Further information on adding instances can be found in the [Instances documentation](https://www.symcon.de/service/dokumentation/konzepte/instanzen/#Instanz_hinzufügen) Before the variables can be set up, the Register button must be clicked. A new tab will now open in the browser with the Zevvy login screen. ![Zevvy loginmask](https://www.symcon.de/media/pages/service/dokumentation/modulreferenz/geraete/zevvy/e0b85a0723-1790424938/zevvy-loginmask.png) After entering the login data, the following dialog is displayed if successful. ![Zevvy login success](https://www.symcon.de/media/pages/service/dokumentation/modulreferenz/geraete/zevvy/293021cb81-1790424938/zevvy-login-success.png) You can now return to IP-Symcon. A token should now be present in the Zevvy instance. __Configuration page__: | Name | Description | | ------------- | ------------------------------------------------ | | Device list | List with the variable IDs that are to be sent. | | Interval | Interval for automatically sending the data | | Transmit data | Button which sends the data manually | | Registration | Links the Zevvy account to IP-Symcon using OAuth | ## ZY_SendMeasurements Source: https://www.symcon.de/en/service/documentation/module-reference/devices/zevvy/zy-sendmeasurements/ `bool ZY_SendMeasurements(int $InstanzID)` _Requires Symcon >= 7.0_ **Parameters** - `$InstanzID` (int): Id of the Zevvy instance **Returns** (bool): If the command could be executed successfully, the result is __TRUE__, otherwise __FALSE__. Id of the Zevvy instance **Example** ```php ZY_SendMeasurements(12345); ```