Adrián Romero

Results 9 comments of Adrián Romero

The same issue with BulletChartSkin. Here the code line with the issue: https://github.com/HanSolo/Medusa/blob/master/src/main/java/eu/hansolo/medusa/skins/BulletChartSkin.java#L331 And here one possible way to fix it: ` double currentValue = gauge.getCurrentValue() - gauge.getMinValue();`

Hello It looks like https://iyoti.id/ does not support secure websockets MQTT connectivity, only plain unsecure websockets, so any web browser will prevent to establish an unsecure websocket connection from a...

Hello Teguh. One of the development dependencies used for generating the assets: @vite-pwa/assets-generator and sharp depends on the https://www.libvips.org/ that it looks like there are no packages for Android. This...

In the new wersion you can use all the properties defined in https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#options for formatting numbers. For example: ``` ``` Will display numbers in engineering notation: **1** will be formatted...

Hello Actually the current version support simple charts. For example the following dashboard JSX: ``` ``` Generates the following dashboard: ![image](https://github.com/adrianromero/myhelloiot/assets/528700/1e0d5cc5-787b-46e4-b3b5-e94ccaeceffc) Note the MQTT message value must be an array...

Can you give an example of what kind of JSON payloads you want to support? What device you have in mind?

Hello I just published a version with initial JSON support. For example the following JSX Dashboard: ``` {/* JSON example. */} value.mylist[1])} /> ``` Generates the following dashboard: ![image](https://github.com/adrianromero/myhelloiot/assets/528700/0ee12788-3423-4953-8d3f-cddc806c45c1)

Hello Michael First thank you very much for your nice comments. It looks like the ability to avoid the dimming or locking the screen will be a very nice feature...

Hello Michael. Everything Ok. Thanks for yor message. Just I want o focus on other topics that unfortunately do not leave time for my pet projects here in github.