Wich name and location have the WiFi WPA config file in Venus OS V2.93 ?
"/etc/wpa_supplicant/wpa_supplicant.conf" is wrong.
The helpful commands "dir" and "cd" are not implemented in the Venus OS shell.
I need this info for solution of the problen that strong present 2,4GHz WiFi networks without WPA-PSK keymanagement will be not displayed and showed at the Venus GUI. It is not possible to connect a present wifi network, that is not listed at GUI ! This must be a confiruration problem because the same hardware (Raspberry pi 4) under Debian showes and connects the network, but Venus OS V2.93 (and also earlier) does not list it (also implemented on a Raspberry pi 3).
Thank`s for effort, i need the old present router configuration because my televisor does not accept WPA-PSK keymanagement.
Ulf
0 Answers
Hello,
I'm currently running an RPi 4b with Venus OS 2.93. Currently I'm using the SIM7600G Hat together with a Telekom Sim Card very well via LTE/4G. Because of the Telekom contract also includes 5G, I wondered if there is already some support for 5G in Venus OS?
There is already a SIM8200 hat for RPi, which supports 5G, even though it's quite expensive :-)
I thought about just buying it and give it a try, but I could imagine, that there has to be some updates of the 5G AT-commands.
Is there already something available or if not something in develop?
Thank you!
0 Answers
Hello
I just updated Venus OS firmware on my Raspberry Pi 3 with touchscreen from 2.92 to 2.93. The touchscreen hangs on startup. Remote console on Windows PC works OK. Back to 2.92, no problems.
[image]
0 Answers
May be, wifi WPA codec is not supported from Venus OS 2.89 on Raspberry3 ?
The wifi scann window showes only WPA2 networks, not strong present WPA network!
So connecting to present WPA Network is not possible!
Is there any solution availible? Fixed in wich image Version ? Any other solution?
0 Answers
Hi!
I have a 2020 model Honda Eu70is generator, which is equipped with a bluetooth BLE remote starter. Since the Cerbo has a built-in bluetooth module, I was thinking that some smart guys here might have some experience with the bluetooth capabilities.
I already have my cerbo connected to ruuvi BLE temperature sensors, so the cerbo should be able to pair with the Honda as well. How to start to look at this, any suggestions?
I can't find any way to search for bluetooth devices in the Cerbo Gx console.
0 Answers
I would like to add some more virtual relay/switches to the controls on the dashboard. The controls is a convenient connection to ‘Venus OS Lage/node red’.
0 Answers
The Pepwave router's admin program has an open API. Has anyone done anything to integrate it with the Victron Venus OS? I would love to be able to make basic changes from the GX Touch. One example would be the fact I have two WIFi connections, one for work and one for personal. When I don't have a strong connection I like to turn off the personal WiFi so I don't have to run around turning off WiFi on all those devices.
I am a programmer, so I can write something, but I figured I would see if anyone has a starting point.
0 Answers
Dear team
I attempted to build my Node-red dashboard using the System parameters, however, I was unable to locate the ET112 parameter alongside other options like PF and MD.
Please give the solution for build own node-red dashboard
0 Answers
We have four Venus GX devices which have been working fine and reporting to VRM for between several years and over six months.
Yesterday, I found that 3 of the devices were way off the true time and date (two fast by ~5 minutes, one slow by 18 days). The fourth device, on a different subnet has valid time.
These four devices are all static IP. I have a GPS time source on site and would like that to be used by the Venuses to set their clocks. How can I set the SNTP server address?
0 Answers
We would like to power a PCU (https://leica-geosystems.com/products/leica-pegasus-trk/product-overview/control-unit) from a battery pack that is monitored by a BMV712 and a Venus GX. The PCU needs information about state of charge off the battery and voltage. This can only be send to the PCU via RS 485. Is there a possibility to send information via RS485 from a Venus GX to the PCU? Or can we better change to a raspberry Pi with Venus OS installed?
0 Answers
I just found out, that the modbus RTU (RS485) driver for the EM540 energy meter in the current venus OS 3.00~14 is reading the register address 0x0034 (kWh (+) TOT) with the length of 4 bytes (INT32) as the total energy (Value weight: kWh*10). The resolution is 0.1kWh. This seems to be a small resolution for small households as for example the hourly consumption is around 0.2-0.3 kWh. So in the VRM portal the statistic is relative coarse...
My suggestion is not to read register 0x0034 but 0x5000 with 8 bytes length (INT64) as the total energy (Value weight: Wh) instead. This would give a resolution of 0.001kWh and would be much more accurate.
I got these information from the Carlo Gavazzi EM540 communication protocol PDF available from the internet. Could that change be implemented in future versions?
And as the duty cycle for the rs485 bus with 9600baud is quite high for the high speed update rate of the EM540, would it be a possibility to add a higher baud rate option? E.g. 57600 baud?
0 Answers
I see that you can set two conditions to switch on relay 2 (relay 1 I am using on a SOC switch) but these operate as an OR logic, ie if one condition is satisfied the relay will close. Can this be changed to an AND logic where both conditions have to be satisfied. I am feeling like the two temperature sensors on inputs 1 & 2 are linked to relays 1 & 2 and as I am using relay 1 with the generator start function (on SOC) I think I might have run out of temp inputs? Any help is appreciated .
0 Answers
Hi, I have recently completed an ESS system which consists of the following:
The system works generally fine, but the following is of concern and is highly appreciated if this can be addresses in software updates.:
Any workarounds for the above issues are highly appreciated to satisfy my client.
Regards,
E.
0 Answers
A little tutorial on how to connect and receive data from the cloud MQTT server into node-red.
This involves 2 steps:
Subscribe to a topic
1. Use the "mqtt in" node and double click to configure.
[image]
2. Configure the topic you want to subscribe to. The example above will subscribe to the power out status. (other example topic: N/<yourVRMportalD>/system/0/Dc/Battery/Soc for battery status.)
Your VRM portal ID can be found on either:
3. Configure the output to be a string
4. Give the node a name
5.Configure the server: choose "Add new mqtt-broker" from the server drop down.
[image]
6. Click the pencil to edit.
[image]
7. Fill in your mqtt server address. You need to calculate this address from your Victron installation ID. Yours will probably be different from the screenshot below.
(more details on how you calculate the address can be found here: https://community.victronenergy.com/questions/155407/mqtt-local-via-mqtt-broker.html under the section "Cloud MQTT broker")
[image]
8. Click on the pencil next to "TLS configuration"
9. Upload the "venus-ca.crt" file which you can find on github: https://github.com/victronenergy/dbus-mqtt
[image]
Send a "keepalive" message to receive data
This is important to keep receiving data. Without this step your value's won't keep receiving!
1. Use an inject-node and schedule it to run every 50 second.
[image]
2. Fill in the topic with "R/<yourVRMportalID>/keepalive" and leave the msg.payload blank.3. Use a "mqtt out" node like this:
[image]
You should now start receiving messages:
[image]
0 Answers
Dear VE community,
recently, we have received quite a few requests for the integration of our serial product (a BLE-based gas scale) into Cerbo GX. We have identified that some similar products (e.g. Ruuvi Tag, Mopeka Pro) are supported by Cerbo GX, so my question is what the procedure of integrating a third party product into Cerbo GX is? Also, how one can achieve a support for their product directly within Venus OS?
Thank you for your support in advance.
Best regards,
Miha
0 Answers